{"id":41421230,"url":"https://github.com/everypinio/hardpy","last_synced_at":"2026-04-02T14:01:50.556Z","repository":{"id":228327751,"uuid":"771468183","full_name":"everypinio/hardpy","owner":"everypinio","description":"HardPy is a python library for creating a test bench for devices.","archived":false,"fork":false,"pushed_at":"2026-03-25T07:02:50.000Z","size":48549,"stargazers_count":57,"open_issues_count":7,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-25T08:51:18.070Z","etag":null,"topics":["dut","embedded","pytest","python","testing","testing-tools"],"latest_commit_sha":null,"homepage":"https://everypinio.github.io/hardpy/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/everypinio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-13T11:00:43.000Z","updated_at":"2026-03-24T08:11:08.000Z","dependencies_parsed_at":"2024-08-19T09:43:15.738Z","dependency_job_id":"5c08d82d-10f8-4c25-b8c3-c56a4a928485","html_url":"https://github.com/everypinio/hardpy","commit_stats":null,"previous_names":["everypinio/hardpy","everypindevices/hardpy"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/everypinio/hardpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everypinio%2Fhardpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everypinio%2Fhardpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everypinio%2Fhardpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everypinio%2Fhardpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/everypinio","download_url":"https://codeload.github.com/everypinio/hardpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everypinio%2Fhardpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31307460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dut","embedded","pytest","python","testing","testing-tools"],"created_at":"2026-01-23T14:03:21.744Z","updated_at":"2026-04-02T14:01:50.548Z","avatar_url":"https://github.com/everypinio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/everypinio/hardpy/main/docs/img/logo256.png\" alt=\"HardPy\" style=\"width:150px;\"\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nHardPy is a python library for creating a test bench for devices.\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![PyPI version](https://img.shields.io/pypi/v/hardpy)](https://pypi.org/project/hardpy/)\n![python versions](https://img.shields.io/pypi/pyversions/hardpy.svg)\n[![pytest versions](https://img.shields.io/badge/pytest-%3E%3D7.0-blue)](https://docs.pytest.org/en/latest/)\n[![Documentation](https://img.shields.io/badge/Documentation%20-Overview%20-%20%23007ec6)](https://everypinio.github.io/hardpy/)\n[![Reddit](https://img.shields.io/badge/-Reddit-FF4500?style=flat\u0026logo=reddit\u0026logoColor=white)](https://www.reddit.com/r/HardPy)\n[![Discord](https://img.shields.io/discord/1304494076799877172?color=7389D8\u0026label\u0026logo=discord\u0026logoColor=ffffff)](https://discord.gg/98bWadmG8J)\n[![Telegram](https://img.shields.io/badge/-Telegram-2CA5E0?style=flat\u0026logo=telegram\u0026logoColor=white)](https://t.me/everypin)\n\n\u003c/div\u003e\n\n---\n\n## Overview\n\nHardPy allows you to:\n\n* Create test benches for devices using [pytest](https://docs.pytest.org/);\n* Use a browser to view, start, stop, and interact with tests;\n* Store test results in the [CouchDB](https://couchdb.apache.org/) database or to simple JSON files;\n* Store test results on the [StandCloud](https://standcloud.everypin.io/) analytics platform.\n\n\u003ch1 align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/everypinio/hardpy/main/docs/img/hardpy_panel.gif\" alt=\"hardpy panel\" style=\"width:550px;\"\u003e\n\u003c/h1\u003e\n\n## To Install\n\n```bash\npip install hardpy\n```\n\n## Getting Started\n\n### With CouchDB\n\n1. Create your first test bench.\n  ```bash\n  hardpy init\n  ```\n2. Launch [CouchDB](https://couchdb.apache.org/) database via [docker compose](https://docs.docker.com/compose/) \n  in the background.\n  ```bash\n  cd tests\n  docker compose up -d\n  ```\n3. Launch HardPy operator panel.\n  ```bash\n  hardpy run\n  ```\n4. View operator panel in browser: http://localhost:8000/\n5. View the latest test report: http://localhost:5984/_utils\n\n    Login and password: **dev**, database - **runstore**.\n\n### Without a database\n\n1. Create your first test bench.\n  ```bash\n  hardpy init --no-create-database --storage-type json\n  ```\n2. Launch HardPy operator panel.\n  ```bash\n  hardpy run\n  ```\n3. View operator panel in browser: http://localhost:8000/\n\n## Examples\n\nFor more examples of using **HardPy**, see the [examples](https://github.com/everypinio/hardpy/tree/main/examples) folder and the [documentation](https://everypinio.github.io/hardpy/examples/).\n\n## Measurement instruments\n\n**HardPy** does not contain any drivers for interacting with measuring equipment. \nHowever, **HardPy** allows you to work with any Python code, meaning you can use \nopen libraries to interact with measuring equipment.\n\n* [InstrumentKit](https://github.com/instrumentkit/InstrumentKit)\n* [Instrumental](https://github.com/mabuchilab/Instrumental)\n* [PyMeasure](https://github.com/pymeasure/pymeasure)\n* [PyTango](https://gitlab.com/tango-controls/pytango)\n* [QCoDeS](https://github.com/microsoft/Qcodes)\n* [QCoDeS contrib drivers](https://github.com/QCoDeS/Qcodes_contrib_drivers)\n* [Labgrid](https://github.com/labgrid-project/labgrid)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverypinio%2Fhardpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feverypinio%2Fhardpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverypinio%2Fhardpy/lists"}