Adafruit_CircuitPython_FONA

CircuitPython Library for the Adafruit FONA

MIT License

Downloads
1.6K
Stars
7
Committers
10

Bot releases are hidden (Show)

Adafruit_CircuitPython_FONA - Update Legacy set_socket Examples Latest Release

Published by FoamyGuy 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/adafruit/Adafruit_CircuitPython_FONA/compare/3.0.3...3.0.4

Adafruit_CircuitPython_FONA - 3.0.3 - Fix RTD Docs Build and Unpin Sphinx

Published by FoamyGuy 11 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_FONA/compare/3.0.2...3.0.3

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 3.0.2 - 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-fona.

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 3.0.1 - 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-FONA.

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 3.0.0 - More precise exceptions

Published by dhalbert over 1 year ago

Adafruit_CircuitPython_FONA - 2.1.15 - Fixed enabling GPS for non-gps modules

Published by tekktrik almost 2 years ago

Fixed enabling GPS for non-gps modules. Thanks @ric-sapasap!

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.14 - 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-fona.

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.13 - 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-fona.

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.12 - 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-fona.

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.11 - 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-fona.

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.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.

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.9 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.8 - Fixed Python 3.7 compataibility issue

Published by tekktrik over 2 years ago

Fixed a compatibility issue preventing this library from being used on Python 3.7. Thanks @FoamyGuy!

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.7 - Fixed documentation for ReadTheDocs

Published by tekktrik over 2 years ago

Updated documentation to display properly on ReadTheDocs. Thanks @Neradoc!

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.6 - Typing Information

Published by FoamyGuy over 2 years ago

This release includes typing information for function arguments and returns. Thank you @tekktrik

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.5 - Updated documentation link, python version

Published by evaherrada over 2 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.4 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.3 - 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-fona.

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.2 - 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-fona.

Read the docs for info on how to use it.

Adafruit_CircuitPython_FONA - 2.1.1 - Fix CPython ImportError

Published by brentru almost 4 years ago

This release:

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

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

Read the docs for info on how to use it.

Package Rankings
Top 24.4% on Pypi.org
Related Projects