Metadata-Version: 2.4
Name: Cambiato
Version: 0.3.0
Summary: The simple yet powerful system for changing utility devices.
Author-email: Anton Lydell <anton.lydell@tuta.com>
License: GNU General Public License v3 (GPLv3)
Project-URL: Bug Tracker, https://github.com/antonlydell/Cambiato/issues
Project-URL: Documentation, https://github.com/antonlydell/Cambiato
Project-URL: Source Code, https://github.com/antonlydell/Cambiato
Keywords: Change,Device,Device Change,District Cooling,District Heating,Electricity,Meter,Meter Change,Utility,Streamlit,Water,Web
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Other Audience
Classifier: Natural Language :: English
Classifier: Natural Language :: Swedish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: click>=8.0
Requires-Dist: pydantic>=2.0
Requires-Dist: streamlit>=1.40
Requires-Dist: streamlit-passwordless>=0.16
Requires-Dist: sqlalchemy>=2.0
Dynamic: license-file

Cambiato
========

|PyPI| |Python| |LICENSE|


Cambiato is the simple yet powerful system for changing utility devices such as district
heating and electricity meters. The project is under development and not ready for production yet.


Installation
------------

Cambiato is available on `PyPI`_ and can be installed with `pip`_.


.. _pip: https://pip.pypa.io/en/stable/getting-started/
.. _PyPI: https://pypi.org/project/cambiato/


.. code-block:: bash

   $ pip install Cambiato


License
-------

Cambiato is distributed under the `GNU General Public License v3`_.

.. _GNU General Public License v3: https://www.gnu.org/licenses/gpl-3.0-standalone.html


.. |LICENSE| image:: https://img.shields.io/pypi/l/Cambiato?style=plastic
   :alt: PyPI - License
   :target: https://github.com/antonlydell/Cambiato/blob/main/LICENSE


.. |PyPI| image:: https://img.shields.io/pypi/v/Cambiato?style=plastic
   :alt: PyPI
   :target: https://pypi.org/project/Cambiato/


.. |Python| image:: https://img.shields.io/pypi/pyversions/Cambiato?style=plastic
   :alt: PyPI - Python Version
   :target: https://pypi.org/project/Cambiato/
