{"id":69960,"name":"pyftdi","description":"FTDI device driver written in pure Python","url":"https://github.com/eblot/pyftdi","last_synced_at":"2025-09-08T14:59:04.772Z","repository":{"id":1230861,"uuid":"1162758","full_name":"eblot/pyftdi","owner":"eblot","description":"FTDI device driver written in pure Python","archived":false,"fork":false,"pushed_at":"2025-08-14T15:14:55.000Z","size":16776,"stargazers_count":560,"open_issues_count":105,"forks_count":229,"subscribers_count":29,"default_branch":"main","last_synced_at":"2025-08-14T15:31:33.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eblot.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}},"created_at":"2010-12-13T00:49:37.000Z","updated_at":"2025-08-14T14:38:18.000Z","dependencies_parsed_at":"2023-01-13T11:02:25.958Z","dependency_job_id":"f9713d00-4c2d-485f-b3c9-b4606a2a6d7a","html_url":"https://github.com/eblot/pyftdi","commit_stats":{"total_commits":868,"total_committers":50,"mean_commits":17.36,"dds":"0.28110599078341014","last_synced_commit":"0d20ccd1ae4542d868a252c492ba6855b4e67906"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"purl":"pkg:github/eblot/pyftdi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eblot","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/sbom","scorecard":{"id":364710,"data":{"date":"2025-08-11","repo":{"name":"github.com/eblot/pyftdi","commit":"16398f36d9e8986c5975632947adbfdb024d1989"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":1,"reason":"0 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 2/20 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/pythonchecksyntax.yml:1","Warn: no topLevel permission defined: .github/workflows/pythonmocktests.yml:1","Warn: no topLevel permission defined: .github/workflows/pythonpackage.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pypi.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/eblot/pyftdi/pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/eblot/pyftdi/pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pypi.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/eblot/pyftdi/pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonchecksyntax.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/eblot/pyftdi/pythonchecksyntax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonchecksyntax.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/eblot/pyftdi/pythonchecksyntax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonmocktests.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/eblot/pyftdi/pythonmocktests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonmocktests.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/eblot/pyftdi/pythonmocktests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpackage.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/eblot/pyftdi/pythonpackage.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpackage.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/eblot/pyftdi/pythonpackage.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/pypi.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/pypi.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/pythonchecksyntax.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/pythonchecksyntax.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/pythonchecksyntax.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/pythonmocktests.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/pythonmocktests.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/pythonmocktests.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/pythonpackage.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/pythonpackage.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/pythonpackage.yml:28","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of  11 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/pypi.yml:15"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":5,"reason":"5 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2013-22 / GHSA-27x4-j476-jp5f","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5","Warn: Project is vulnerable to: PYSEC-2022-43012 / GHSA-r9hx-vwmv-q579","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 17 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T11:35:57.414Z","repository_id":1230861,"created_at":"2025-08-18T11:35:57.414Z","updated_at":"2025-08-18T11:35:57.414Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274202753,"owners_count":25240371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"}},"owner":{"login":"eblot","name":"Emmanuel Blot","uuid":"172423","kind":"user","description":"Embedded SW developer /\r\nARM - C - Python and other languages","email":"","website":null,"location":"France, Provence","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/172423?u=b6c75697aa18f87cdebc608094c7b1ce94262edd\u0026v=4","repositories_count":22,"last_synced_at":"2023-03-11T00:15:53.441Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/eblot","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T20:22:11.021Z","updated_at":"2023-03-11T00:15:53.559Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eblot","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eblot/repositories"},"packages":[{"id":2871682,"name":"pyftdi","ecosystem":"pypi","description":"FTDI device driver (pure Python)","homepage":"http://github.com/eblot/pyftdi","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/eblot/pyftdi","keywords_array":["driver","ftdi","usb","serial","spi","i2c","twi","rs232","gpio","bit-bang"],"namespace":null,"versions_count":77,"first_release_published_at":"2023-08-17T20:22:12.340Z","latest_release_published_at":"2025-08-14T15:59:16.000Z","latest_release_number":"0.57.1","last_synced_at":"2025-09-07T13:02:21.518Z","created_at":"2022-04-10T12:12:55.194Z","updated_at":"2025-09-07T13:02:21.519Z","registry_url":"https://pypi.org/project/pyftdi/","install_command":"pip install pyftdi --index-url https://pypi.org/simple","documentation_url":"https://pyftdi.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 4 - Beta","Environment :: Other Environment","Intended Audience :: Developers","Natural Language :: English","Operating System :: MacOS :: MacOS X","Operating System :: POSIX","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.9","Topic :: Software Development :: Libraries :: Python Modules","Topic :: System :: Hardware :: Hardware Drivers"],"normalized_name":"pyftdi","project_status":null},"repo_metadata":{"id":1230861,"uuid":"1162758","full_name":"eblot/pyftdi","owner":"eblot","description":"FTDI device driver written in pure Python","archived":false,"fork":false,"pushed_at":"2024-04-26T02:40:28.000Z","size":15182,"stargazers_count":481,"open_issues_count":88,"forks_count":210,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-05-18T09:42:18.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eblot.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}},"created_at":"2010-12-13T00:49:37.000Z","updated_at":"2024-06-18T12:28:34.393Z","dependencies_parsed_at":"2023-01-13T11:02:25.958Z","dependency_job_id":"f9713d00-4c2d-485f-b3c9-b4606a2a6d7a","html_url":"https://github.com/eblot/pyftdi","commit_stats":{"total_commits":868,"total_committers":50,"mean_commits":17.36,"dds":"0.28110599078341014","last_synced_commit":"0d20ccd1ae4542d868a252c492ba6855b4e67906"},"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eblot","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":218163493,"owners_count":16287395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"},"owner_record":{"login":"eblot","name":"Emmanuel Blot","uuid":"172423","kind":"user","description":"Embedded SW developer /\r\nARM - C - Python and other languages","email":"","website":null,"location":"France, Provence","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/172423?u=b6c75697aa18f87cdebc608094c7b1ce94262edd\u0026v=4","repositories_count":22,"last_synced_at":"2023-03-11T00:15:53.441Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/eblot","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T20:22:11.021Z","updated_at":"2023-03-11T00:15:53.559Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eblot","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eblot/repositories"},"tags":[{"name":"v0.55.3","sha":"5f0f7c3042a29c396309af79c4c3d83fdc1869aa","kind":"tag","published_at":"2024-04-10T07:58:22.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.55.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.3/manifests"},{"name":"v0.55.4","sha":"327a1a75ad6e8cbebfabac1b8ad2bc9b4a92f29a","kind":"tag","published_at":"2024-04-10T07:54:50.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.55.4","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.4/manifests"},{"name":"v0.55.0","sha":"800fccb21b80ce427a61f264174e48563c21e3de","kind":"tag","published_at":"2023-08-05T22:08:03.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.55.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"fbe00b721b488c1251cf8509eb5f5271c4364ec1","kind":"tag","published_at":"2022-03-13T21:45:05.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.54.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.54.0/manifests"},{"name":"v0.53.3","sha":"72797e5ae0945d6f771f13102d7fccac255d83d7","kind":"tag","published_at":"2021-08-23T07:53:01.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.53.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.3/manifests"},{"name":"v0.53.2","sha":"e2a4eacad5082feaff4921c8e16691861f6d94c8","kind":"tag","published_at":"2021-07-08T07:29:01.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.53.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"2ad8a1ab77ac7234e662fb4869c59737e755e29f","kind":"tag","published_at":"2021-05-13T13:12:50.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.53.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"6d2b2be0b8acd2f088ac28b1adb0a1179196fa8d","kind":"tag","published_at":"2021-05-11T17:08:26.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.53.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.0/manifests"},{"name":"v0.52.9","sha":"ea383cf09a407f72c003c1267e4ad731c9d9ccba","kind":"tag","published_at":"2021-01-11T09:21:48.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.52.9","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.52.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.52.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.52.9/manifests"},{"name":"v0.52.0","sha":"b611edd0c4127b1f5ece88ba90ebbf78587cf599","kind":"tag","published_at":"2020-09-26T09:00:57.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.52.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.52.0/manifests"},{"name":"v0.51.2","sha":"00235515e06b14d21a73654c8719df9d56bf58c0","kind":"tag","published_at":"2020-05-08T10:03:14.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.51.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.51.2/manifests"},{"name":"v0.50.2","sha":"df0f69bf3c98d1a78da3f6d1d6b5820f27729f7d","kind":"tag","published_at":"2020-04-21T10:08:02.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.50.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"7cf5f7705ae68fece73987198098e34f481dcdb6","kind":"tag","published_at":"2020-04-16T13:20:34.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.50.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"8bb267cc0c67760259dbd052167394b59f93988d","kind":"tag","published_at":"2020-04-05T13:16:39.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.50.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"b9eda6c910121d3fb091f71741da20fecc7080c6","kind":"tag","published_at":"2020-03-26T16:11:41.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.49.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.49.0/manifests"},{"name":"v0.48.3","sha":"c268dc94f7eb1db826c888df8421496b1edc3d0b","kind":"tag","published_at":"2020-03-23T17:12:50.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.48.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.3/manifests"},{"name":"v0.48.2","sha":"9e3dbda44aa44586adefd1def6dde33e9bf63ea4","kind":"tag","published_at":"2020-03-23T14:42:35.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.48.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.2/manifests"},{"name":"v0.48.0","sha":"802b7a68cb2206783a284f2d8763328a2bf5c8ef","kind":"tag","published_at":"2020-03-19T15:09:24.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.48.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.0/manifests"},{"name":"v0.46.4","sha":"5ff51ddeb1c705d11ad1cfa70c49c378f1279869","kind":"tag","published_at":"2020-03-19T13:44:01.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.46.4","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.4/manifests"},{"name":"v0.46.3","sha":"a112268043f15fa1aebd6ddb339be67fb506b35b","kind":"tag","published_at":"2020-03-19T13:43:19.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.46.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.3/manifests"},{"name":"v0.46.0","sha":"604c6d3bc47ea805054bd7ef4bd588f61281cd48","kind":"tag","published_at":"2020-03-19T13:42:32.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.46.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.0/manifests"},{"name":"v0.47.2","sha":"55cce7847547ef19067c6cb5ad96f16c95eb7c64","kind":"tag","published_at":"2020-03-19T13:41:30.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.47.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"98a808d18bd0143577a5362a0e2b81b970080def","kind":"tag","published_at":"2020-03-19T13:41:06.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.47.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"551770ef52e9f54fa7cecfd7a5f18390a4ac249c","kind":"tag","published_at":"2020-03-19T13:40:42.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.47.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.0/manifests"},{"name":"v0.46","sha":"50c95ac0ce2c148699be6495dfb278cae58917d2","kind":"tag","published_at":"2020-03-01T12:54:02.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.46","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.46","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46/manifests"},{"name":"v0.45","sha":"4d12e06f736bc44ef2f0db073c05f58d56406e40","kind":"tag","published_at":"2020-03-01T12:53:27.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.45","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.45","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.45/manifests"},{"name":"v0.44.2","sha":"a82aad7d3a550e637c6330532621cf47268c4d4e","kind":"tag","published_at":"2020-02-24T10:47:01.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.44.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.2/manifests"},{"name":"v0.44.1","sha":"ff9e5352e8c3937663c1b4fc162c878be0aff65a","kind":"tag","published_at":"2020-02-24T07:20:25.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.44.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.1/manifests"},{"name":"v0.44.0","sha":"64760a75573f86948f0de9d79fb1d3b6c5f5ae1c","kind":"tag","published_at":"2020-02-20T09:19:38.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.44.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"cc6ca35e2e4862080de0ecc7d23975c678ee9099","kind":"tag","published_at":"2020-02-12T10:40:23.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.43.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.43.0/manifests"},{"name":"v0.42.2","sha":"071aa372e08f439b28d970093cc4bf7a5c8d1fdd","kind":"tag","published_at":"2019-11-27T14:58:33.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.42.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"f68cdf10849732fe4e51dd7532c569430f2654a5","kind":"tag","published_at":"2019-11-22T23:22:27.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.42.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"68caa3cafcf681e6d1bbedadc459cbfe46befaed","kind":"tag","published_at":"2019-11-22T23:10:30.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.42.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.0/manifests"},{"name":"v0.40.6","sha":"3d7dbc08d80005f24b9f7a3836443b413f61fe1f","kind":"tag","published_at":"2019-11-18T07:15:05.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.40.6","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.40.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.40.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.40.6/manifests"},{"name":"v0.40.5","sha":"7b8c852e5a45678de4a622fe079f331366d1a57b","kind":"tag","published_at":"2019-11-16T11:03:26.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.40.5","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.40.5/manifests"},{"name":"v0.30.3","sha":"61a43fced5be6fb7b59844ae96d03ab7b52ab900","kind":"tag","published_at":"2019-09-19T10:40:05.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.30.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.3/manifests"},{"name":"v0.30.2","sha":"ca7c6ea915cdb7d6ff863ae0ad678b944606bcee","kind":"tag","published_at":"2019-09-19T10:31:14.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.30.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"a4efc4c78e0f3bb279ac18200205b3fd56dd415f","kind":"tag","published_at":"2019-09-11T16:28:58.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.30.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"fbfddb33ada5bd4c8a6cee448d2454a019a087e4","kind":"tag","published_at":"2019-08-29T17:29:43.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.30.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.0/manifests"},{"name":"v0.29.6","sha":"9000c411dfc3db1e1b81f3fa9ea45ec42393dd06","kind":"tag","published_at":"2019-08-19T08:10:44.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.29.6","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.29.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.6/manifests"},{"name":"v0.29.2","sha":"93eb8b049287acc79e441fe2c33f9724450502b4","kind":"commit","published_at":"2018-08-08T13:32:41.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.29.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.2/manifests"},{"name":"v0.29.0","sha":"e8d41f655b5c73096a96e55dbd14373d59cf6db5","kind":"commit","published_at":"2018-05-15T14:41:13.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.29.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.0/manifests"},{"name":"v0.28.8","sha":"fa8534f21c2fd3f6f8d3ff66bc8ad3bf771c4128","kind":"commit","published_at":"2018-03-22T16:58:23.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.28.8","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.28.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.8/manifests"},{"name":"v0.28.7","sha":"1845ce9653717fdddcd12229fd3ee8dfed6d2d9b","kind":"commit","published_at":"2018-02-27T14:53:25.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.28.7","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.28.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.7/manifests"},{"name":"v0.28.6","sha":"54c8787ddc406ed66c0a1901e3f1f3a07ebb1adc","kind":"tag","published_at":"2018-02-26T10:20:56.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.28.6","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.28.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.6/manifests"},{"name":"v0.28.3","sha":"e2e236e8a0caa613d06ca309e036174ff142a5f0","kind":"commit","published_at":"2018-01-25T23:02:01.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.28.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.3/manifests"},{"name":"v0.28.0","sha":"8c91333151c647c0accf3fe7ed2e57e204bbf447","kind":"commit","published_at":"2017-12-21T09:42:58.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.28.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"bdcbe212c0cf02dca3d0302675b226f0f4012a80","kind":"tag","published_at":"2017-10-04T19:08:06.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.27.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.27.0/manifests"},{"name":"v0.26.3","sha":"e1373ef3b051f9665592c09738ea877c06f40baf","kind":"commit","published_at":"2017-09-19T13:02:53.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.26.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.26.3/manifests"},{"name":"v0.25.0","sha":"2cf47cef988dd380547e3de1f7fb6ab400ac6583","kind":"tag","published_at":"2017-07-24T17:06:29.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.25.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.25.0/manifests"},{"name":"v.022.1","sha":"51eefc0e87bcba2e173afb9247de75f5f20d6d6e","kind":"commit","published_at":"2017-05-05T13:31:15.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v.022.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v.022.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v.022.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v.022.1/manifests"},{"name":"v0.13.4","sha":"a61e9b8e6d14cc8f421c402d0133991f49cf364c","kind":"tag","published_at":"2017-05-05T10:20:26.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.13.4","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.13.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.4/manifests"},{"name":"v0.22.0","sha":"87911b2cdea64b74e2c318a6cab10e736eef827b","kind":"commit","published_at":"2017-04-05T20:49:29.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.22.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.22.0/manifests"},{"name":"v0.21.2","sha":"7c64b3b36c3d4b4bdbb0dbe907fdb61316fa776e","kind":"commit","published_at":"2017-01-11T14:20:12.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.21.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.21.2/manifests"},{"name":"v0.13.2","sha":"9bb62b17a4c089573a6188fda62dabba891a224c","kind":"tag","published_at":"2016-04-13T07:38:31.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.13.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.2/manifests"},{"name":"v0.13.0","sha":"2acf72143e96bd5b7c007736507c4388c3860f9a","kind":"tag","published_at":"2016-04-08T15:56:21.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.13.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"0d94125b5aa794589bdd3cf96fa3cb0a81651b04","kind":"tag","published_at":"2016-04-08T12:57:30.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.12.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"a426c394a673bd3f629509d5c234f3b16e3b0a35","kind":"tag","published_at":"2015-10-19T10:00:58.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.11.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.3/manifests"},{"name":"v0.11.1","sha":"ab304d33fcdc063dffacaf3dcc23caf3919c3ae2","kind":"tag","published_at":"2015-09-28T13:53:32.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.11.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"ee5163de5df29b2482ee895b0c6c240bb12f2586","kind":"tag","published_at":"2015-09-28T09:34:29.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.11.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"47eef7a23674e85d2c3f205ebb4474493dfe8946","kind":"tag","published_at":"2014-07-21T12:53:28.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.10.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.10.0/manifests"},{"name":"v0.9.6","sha":"3d6fbdcab7e57d17bf11e29fa68b30b012e5666b","kind":"tag","published_at":"2014-07-21T11:52:34.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.6","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.6/manifests"},{"name":"v0.9.4","sha":"a54c0af9e0c822b4288bc09218bd46d47c56156c","kind":"tag","published_at":"2014-06-19T12:17:12.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.4","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.4/manifests"},{"name":"v0.9.3","sha":"9edf1ac817dc0e4a8f3ce51a7be13dba586869e4","kind":"tag","published_at":"2014-04-03T13:16:30.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.3/manifests"},{"name":"v0.9.2","sha":"882ad049986bbcaf1070f995d1c2f05b842ef3ac","kind":"tag","published_at":"2014-03-12T14:20:14.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.2/manifests"},{"name":"v0.9.1","sha":"1738bce9e1bcb5a8138affb01af6ad74524a89a3","kind":"tag","published_at":"2014-03-12T13:25:07.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"49523b1d152c33c60d304ba618f55b595b97cfad","kind":"commit","published_at":"2013-12-04T15:56:48.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"209b5b0f33bca31fd5f69024e63622a200d0ccc2","kind":"commit","published_at":"2013-10-30T13:24:06.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.8.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"edf0ada8f82f62183dc91027c7b7896a6f2ea050","kind":"commit","published_at":"2013-10-29T16:47:44.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.7.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.7.0/manifests"},{"name":"v0.6.3","sha":"ce65cd34a5ba5e560f2f0681c128fc84b2b1d4ae","kind":"tag","published_at":"2012-10-07T15:15:00.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.6.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.6.3/manifests"},{"name":"v0.5.2","sha":"36f7a445c35fce0ff604c321e2a451c0e4110380","kind":"commit","published_at":"2012-03-20T22:00:13.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.5.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"179b8ca86598c193d9e7ca1411f8d7a711ba8af3","kind":"tag","published_at":"2012-03-14T22:12:16.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.5.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.5.1/manifests"},{"name":"v0.4.5","sha":"7348c97e8acd8bf7b4b5661f390e074838b90b3b","kind":"tag","published_at":"2011-10-25T10:47:53.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.4.5","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"f75a9902f5e4e0e34135aeee8ec1bade02586f1d","kind":"tag","published_at":"2011-10-24T09:57:13.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.4.4","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"77a8bf51874a82bb7b9889782e9126ac412b7239","kind":"commit","published_at":"2011-06-30T15:03:56.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.4.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7b5f57ce2c5d779359ac5234bf439c0cf8392464","kind":"commit","published_at":"2011-06-24T22:00:40.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.4.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"f25bbd9c4b82622ea097d466de0457c087fa53a0","kind":"commit","published_at":"2011-06-23T12:54:19.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.4.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.1/manifests"}]},"repo_metadata_updated_at":"2024-09-08T15:55:49.436Z","dependent_packages_count":24,"downloads":340596,"downloads_period":"last-month","dependent_repos_count":401,"rankings":{"downloads":0.8885784914288871,"dependent_repos_count":0.7261308417117661,"dependent_packages_count":0.7007769311810222,"stargazers_count":2.9287184070297134,"forks_count":3.6827983506619053,"docker_downloads_count":0.6207343020341137,"average":1.5912895540079013},"purl":"pkg:pypi/pyftdi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pyftdi","docker_dependents_count":17,"docker_downloads_count":5185980,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pyftdi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pyftdi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-08T15:55:45.487Z","issues_count":100,"pull_requests_count":37,"avg_time_to_close_issue":5443299.325581395,"avg_time_to_close_pull_request":16973354.76,"issues_closed_count":43,"pull_requests_closed_count":25,"pull_request_authors_count":30,"issue_authors_count":95,"avg_comments_per_issue":2.56,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":14,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":15,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":136251.0,"past_year_avg_time_to_close_pull_request":628857.1666666666,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":6,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":15,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/issues","maintainers":[{"login":"eblot","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eblot"}],"active_maintainers":[{"login":"eblot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eblot"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pyftdi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pyftdi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pyftdi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pyftdi/related_packages","maintainers":[{"uuid":"eblot","login":"eblot","name":null,"email":null,"url":null,"packages_count":12,"html_url":"https://pypi.org/user/eblot/","role":null,"created_at":"2023-02-09T13:27:32.857Z","updated_at":"2023-02-09T13:27:32.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/eblot/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726167,"maintainers_count":308804,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":5300812,"name":"pyftdi","ecosystem":"conda","description":"PyFtdi aims at providing a user-space driver for modern FTDI devices, implemented in pure Python language.","homepage":"https://github.com/eblot/pyftdi","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/eblot/pyftdi","keywords_array":[],"namespace":null,"versions_count":29,"first_release_published_at":"2020-02-20T17:44:41.000Z","latest_release_published_at":"2022-03-14T00:17:39.000Z","latest_release_number":"0.54.0","last_synced_at":"2025-08-14T15:41:52.901Z","created_at":"2022-10-03T16:09:35.236Z","updated_at":"2025-08-14T21:40:54.375Z","registry_url":"https://anaconda.org/conda-forge/pyftdi","install_command":"conda install -c conda-forge pyftdi","documentation_url":null,"metadata":{},"repo_metadata":{"id":1230861,"uuid":"1162758","full_name":"eblot/pyftdi","owner":"eblot","description":"FTDI device driver written in pure Python","archived":false,"fork":false,"pushed_at":"2025-08-14T15:14:55.000Z","size":16776,"stargazers_count":560,"open_issues_count":105,"forks_count":229,"subscribers_count":29,"default_branch":"main","last_synced_at":"2025-08-14T15:31:33.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eblot.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}},"created_at":"2010-12-13T00:49:37.000Z","updated_at":"2025-08-14T14:38:18.000Z","dependencies_parsed_at":"2023-01-13T11:02:25.958Z","dependency_job_id":"f9713d00-4c2d-485f-b3c9-b4606a2a6d7a","html_url":"https://github.com/eblot/pyftdi","commit_stats":{"total_commits":868,"total_committers":50,"mean_commits":17.36,"dds":"0.28110599078341014","last_synced_commit":"0d20ccd1ae4542d868a252c492ba6855b4e67906"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"purl":"pkg:github/eblot/pyftdi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eblot","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270487673,"owners_count":24592443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"eblot","name":"Emmanuel Blot","uuid":"172423","kind":"user","description":"Embedded SW developer /\r\nARM - C - Python and other languages","email":"","website":null,"location":"France, Provence","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/172423?u=b6c75697aa18f87cdebc608094c7b1ce94262edd\u0026v=4","repositories_count":22,"last_synced_at":"2023-03-11T00:15:53.441Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/eblot","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T20:22:11.021Z","updated_at":"2023-03-11T00:15:53.559Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eblot","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eblot/repositories"},"tags":[{"name":"v0.56.0","sha":"c228f725d26498c581b950318e1e880ee2d06877","kind":"commit","published_at":"2024-11-23T22:49:31.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.56.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.56.0/manifests"},{"name":"v0.55.3","sha":"5f0f7c3042a29c396309af79c4c3d83fdc1869aa","kind":"tag","published_at":"2024-04-10T07:58:22.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.55.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.3/manifests"},{"name":"v0.55.4","sha":"327a1a75ad6e8cbebfabac1b8ad2bc9b4a92f29a","kind":"tag","published_at":"2024-04-10T07:54:50.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.55.4","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.4/manifests"},{"name":"v0.55.0","sha":"800fccb21b80ce427a61f264174e48563c21e3de","kind":"tag","published_at":"2023-08-05T22:08:03.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.55.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"fbe00b721b488c1251cf8509eb5f5271c4364ec1","kind":"tag","published_at":"2022-03-13T21:45:05.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.54.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.54.0/manifests"},{"name":"v0.53.3","sha":"72797e5ae0945d6f771f13102d7fccac255d83d7","kind":"tag","published_at":"2021-08-23T07:53:01.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.53.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.3/manifests"},{"name":"v0.53.2","sha":"e2a4eacad5082feaff4921c8e16691861f6d94c8","kind":"tag","published_at":"2021-07-08T07:29:01.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.53.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"2ad8a1ab77ac7234e662fb4869c59737e755e29f","kind":"tag","published_at":"2021-05-13T13:12:50.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.53.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"6d2b2be0b8acd2f088ac28b1adb0a1179196fa8d","kind":"tag","published_at":"2021-05-11T17:08:26.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.53.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.53.0/manifests"},{"name":"v0.52.9","sha":"ea383cf09a407f72c003c1267e4ad731c9d9ccba","kind":"tag","published_at":"2021-01-11T09:21:48.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.52.9","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.52.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.52.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.52.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.52.9/manifests"},{"name":"v0.52.0","sha":"b611edd0c4127b1f5ece88ba90ebbf78587cf599","kind":"tag","published_at":"2020-09-26T09:00:57.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.52.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.52.0/manifests"},{"name":"v0.51.2","sha":"00235515e06b14d21a73654c8719df9d56bf58c0","kind":"tag","published_at":"2020-05-08T10:03:14.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.51.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.51.2/manifests"},{"name":"v0.50.2","sha":"df0f69bf3c98d1a78da3f6d1d6b5820f27729f7d","kind":"tag","published_at":"2020-04-21T10:08:02.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.50.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.2/manifests"},{"name":"v0.50.1","sha":"7cf5f7705ae68fece73987198098e34f481dcdb6","kind":"tag","published_at":"2020-04-16T13:20:34.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.50.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.1/manifests"},{"name":"v0.50.0","sha":"8bb267cc0c67760259dbd052167394b59f93988d","kind":"tag","published_at":"2020-04-05T13:16:39.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.50.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"b9eda6c910121d3fb091f71741da20fecc7080c6","kind":"tag","published_at":"2020-03-26T16:11:41.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.49.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.49.0/manifests"},{"name":"v0.48.3","sha":"c268dc94f7eb1db826c888df8421496b1edc3d0b","kind":"tag","published_at":"2020-03-23T17:12:50.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.48.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.3/manifests"},{"name":"v0.48.2","sha":"9e3dbda44aa44586adefd1def6dde33e9bf63ea4","kind":"tag","published_at":"2020-03-23T14:42:35.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.48.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.2/manifests"},{"name":"v0.48.0","sha":"802b7a68cb2206783a284f2d8763328a2bf5c8ef","kind":"tag","published_at":"2020-03-19T15:09:24.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.48.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.48.0/manifests"},{"name":"v0.46.4","sha":"5ff51ddeb1c705d11ad1cfa70c49c378f1279869","kind":"tag","published_at":"2020-03-19T13:44:01.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.46.4","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.4/manifests"},{"name":"v0.46.3","sha":"a112268043f15fa1aebd6ddb339be67fb506b35b","kind":"tag","published_at":"2020-03-19T13:43:19.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.46.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.3/manifests"},{"name":"v0.46.0","sha":"604c6d3bc47ea805054bd7ef4bd588f61281cd48","kind":"tag","published_at":"2020-03-19T13:42:32.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.46.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46.0/manifests"},{"name":"v0.47.2","sha":"55cce7847547ef19067c6cb5ad96f16c95eb7c64","kind":"tag","published_at":"2020-03-19T13:41:30.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.47.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"98a808d18bd0143577a5362a0e2b81b970080def","kind":"tag","published_at":"2020-03-19T13:41:06.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.47.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"551770ef52e9f54fa7cecfd7a5f18390a4ac249c","kind":"tag","published_at":"2020-03-19T13:40:42.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.47.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.47.0/manifests"},{"name":"v0.46","sha":"50c95ac0ce2c148699be6495dfb278cae58917d2","kind":"tag","published_at":"2020-03-01T12:54:02.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.46","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.46","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.46","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.46/manifests"},{"name":"v0.45","sha":"4d12e06f736bc44ef2f0db073c05f58d56406e40","kind":"tag","published_at":"2020-03-01T12:53:27.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.45","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.45","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.45","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.45/manifests"},{"name":"v0.44.2","sha":"a82aad7d3a550e637c6330532621cf47268c4d4e","kind":"tag","published_at":"2020-02-24T10:47:01.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.44.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.2/manifests"},{"name":"v0.44.1","sha":"ff9e5352e8c3937663c1b4fc162c878be0aff65a","kind":"tag","published_at":"2020-02-24T07:20:25.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.44.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.1/manifests"},{"name":"v0.44.0","sha":"64760a75573f86948f0de9d79fb1d3b6c5f5ae1c","kind":"tag","published_at":"2020-02-20T09:19:38.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.44.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"cc6ca35e2e4862080de0ecc7d23975c678ee9099","kind":"tag","published_at":"2020-02-12T10:40:23.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.43.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.43.0/manifests"},{"name":"v0.42.2","sha":"071aa372e08f439b28d970093cc4bf7a5c8d1fdd","kind":"tag","published_at":"2019-11-27T14:58:33.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.42.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"f68cdf10849732fe4e51dd7532c569430f2654a5","kind":"tag","published_at":"2019-11-22T23:22:27.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.42.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"68caa3cafcf681e6d1bbedadc459cbfe46befaed","kind":"tag","published_at":"2019-11-22T23:10:30.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.42.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.42.0/manifests"},{"name":"v0.40.6","sha":"3d7dbc08d80005f24b9f7a3836443b413f61fe1f","kind":"tag","published_at":"2019-11-18T07:15:05.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.40.6","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.40.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.40.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.40.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.40.6/manifests"},{"name":"v0.40.5","sha":"7b8c852e5a45678de4a622fe079f331366d1a57b","kind":"tag","published_at":"2019-11-16T11:03:26.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.40.5","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.40.5/manifests"},{"name":"v0.30.3","sha":"61a43fced5be6fb7b59844ae96d03ab7b52ab900","kind":"tag","published_at":"2019-09-19T10:40:05.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.30.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.3/manifests"},{"name":"v0.30.2","sha":"ca7c6ea915cdb7d6ff863ae0ad678b944606bcee","kind":"tag","published_at":"2019-09-19T10:31:14.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.30.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.2/manifests"},{"name":"v0.30.1","sha":"a4efc4c78e0f3bb279ac18200205b3fd56dd415f","kind":"tag","published_at":"2019-09-11T16:28:58.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.30.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"fbfddb33ada5bd4c8a6cee448d2454a019a087e4","kind":"tag","published_at":"2019-08-29T17:29:43.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.30.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.30.0/manifests"},{"name":"v0.29.6","sha":"9000c411dfc3db1e1b81f3fa9ea45ec42393dd06","kind":"tag","published_at":"2019-08-19T08:10:44.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.29.6","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.29.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.29.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.6/manifests"},{"name":"v0.29.2","sha":"93eb8b049287acc79e441fe2c33f9724450502b4","kind":"commit","published_at":"2018-08-08T13:32:41.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.29.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.2/manifests"},{"name":"v0.29.0","sha":"e8d41f655b5c73096a96e55dbd14373d59cf6db5","kind":"commit","published_at":"2018-05-15T14:41:13.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.29.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.29.0/manifests"},{"name":"v0.28.8","sha":"fa8534f21c2fd3f6f8d3ff66bc8ad3bf771c4128","kind":"commit","published_at":"2018-03-22T16:58:23.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.28.8","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.28.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.28.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.8/manifests"},{"name":"v0.28.7","sha":"1845ce9653717fdddcd12229fd3ee8dfed6d2d9b","kind":"commit","published_at":"2018-02-27T14:53:25.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.28.7","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.28.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.28.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.7/manifests"},{"name":"v0.28.6","sha":"54c8787ddc406ed66c0a1901e3f1f3a07ebb1adc","kind":"tag","published_at":"2018-02-26T10:20:56.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.28.6","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.28.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.28.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.6/manifests"},{"name":"v0.28.3","sha":"e2e236e8a0caa613d06ca309e036174ff142a5f0","kind":"commit","published_at":"2018-01-25T23:02:01.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.28.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.3/manifests"},{"name":"v0.28.0","sha":"8c91333151c647c0accf3fe7ed2e57e204bbf447","kind":"commit","published_at":"2017-12-21T09:42:58.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.28.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"bdcbe212c0cf02dca3d0302675b226f0f4012a80","kind":"tag","published_at":"2017-10-04T19:08:06.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.27.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.27.0/manifests"},{"name":"v0.26.3","sha":"e1373ef3b051f9665592c09738ea877c06f40baf","kind":"commit","published_at":"2017-09-19T13:02:53.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.26.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.26.3/manifests"},{"name":"v0.25.0","sha":"2cf47cef988dd380547e3de1f7fb6ab400ac6583","kind":"tag","published_at":"2017-07-24T17:06:29.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.25.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.25.0/manifests"},{"name":"v.022.1","sha":"51eefc0e87bcba2e173afb9247de75f5f20d6d6e","kind":"commit","published_at":"2017-05-05T13:31:15.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v.022.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v.022.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v.022.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v.022.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v.022.1/manifests"},{"name":"v0.13.4","sha":"a61e9b8e6d14cc8f421c402d0133991f49cf364c","kind":"tag","published_at":"2017-05-05T10:20:26.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.13.4","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.13.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.13.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.4/manifests"},{"name":"v0.22.0","sha":"87911b2cdea64b74e2c318a6cab10e736eef827b","kind":"commit","published_at":"2017-04-05T20:49:29.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.22.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.22.0/manifests"},{"name":"v0.21.2","sha":"7c64b3b36c3d4b4bdbb0dbe907fdb61316fa776e","kind":"commit","published_at":"2017-01-11T14:20:12.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.21.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.21.2/manifests"},{"name":"v0.13.2","sha":"9bb62b17a4c089573a6188fda62dabba891a224c","kind":"tag","published_at":"2016-04-13T07:38:31.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.13.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.2/manifests"},{"name":"v0.13.0","sha":"2acf72143e96bd5b7c007736507c4388c3860f9a","kind":"tag","published_at":"2016-04-08T15:56:21.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.13.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"0d94125b5aa794589bdd3cf96fa3cb0a81651b04","kind":"tag","published_at":"2016-04-08T12:57:30.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.12.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.12.0/manifests"},{"name":"v0.11.3","sha":"a426c394a673bd3f629509d5c234f3b16e3b0a35","kind":"tag","published_at":"2015-10-19T10:00:58.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.11.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.3/manifests"},{"name":"v0.11.1","sha":"ab304d33fcdc063dffacaf3dcc23caf3919c3ae2","kind":"tag","published_at":"2015-09-28T13:53:32.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.11.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"ee5163de5df29b2482ee895b0c6c240bb12f2586","kind":"tag","published_at":"2015-09-28T09:34:29.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.11.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"47eef7a23674e85d2c3f205ebb4474493dfe8946","kind":"tag","published_at":"2014-07-21T12:53:28.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.10.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.10.0/manifests"},{"name":"v0.9.6","sha":"3d6fbdcab7e57d17bf11e29fa68b30b012e5666b","kind":"tag","published_at":"2014-07-21T11:52:34.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.6","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.9.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.6/manifests"},{"name":"v0.9.4","sha":"a54c0af9e0c822b4288bc09218bd46d47c56156c","kind":"tag","published_at":"2014-06-19T12:17:12.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.4","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.4/manifests"},{"name":"v0.9.3","sha":"9edf1ac817dc0e4a8f3ce51a7be13dba586869e4","kind":"tag","published_at":"2014-04-03T13:16:30.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.3/manifests"},{"name":"v0.9.2","sha":"882ad049986bbcaf1070f995d1c2f05b842ef3ac","kind":"tag","published_at":"2014-03-12T14:20:14.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.2/manifests"},{"name":"v0.9.1","sha":"1738bce9e1bcb5a8138affb01af6ad74524a89a3","kind":"tag","published_at":"2014-03-12T13:25:07.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"49523b1d152c33c60d304ba618f55b595b97cfad","kind":"commit","published_at":"2013-12-04T15:56:48.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.9.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"209b5b0f33bca31fd5f69024e63622a200d0ccc2","kind":"commit","published_at":"2013-10-30T13:24:06.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.8.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"edf0ada8f82f62183dc91027c7b7896a6f2ea050","kind":"commit","published_at":"2013-10-29T16:47:44.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.7.0","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.7.0/manifests"},{"name":"v0.6.3","sha":"ce65cd34a5ba5e560f2f0681c128fc84b2b1d4ae","kind":"tag","published_at":"2012-10-07T15:15:00.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.6.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.6.3/manifests"},{"name":"v0.5.2","sha":"36f7a445c35fce0ff604c321e2a451c0e4110380","kind":"commit","published_at":"2012-03-20T22:00:13.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.5.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"179b8ca86598c193d9e7ca1411f8d7a711ba8af3","kind":"tag","published_at":"2012-03-14T22:12:16.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.5.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.5.1/manifests"},{"name":"v0.4.5","sha":"7348c97e8acd8bf7b4b5661f390e074838b90b3b","kind":"tag","published_at":"2011-10-25T10:47:53.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.4.5","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.5/manifests"},{"name":"v0.4.4","sha":"f75a9902f5e4e0e34135aeee8ec1bade02586f1d","kind":"tag","published_at":"2011-10-24T09:57:13.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.4.4","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"77a8bf51874a82bb7b9889782e9126ac412b7239","kind":"commit","published_at":"2011-06-30T15:03:56.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.4.3","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"7b5f57ce2c5d779359ac5234bf439c0cf8392464","kind":"commit","published_at":"2011-06-24T22:00:40.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.4.2","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"f25bbd9c4b82622ea097d466de0457c087fa53a0","kind":"commit","published_at":"2011-06-23T12:54:19.000Z","download_url":"https://codeload.github.com/eblot/pyftdi/tar.gz/v0.4.1","html_url":"https://github.com/eblot/pyftdi/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/eblot/pyftdi@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/tags/v0.4.1/manifests"}]},"repo_metadata_updated_at":"2025-08-14T21:40:54.375Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.392434752233143,"dependent_packages_count":51.59439093767154,"stargazers_count":19.36723389390688,"forks_count":13.209241978142622,"docker_downloads_count":null,"average":27.140825390488548},"purl":"pkg:conda/pyftdi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/pyftdi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/pyftdi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/pyftdi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-08T15:55:45.487Z","issues_count":100,"pull_requests_count":37,"avg_time_to_close_issue":5443299.325581395,"avg_time_to_close_pull_request":16973354.76,"issues_closed_count":43,"pull_requests_closed_count":25,"pull_request_authors_count":30,"issue_authors_count":95,"avg_comments_per_issue":2.56,"avg_comments_per_pull_request":2.5945945945945947,"merged_pull_requests_count":14,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":15,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":136251.0,"past_year_avg_time_to_close_pull_request":628857.1666666666,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":6,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":15,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.8888888888888888,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/issues","maintainers":[{"login":"eblot","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eblot"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pyftdi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pyftdi/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pyftdi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/pyftdi/related_packages","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13414,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2190},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-08T06:53:21.618Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}}],"commits":{"id":16373,"full_name":"eblot/pyftdi","default_branch":"master","committers":[{"name":"Emmanuel Blot","email":"emmanuel.blot@free.fr","login":null,"count":624},{"name":"Emmanuel Blot","email":"eblot@neotion.com","login":null,"count":63},{"name":"Emmanuel Blot","email":"eblot@moaningmarmot.info","login":null,"count":55},{"name":"Emmanuel Blot","email":"eblot.com@gmail.com","login":null,"count":15},{"name":"Stefan","email":"nopeppermint","login":"nopeppermint","count":10},{"name":"Emmanuel Blot","email":"manu.blot@gmail.com","login":null,"count":10},{"name":"Emmanuel Bouaziz","email":"ebouaziz@neotion.com","login":null,"count":10},{"name":"Adam Feuer","email":"adamf@pobox.com","login":null,"count":7},{"name":"TedKus","email":"ted.kus@me.com","login":null,"count":5},{"name":"Scott Petersen","email":"scott@nutech.com","login":null,"count":4},{"name":"Roger Hu","email":"roger.hu@gmail.com","login":null,"count":4},{"name":"S. Goadhouse","email":"sgoadhouse@virginia.edu","login":null,"count":4},{"name":"hannesweisbach","email":"hannesweisbach","login":"hannesweisbach","count":3},{"name":"Alex Forencich","email":"alex@alexforencich.com","login":null,"count":3},{"name":"Tommy Vestermark","email":"tov@vestermark.dk","login":null,"count":3},{"name":"David Brown","email":"david@westcontrol.com","login":null,"count":3},{"name":"Henry Au-Yeung","email":"henryay@google.com","login":null,"count":3},{"name":"Darren Garnier","email":"dgarnier@reinrag.net","login":null,"count":2},{"name":"Mark Melvin","email":"mark.melvin@gmail.com","login":null,"count":2},{"name":"Octavian Purdila","email":"tavi@cs.pub.ro","login":null,"count":2},{"name":"Vianney le Clément de Saint-Marcq","email":"code@quartic.eu","login":null,"count":2},{"name":"Darrell Harmon","email":"darrell@harmoninstruments.com","login":null,"count":2},{"name":"len0rd","email":"len0rd","login":"len0rd","count":2},{"name":"Anders","email":"anders-code","login":"anders-code","count":2},{"name":"Alex M","email":"7845120+newAM","login":"newAM","count":2},{"name":"Michael Pratt","email":"mpratt51@gmail.com","login":null,"count":2},{"name":"Hannes Weisbach","email":"hannes.weisbach@gmail.com","login":null,"count":1},{"name":"Michael Niewöhner","email":"foss@mniewoehner.de","login":null,"count":1},{"name":"Rod Whitby","email":"rod@whitby.id.au","login":null,"count":1},{"name":"Sebastian Zwietz","email":"einelangeadresse@gmail.com","login":null,"count":1},{"name":"Kornel Swierzy","email":"kornel.swierzy@embevity.com","login":null,"count":1},{"name":"Taisuke Yamada","email":"tai@rakugaki.org","login":null,"count":1},{"name":"Will Richey","email":"richey@valencell.com","login":null,"count":1},{"name":"Naushir Patuck","email":"naush@raspberrypi.com","login":null,"count":1},{"name":"Tim Legrand","email":"tim.legrand@corp.ovh.com","login":null,"count":1},{"name":"Michael Leonard","email":"m-leonard@ti.com","login":null,"count":1},{"name":"Davide Toldo","email":"dtoldo@seemoo.de","login":null,"count":1},{"name":"Pete Schwamb","email":"pete@schwamb.net","login":null,"count":1},{"name":"Sebastian","email":"sebastian@sebastians-site.de","login":null,"count":1},{"name":"stevenday15","email":"stevenday15","login":"stevenday15","count":1},{"name":"ajsetter","email":"ajsetter","login":"ajsetter","count":1},{"name":"Charles Taylor","email":"taylorc@tinnov.net","login":null,"count":1},{"name":"Sebastian","email":"versat","login":"versat","count":1},{"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","login":"fabaff","count":1},{"name":"Emmanuel Blot","email":"eblot","login":"eblot","count":1},{"name":"Fabian Meuren","email":"f.meuren@phytec.de","login":null,"count":1},{"name":"Nicholas Howard","email":"nicholas.howard@novatechweb.com","login":null,"count":1},{"name":"cospan","email":"dave.mccoy@cospandesign.com","login":null,"count":1},{"name":"jnmacd","email":"jnmacd@gmail.com","login":null,"count":1},{"name":"Nathaniel Quillin","email":"1446767+nqbit","login":"nqbit","count":1}],"total_commits":868,"total_committers":50,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":17.36,"dds":0.28110599078341014,"past_year_committers":[{"name":"Emmanuel Blot","email":"emmanuel.blot@free.fr","login":null,"count":16},{"name":"Davide Toldo","email":"dtoldo@seemoo.de","login":null,"count":1},{"name":"Kornel Swierzy","email":"kornel.swierzy@embevity.com","login":null,"count":1},{"name":"Rod Whitby","email":"rod@whitby.id.au","login":null,"count":1},{"name":"Taisuke Yamada","email":"tai@rakugaki.org","login":null,"count":1}],"past_year_total_commits":20,"past_year_total_committers":5,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":4.0,"past_year_dds":0.19999999999999996,"last_synced_at":"2023-10-25T14:37:47.039Z","last_synced_commit":"0d20ccd1ae4542d868a252c492ba6855b4e67906","created_at":"2023-03-07T11:32:26.442Z","updated_at":"2023-10-25T14:37:47.041Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-02T00:00:07.521Z","repositories_count":5480031,"commits_count":853395369,"contributors_count":31098267,"owners_count":906561,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"eblot/pyftdi","html_url":"https://github.com/eblot/pyftdi","last_synced_at":"2025-09-03T23:02:03.744Z","status":null,"issues_count":117,"pull_requests_count":56,"avg_time_to_close_issue":4734542.88,"avg_time_to_close_pull_request":12090770.47368421,"issues_closed_count":50,"pull_requests_closed_count":38,"pull_request_authors_count":34,"issue_authors_count":111,"avg_comments_per_issue":2.41025641025641,"avg_comments_per_pull_request":1.8571428571428572,"merged_pull_requests_count":21,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":19,"past_year_pull_requests_count":12,"past_year_avg_time_to_close_issue":350190.5,"past_year_avg_time_to_close_pull_request":1414193.375,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":8,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":18,"past_year_avg_comments_per_issue":1.7894736842105263,"past_year_avg_comments_per_pull_request":0.16666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":6,"created_at":"2023-05-10T21:49:50.872Z","updated_at":"2025-09-03T23:02:03.746Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/eblot%2Fpyftdi/issues","issue_labels_count":{"wait4feedback":9,"bug":4,"invalid":3,"documentation":2,"duplicate":1,"enhancement":1},"pull_request_labels_count":{"wait4feedback":2,"enhancement":1},"issue_author_associations_count":{"NONE":115,"CONTRIBUTOR":2},"pull_request_author_associations_count":{"CONTRIBUTOR":24,"NONE":22,"OWNER":10},"issue_authors":{"dvzrv":2,"shareefj":2,"mani9876":2,"charkster":2,"forestomir":2,"insane-dreamer":2,"Notselwyn":1,"wuzhongjie1997":1,"fredy0219":1,"richcj10":1,"rtborg":1,"Shoyur":1,"Bnjamn":1,"boyesm":1,"SurfCityMojo":1,"protontim":1,"corteccia":1,"dellagd":1,"sanketchavan9823":1,"btigner":1,"jsteinhofff":1,"ullix":1,"mazzmann":1,"ghost":1,"russelmallari":1,"quantrpeter":1,"PedroACFerreira":1,"bauergeorg":1,"rdpoor":1,"ShaoHao-Chen":1,"marcintomiczek":1,"Gowresh-MARC":1,"markmelvin":1,"evading":1,"mcondarelli":1,"d18c7db":1,"janakj":1,"pe1obw":1,"vogelfreiheit":1,"pond-fssw":1,"KaneTW":1,"alexanderkjones":1,"M62ChainSlapLover":1,"zhimayun":1,"obpt":1,"PatrikKr010":1,"SeDi343":1,"thedim-witted":1,"tcovert2015":1,"wb0gaz":1,"disketten":1,"RazKor":1,"idanuliel":1,"tgbotsford":1,"timothy-lee2415":1,"lc2047":1,"kaolpr":1,"kelyrr":1,"schaechtelchen":1,"sport-climber":1,"F3zz1k":1,"renaudwalder":1,"jksfiftyfive":1,"MattHowardCT":1,"dphaas":1,"pvolkert":1,"jamboo2017":1,"russdill":1,"5ilentAlarm":1,"FreddieChopin":1,"nmichaels-qualinx":1,"pkissel":1,"marcjordan2112":1,"Nippey":1,"kavyarsreepathi":1,"renmarq":1,"sbulfer":1,"sutyum":1,"nickhdc33":1,"gkamendje":1,"pacmac":1,"sbouge13a":1,"terrywwgit":1,"dua564":1,"tmplt":1,"Tunneller":1,"romdos":1,"tacooper":1,"Zibri":1,"rakeshhegde":1,"srobertjames":1,"edcloudcycle":1,"mcuee":1,"aeular":1,"Kelian98":1,"rqx110":1,"eclispe":1,"MSOcu":1,"securelyfitz":1,"henryay1":1,"friedrichromstedt":1,"zapta":1,"andreasWallner":1,"mc3359":1,"camelator":1,"jokubas11":1,"dattasaurabh82":1,"webgeek1234":1,"R3pa":1,"daoo":1,"jmfloyd":1},"pull_request_authors":{"eblot":10,"bhass1":4,"markmentovai":3,"TedKus":2,"Kalofin":2,"dnschneid":2,"len0rd":2,"aleeraser":2,"andreasWallner":2,"sgoh25":2,"romavis":2,"buganini":1,"enkiusz":1,"sjoerdsimons":1,"kornel-swierzy-embevity":1,"gcyBruce":1,"joshi-bharat":1,"larsch":1,"talhaHavadar":1,"ajsetter":1,"santeaga":1,"unixb0y":1,"sgoadhouse":1,"nqbit":1,"HarrisonIEEE":1,"tfnil":1,"addinh":1,"henryay1":1,"rwhitby":1,"c0d3z3r0":1,"tai":1,"tapetersen":1,"MattHowardCT":1,"AndreRenaud":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-06T00:00:15.144Z","repositories_count":10122635,"issues_count":31723558,"pull_requests_count":98833360,"authors_count":10710965,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{"NONE":18,"CONTRIBUTOR":1},"past_year_pull_request_author_associations_count":{"OWNER":6,"NONE":3,"CONTRIBUTOR":3},"past_year_issue_authors":{"shareefj":2,"wb0gaz":1,"terrywwgit":1,"tcovert2015":1,"tacooper":1,"sport-climber":1,"ShaoHao-Chen":1,"russdill":1,"rqx110":1,"renaudwalder":1,"pvolkert":1,"nickhdc33":1,"MattHowardCT":1,"lc2047":1,"kaolpr":1,"edcloudcycle":1,"disketten":1,"5ilentAlarm":1},"past_year_pull_request_authors":{"eblot":6,"dnschneid":2,"santeaga":1,"MattHowardCT":1,"markmentovai":1,"sjoerdsimons":1},"maintainers":[{"login":"eblot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eblot"}],"active_maintainers":[{"login":"eblot","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eblot"}]},"events":{"total":{"CreateEvent":11,"ReleaseEvent":1,"IssuesEvent":27,"WatchEvent":51,"DeleteEvent":6,"IssueCommentEvent":51,"PushEvent":25,"PullRequestEvent":22,"ForkEvent":14},"last_year":{"CreateEvent":11,"ReleaseEvent":1,"IssuesEvent":27,"WatchEvent":51,"DeleteEvent":6,"IssueCommentEvent":51,"PushEvent":25,"PullRequestEvent":22,"ForkEvent":14}},"keywords":[],"dependencies":[{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-06T13:02:35.856Z","updated_at":"2022-07-06T13:02:35.856Z","repository_link":"https://github.com/eblot/pyftdi/blob/main/requirements.txt","dependencies":[{"id":108474345,"package_name":"pyusb","ecosystem":"pypi","requirements":"\u003e=1.0,","direct":true,"kind":"runtime","optional":false},{"id":108474346,"package_name":"pyserial","ecosystem":"pypi","requirements":"\u003e=3.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pythonchecksyntax.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T11:02:25.688Z","updated_at":"2023-01-13T11:02:25.688Z","repository_link":"https://github.com/eblot/pyftdi/blob/main/.github/workflows/pythonchecksyntax.yml","dependencies":[{"id":6875577451,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6875577452,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pythonmocktests.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T11:02:25.715Z","updated_at":"2023-01-13T11:02:25.715Z","repository_link":"https://github.com/eblot/pyftdi/blob/main/.github/workflows/pythonmocktests.yml","dependencies":[{"id":6875577453,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6875577454,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pythonpackage.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T11:02:25.778Z","updated_at":"2023-01-13T11:02:25.778Z","repository_link":"https://github.com/eblot/pyftdi/blob/main/.github/workflows/pythonpackage.yml","dependencies":[{"id":6875577455,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6875577456,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]}],"score":25.936969395492454,"created_at":"2025-09-08T11:19:05.409Z","updated_at":"2025-10-07T08:25:51.484Z","avatar_url":"https://github.com/eblot.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":340596,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/69960","html_url":"https://science.ecosyste.ms/projects/69960"}