Skip to content

Commit 8556da2

Browse files
authored
Merge pull request #273 from tekktrik/dev/nitroclass
Add dataclasses-like helper library
2 parents 1f11515 + ebf2060 commit 8556da2

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,3 +520,6 @@
520520
[submodule "libraries/helpers/synthiota"]
521521
path = libraries/helpers/synthiota
522522
url = https://github.com/relic-se/CircuitPython_Synthiota.git
523+
[submodule "libraries/helpers/nitroclass"]
524+
path = libraries/helpers/nitroclass
525+
url = https://github.com/tekktrik/CircuitPython_Nitroclass.git

circuitpython_community_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
127127
* [CircuitPython_MIDI_Tools](https://github.com/CedarGroveStudios/CircuitPython_MIDI_Tools.git) A collection of methods for processing MIDI notes and Control Change codes \([Docs](https://github.com/CedarGroveStudios/CircuitPython_MIDI_Tools/blob/main/media/pseudo_rtd_cedargrove_midi_tools.pdf))
128128
* [CircuitPython_MiniEthers](https://github.com/ShambaC/CircuitPython_MiniEthers) Circuitpython module for ethereum wallet creation and signing. ([PyPi](https://pypi.org/project/circuitpython-miniethers/)) \([Docs](https://circuitpython-miniethers.readthedocs.io/en/latest/))
129129
* [CircuitPython MorseCode](https://github.com/jposada202020/CircuitPython_MorseCode.git) Circuitpython library to crete Morse code ([PyPi](https://pypi.org/project/circuitpython-MorseCode)) \([Docs](https://circuitpython-morsecode.readthedocs.io/en/latest/))
130+
* [CircuitPython Nitroclass](https://github.com/tekktrik/CircuitPython_Nitroclass.git) ([PyPi](https://pypi.org/project/circuitpython-nitroclass/) \([Docs](https://circuitpython-nitroclass.readthedocs.io/en/latest/))) CircuitPython helper library providing equivalent functionality to CPython's dataclasses
130131
* [CircuitPython Noise](https://github.com/todbot/CircuitPython_Noise.git) ([PyPi](https://pypi.org/project/circuitpython-noise)) \([Docs](https://circuitpython-noise.readthedocs.io/en/latest/)) Simplex (Perlin-like) noise generation
131132
* [CircuitPython_OhmsLaw](https://github.com/CedarGroveStudios/CircuitPython_OhmsLaw.git) Calculate an Ohm’s Law result from two input parameters \([Docs](https://github.com/CedarGroveStudios/CircuitPython_OhmsLaw/blob/main/media/pseudo_rtd_cedargrove_ohmslaw.pdf))
132133
* [CircuitPython_Org_DisplayIO_Annotation](https://github.com/circuitpython/CircuitPython_Org_DisplayIO_Annotation.git) Annotation widget for displayio ([PyPi](https://pypi.org/project/circuitpython-displayio-annotation/) \([Docs](https://docs.circuitpython.org/projects/displayio_annotation/en/latest/))

libraries/helpers/nitroclass

Submodule nitroclass added at 638ca69

0 commit comments

Comments
 (0)