{"id":21519843,"url":"https://github.com/electroniccats/electroniccats_circuitpython_pn7150","last_synced_at":"2026-05-17T19:39:12.082Z","repository":{"id":73402407,"uuid":"352821692","full_name":"ElectronicCats/ElectronicCats_CircuitPython_PN7150","owner":"ElectronicCats","description":"CircuitPython driver for PN7150 RFID/Near Field Communication chip","archived":false,"fork":false,"pushed_at":"2023-09-04T16:00:52.000Z","size":39,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-14T18:37:01.284Z","etag":null,"topics":["circuitpython","circuitpython-library","nfc","nfc-reader","pn7150","rfid"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElectronicCats.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-03-30T00:24:55.000Z","updated_at":"2025-08-13T17:14:59.000Z","dependencies_parsed_at":"2024-11-24T01:10:33.143Z","dependency_job_id":null,"html_url":"https://github.com/ElectronicCats/ElectronicCats_CircuitPython_PN7150","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ElectronicCats/ElectronicCats_CircuitPython_PN7150","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectronicCats%2FElectronicCats_CircuitPython_PN7150","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectronicCats%2FElectronicCats_CircuitPython_PN7150/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectronicCats%2FElectronicCats_CircuitPython_PN7150/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectronicCats%2FElectronicCats_CircuitPython_PN7150/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElectronicCats","download_url":"https://codeload.github.com/ElectronicCats/ElectronicCats_CircuitPython_PN7150/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElectronicCats%2FElectronicCats_CircuitPython_PN7150/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33152238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["circuitpython","circuitpython-library","nfc","nfc-reader","pn7150","rfid"],"created_at":"2024-11-24T01:00:25.453Z","updated_at":"2026-05-17T19:39:12.064Z","avatar_url":"https://github.com/ElectronicCats.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"ElectronicCats_CircuitPython_PN7150\n============\n\n\n.. image:: https://readthedocs.org/projects/electroniccats-circuitpython-pn7150/badge/?version=latest\n    :target: https://circuitpython.readthedocs.io/projects/pn7150/en/latest/\n    :alt: Documentation Status\n\n\n.. image:: https://github.com/ElectronicCats/Electroniccats_CircuitPython_PN7150/workflows/Build%20CI/badge.svg\n    :target: https://github.com/ElectronicCats/Electroniccats_CircuitPython_PN7150/actions\n    :alt: Build Status\n\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n    :alt: Code Style: Black\n\nlibrary for I2C access to the PN7150 RFID/Near Field Communication chip\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython \u003chttps://github.com/adafruit/circuitpython\u003e`_\n* `Bus Device \u003chttps://github.com/adafruit/Adafruit_CircuitPython_BusDevice\u003e`_\n\nInstalling from PyPI\n=====================\n.. note:: This library is not available on PyPI yet. Install documentation is included\n   as a standard element. Stay tuned for PyPI availability!\n\n.. todo:: Remove the above note if PyPI version is/will be available at time of release.\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI \u003chttps://pypi.org/project/electroniccats-circuitpython-pn7150/\u003e`_.\nTo install for current user:\n\n.. code-block:: shell\n\n    pip3 install electroniccats-circuitpython-pn7150\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n    sudo pip3 install electroniccats-circuitpython-pn7150\n\nTo install in a virtual environment in your current project:\n\n.. code-block:: shell\n\n    mkdir project-name \u0026\u0026 cd project-name\n    python3 -m venv .env\n    source .env/bin/activate\n    pip3 install adafruit-circuitpython-pn7150\n\n\n\nUsage Example\n=============\n\nThis example demonstrates the library with the  PN7150\n`BomberCat \u003chttps://electroniccats.com/store/bombercat/\u003e`_ and\n`HunterCat NFC \u003chttps://electroniccats.com/store/hunter-cat-nfc/\u003e`_.\n\n.. code-block:: python\n\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n\u003chttps://github.com/ElectronicCats/Electroniccats_CircuitPython_PN7150/blob/main/CODE_OF_CONDUCT.md\u003e`_\nbefore contributing to help this project stay welcoming.\n\nDocumentation\n=============\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectroniccats%2Felectroniccats_circuitpython_pn7150","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectroniccats%2Felectroniccats_circuitpython_pn7150","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectroniccats%2Felectroniccats_circuitpython_pn7150/lists"}