CircuitPython_functools

A CircuitPython implementation of CPython's functools library

MIT License

Downloads
329
Stars
2
Committers
1
CircuitPython_functools - 1.0.2 - Updated README circup instructions Latest Release

Published by tekktrik 9 months ago

Updated installation instructions for circup in README, thanks @mMerlin for pointing out the issue!

No functional changes were made since the last release.

To use in CircuitPython, simply install the CircuitPython Community Bundle.

To use in CPython, pip3 install circuitpython-functools.

Read the docs for info on how to use it.

CircuitPython_functools - 1.0.1 - Fix RTD theme importing

Published by tekktrik 10 months ago

Fixed conf.py and how it imports the RTD theme.

To use in CircuitPython, simply install the CircuitPython Community Bundle.

To use in CPython, pip3 install circuitpython-functools.

Read the docs for info on how to use it.

CircuitPython_functools - 1.0.0 - Updated licensing and clarifications, fixed RTD

Published by tekktrik 10 months ago

Updated licensing and clarification of differences from original code, as well as updated requirements for ReadTheDocs builds.

To use in CircuitPython, simply install the CircuitPython Community Bundle.

To use in CPython, pip3 install circuitpython-functools.

Read the docs for info on how to use it.

CircuitPython_functools - 0.3.0 - Added PSF-2.0 license

Published by tekktrik 10 months ago

Added PSF-2.0 license for cache-related functionality, which is ported from CPython.

To use in CircuitPython, simply install the CircuitPython Community Bundle.

To use in CPython, pip3 install circuitpython-functools.

Read the docs for info on how to use it.

CircuitPython_functools - 0.2.0 - Added wraps

Published by tekktrik 10 months ago

Added wraps for use when creating decorators.

To use in CircuitPython, simply install the CircuitPython Community Bundle.

To use in CPython, pip3 install circuitpython-functools.

Read the docs for info on how to use it.

CircuitPython_functools - 0.1.1 - Updated CI

Published by tekktrik over 1 year ago

Update the CI to use the new composite actions and update pre-commit. No functional changes were made since the last release.

To use in CircuitPython, simply install the CircuitPython Community Bundle.

To use in CPython, pip3 install circuitpython-functools.

Read the docs for info on how to use it.

CircuitPython_functools - 0.1.0 - Updated library infrastructure

Published by tekktrik over 2 years ago

Modified library infrastructure to support Sphinx 5.0.0 and updated black in pre-commit.

To use in CircuitPython, simply install the CircuitPython Community Bundle.

Read the docs for info on how to use it.

CircuitPython_functools - 0.0.1 - Initial release

Published by tekktrik over 2 years ago

Initial release for the library! Includes an implementation of cache.