Go to file
Dan Halbert 0cd37376a0 finish status bar internal simplification 2022-09-27 15:14:40 -04:00
.github Use current ubuntu for pre-commit 2022-09-06 21:16:56 -05:00
LICENSES Add an explicit SPDX license file for ter-u12n. 2020-07-06 19:15:41 +01:00
data
devices/ble_hci
docs Fix trailing whitespace 2022-09-01 13:32:49 -07:00
examples
extmod Update ulab to 5.1.1 2022-09-23 08:29:32 -05:00
frozen Fix ugame.py for the ugame10 board 2022-08-26 17:07:44 +02:00
lib Merge pull request #5852 from jepler/floppy 2022-04-26 11:40:19 -04:00
locale Update translation files 2022-09-25 23:56:04 +02:00
logo Add license to some obvious files. 2020-07-06 19:16:25 +01:00
mpy-cross don't specify -sdk in Makefile.m1 for mpy-cross 2022-07-27 22:51:14 -04:00
ports Update mpconfigboard.h 2022-09-26 19:58:33 +02:00
py Merge pull request #6522 from jepler/must-be-int 2022-09-25 17:55:56 -04:00
shared allow preserving pin state during deep sleep 2022-09-15 17:35:14 -04:00
shared-bindings
shared-module finish status bar internal simplification 2022-09-27 15:14:40 -04:00
supervisor finish status bar internal simplification 2022-09-27 15:14:40 -04:00
tests
tools Use new unique ID for this board 2022-09-22 16:23:38 -05:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.mailmap
.pre-commit-config.yaml
.readthedocs.yml
.rosie.yml Add license to some obvious files. 2020-07-06 19:16:25 +01:00
ACKNOWLEDGEMENTS
ACKNOWLEDGEMENTS.license
BUILDING.md Correct typo 2022-07-05 12:03:04 -04:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md from source-of-truth repository. 2020-06-03 10:43:36 +01:00
CONTRIBUTING.md
LICENSE
LICENSE_MicroPython
MANIFEST.in-stubs
Makefile
README.rst
README.rst-stubs
WEBUSB_README.md
conf.py
main.c
requirements-ci.txt
requirements-dev.txt
requirements-doc.txt
runtime.py
setup.py-stubs use --long for describe in setup.py-stubs 2022-02-18 21:22:02 -05:00

README.rst-stubs

CircuitPython
=============

.. image:: https://s3.amazonaws.com/adafruit-circuit-python/CircuitPython_Repo_header_logo.png

|Build Status| |Doc Status| |License| |Discord| |Weblate|

`circuitpython.org <https://circuitpython.org>`__ \| `Get CircuitPython <#get-circuitpython>`__ \|
`Documentation <#documentation>`__ \| `Contributing <#contributing>`__ \|
`Branding <#branding>`__ \| `Differences from Micropython <#differences-from-micropython>`__ \|
`Project Structure <#project-structure>`__

**CircuitPython** is a *beginner friendly*, open source version of Python for tiny, inexpensive
computers called microcontrollers.

This package contains the "stubs", or type definitions for CircuitPython.  With some advanced
editors and other tools, this information can be identify TypeErrors, AttributeErrors, and other
problems before you deploy your code to a device and can even help autocomplete your code.

.. |Build Status| image:: https://github.com/adafruit/circuitpython/workflows/Build%20CI/badge.svg
   :target: https://github.com/adafruit/circuitpython/actions?query=branch%3Amain
.. |Doc Status| image:: https://readthedocs.org/projects/circuitpython/badge/?version=latest
   :target: http://circuitpython.readthedocs.io/
.. |Discord| image:: https://img.shields.io/discord/327254708534116352.svg
   :target: https://adafru.it/discord
.. |License| image:: https://img.shields.io/badge/License-MIT-brightgreen.svg
   :target: https://choosealicense.com/licenses/mit/
.. |Weblate| image:: https://hosted.weblate.org/widgets/circuitpython/-/svg-badge.svg
   :target: https://hosted.weblate.org/engage/circuitpython/?utm_source=widget