Metadata-Version: 2.1
Name: circlink
Version: 3.3.0
Summary: Tool for writing code locally and auto-pushing to CircuitPython boards
Author-email: Alec Delaney <tekktrik@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/tekktrik/circlink.git
Keywords: adafruit,circuitpython,tool,autosave,autopush,circlink,bridge
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: System :: Hardware
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: Unix
Requires-Python: >=3.8.0
Description-Content-Type: text/x-rst
Provides-Extra: dev
License-File: LICENSE

CircLink
========

.. image:: https://img.shields.io/readthedocs/circlink/latest
   :target: https://circlink.readthedocs.io/en/latest/
   :alt: Read the Docs (latest)

.. image:: https://img.shields.io/github/workflow/status/tekktrik/circlink/Build%20CI/main
   :target:  https://github.com/tekktrik/circlink/actions
   :alt: Build CI status (main branch)

.. image:: https://img.shields.io/pypi/pyversions/circlink
   :target: https://pypi.org/project/circlink/
   :alt: PyPI - Python Versions

.. image:: https://img.shields.io/pypi/v/circlink
   :target: https://pypi.org/project/circlink/
   :alt: Latest PyPI Release

.. image:: https://img.shields.io/github/license/tekktrik/circlink
   :target: https://github.com/tekktrik/circlink/blob/main/LICENSE
   :alt: MIT License

.. image:: https://img.shields.io/maintenance/yes/2022
   :target: https://github.com/tekktrik/circlink/issues
   :alt: Maintenaned

.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg
    :target: https://adafru.it/discord
    :alt: Adafruit Discord

Write code locally and have it automatically pushed to your CircuitPython device

Documentation
=============

Documentation for ``circlink`` can be found `on ReadTheDocs <https://circlink.readthedocs.io/en/latest/>`_.

License
=======

This library is licensed under an MIT license, so feel free to do with it what
you want, and contributions are always welcome!
