Adafruit_CircuitPython_IterTools

Python's itertools for CircuitPython

OTHER License

Downloads
767
Stars
4
Committers
11

Bot releases are visible (Hide)

Adafruit_CircuitPython_IterTools - 2.1.1 - Type Annotations Latest Release

Published by FoamyGuy 6 months ago

What's Changed

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_IterTools/compare/2.1.0...2.1.1

Adafruit_CircuitPython_IterTools - 2.1.0 - islice now acts more like CPython version

Published by dhalbert 8 months ago

Adafruit_CircuitPython_IterTools - Type Annotations

Published by FoamyGuy 8 months ago

Adafruit_CircuitPython_IterTools - 2.0.7 - Fix RTD Docs Build and Unpin Sphinx

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_IterTools/compare/2.0.6...2.0.7

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

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 2.0.6 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year ago

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

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 2.0.5 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

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

To use in CPython, pip3 install adafruit-circuitpython-IterTools.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 2.0.4 - Fixed pylint errors

Published by evaherrada almost 2 years ago

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

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 2.0.3 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 2 years ago

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

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 2.0.2 - Fixed version string

Published by evaherrada about 2 years ago

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

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 2.0.1 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

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

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 2.0.0 - correct depth of import to match CPython; add to pypi

Published by dhalbert about 2 years ago

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

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

What's Changed

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_IterTools/compare/1.1.10...2.0.0

Adafruit_CircuitPython_IterTools - 1.1.10 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 1.1.9 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 1.1.8 - Updated documentation link, python version

Published by evaherrada over 2 years ago

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 1.1.7 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 1.1.6 - Adding __init__.py file

Published by FoamyGuy about 3 years ago

This version adds a init.py file in the library package and removes a previously unused empty file.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 1.1.5 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 1.1.4 - Fixed issue with Black and Pylint versions in the pre-commit config

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 1.1.3 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

Adafruit_CircuitPython_IterTools - 1.1.2 - Corrected doc link

Published by evaherrada about 4 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-itertools.

Read the docs for info on how to use it.

Package Rankings
Top 19.55% on Pypi.org
Related Projects