Metadata-Version: 2.1
Name: m2m
Version: 0.3.dev8
Summary: M2M Daemons
Home-page: https://gitlab.com/jdhp/sensors-m2m-daemons
Author: Jérémie DECOCK
Author-email: jd.jdhp@gmail.com
Project-URL: Bug Tracker, https://gitlab.com/jdhp/sensors-m2m-daemons/issues
Keywords: m2m
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS

===========
M2M Daemons
===========

Copyright (c) 2022 Jérémie DECOCK (www.jdhp.org)

* Web site: http://www.jdhp.org/software_en.html#m2m
* Online documentation: https://jdhp.gitlab.io/m2m
* Examples: https://jdhp.gitlab.io/m2m/gallery/

* Notebooks: https://gitlab.com/jdhp/sensors-m2m-daemons-notebooks
* Source code: https://gitlab.com/jdhp/sensors-m2m-daemons
* Issue tracker: https://gitlab.com/jdhp/sensors-m2m-daemons/issues
* M2M Daemons on PyPI: https://pypi.org/project/m2m
* M2M Daemons on Anaconda Cloud: https://anaconda.org/jdhp/m2m


Description
===========

M2M Daemons

Note:

    This project is still in beta stage, so the API is not finalized yet.


Dependencies
============

*  Python >= 3.6

.. _install:

Installation (Gnu/Linux)
========================

You can install M2M Daemons with these commands::

    conda deactivate
    python3 -m venv env
    source env/bin/activate
    python3 -m pip install --upgrade pip
    python3 -m pip install -r requirements.txt
    pip install m2m


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

* Online documentation: https://jdhp.gitlab.io/m2m
* API documentation: https://jdhp.gitlab.io/m2m/api.html


Example usage
=============

TODO


Bug reports
===========

To search for bugs or report them, please use the M2M Daemons Bug Tracker at:

    https://gitlab.com/jdhp/sensors-m2m-daemons/issues


License
=======

This project is provided under the terms and conditions of the `MIT License`_.


.. _MIT License: http://opensource.org/licenses/MIT
.. _command prompt: https://en.wikipedia.org/wiki/Cmd.exe
