Metadata-Version: 2.1
Name: PySIMS
Version: 0.0.1
Summary: The CLI for managing IoT sensors and meter data.
Author-email: Anton Lydell <antoningenjoren@gmail.com>
License: MIT License        
        Copyright (c) 2022 Anton Lydell        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.        
Project-URL: Bug Tracker, https://github.com/antonlydell/PySIMS/issues
Project-URL: Documentation, https://github.com/antonlydell/PySIMS
Project-URL: Source Code, https://github.com/antonlydell/PySIMS
Keywords: Sensors,IoT,LoRaWAN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Home Automation
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: click (>=8.0)
Requires-Dist: pandas (>=1.3)
Requires-Dist: pandemy (>=1.1)
Requires-Dist: requests (>=2.26)
Requires-Dist: toml (>=0.10)

****************************************************
Python Sensor Integration Management System (PySIMS) 
****************************************************

PySIMS is a CLI for managing and integrating IoT sensors with meter data management systems (MDMs).
Fetch and decode sensor meter data from a sensor portal and export it in various formats.


Installation
============

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

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


.. code-block:: bash

   $ pip install PySIMS


License
=======

PySIMS is distributed under the `MIT-license`_.

.. _MIT-license: https://opensource.org/licenses/mit-license.php
