Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

types-circuitpython

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

types-circuitpython

Type support (typings) for CircuitPython built-in binding packages.

  • 8.1.0
  • PyPI
  • Socket score

Maintainers
1

types-circuitpython

PyPI - Python Version PyPI - Wheel

Type Support (typings) for CircuitPython built-in binding packages.

Coding with adafruit-circuitpython-typing:

adafruit-circuitpython-typing

Coding with types-circuitpython:

types-circuitpython

Usage

# installing the last release
$ pip install types-circuitpython
# or installing a specific version
$ pip install types-circuitpython==8.1.0b2

Long term support versions

Following CircuitPython release versions, or CircuitPython tags

PyPI - Python Version Pypi versions

  • 8.x
    • 8.1.x
      • 8.1.0b2 (Corresponds 8.1.0-beta.2 of CircuitPython's version)
      • 8.1.0b1 (Corresponds 8.1.0-beta.1 of CircuitPython's version)
      • 8.1.0b0 (Corresponds 8.1.0-beta.0 of CircuitPython's version)
      • 8.1.0a2 (Corresponds 8.1.0-alpha.2 of CircuitPython's version)
    • 8.0.x
      • 8.0.5
      • 8.0.4
      • 8.0.3
      • 8.0.2
      • 8.0.0
      • 8.0.0rc2 (Corresponds 8.0.0-rc.2 of CircuitPython's version)
      • 8.0.0rc1 (Corresponds 8.0.0-rc.1 of CircuitPython's version)
      • 8.0.0rc0 (Corresponds 8.0.0-rc.0 of CircuitPython's version)
      • 8.0.0b6 (Corresponds 8.0.0-beta.6 of CircuitPython's version)
      • 8.0.0b5 (Corresponds 8.0.0-beta.5 of CircuitPython's version)
      • 8.0.0b4 (Corresponds 8.0.0-beta.4 of CircuitPython's version)
      • 8.0.0b3 (Corresponds 8.0.0-beta.3 of CircuitPython's version)
      • 8.0.0b2 (Corresponds 8.0.0-beta.2 of CircuitPython's version)
      • 8.0.0b1 (Corresponds 8.0.0-beta.1 of CircuitPython's version)
      • 8.0.0b0 (Corresponds 8.0.0-beta.0 of CircuitPython's version)
      • 8.0.0a1 (Corresponds 8.0.0-alpha.1 of CircuitPython's version)
      • 8.0.0a0 (Corresponds 8.0.0-alpha.0 of CircuitPython's version)
  • 7.x
    • 7.3.x
      • 7.3.3
      • 7.3.2
      • 7.3.1
      • 7.3.0

Development

Initialization

$ virtualenv .venv
$ . ./.venv/bin/activate
$ pip install -r requirements.txt
$ python setup.py develop
# or
$ pip install -e .

Generate bindings

$ make generate version=<CIRCUITPYTHON VERSION>

Code styles

$ make format
$ make lint

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc