Metadata-Version: 2.1
Name: opentera
Version: 1.0.2
Summary: OpenTera base package
Home-page: https://github.com/introlab/opentera
Author: Dominic Létourneau, Simon Brière
Author-email: dominic.letourneau@usherbrooke.ca, simon.briere@usherbrooke.ca
License: UNKNOWN
Description: # OpenTera 1.0.2
        
        Python package for OpenTera micro-service architecture. 
        External microservices can use this package as a base.
        
        This is a beta release and is not meant for production at this stage. 
        
        # GitHub
        * https://github.com/introlab/opentera
        
        # License
        OpenTera is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt) . 
        
        # Documentation
        Please visit our [WiKi documentation on GitHub](https://github.com/introlab/opentera/wiki)
        
        # Dependencies
        OpenTera is based or uses the following Open Source technologies :
        * [Python 3.8+, PSFL (BSD like)](https://www.python.org)
        * [Flask, BSD](http://flask.pocoo.org)
        * [Redis, BSD](https://redislabs.com/why-redis/)
        * [txredisapi, Apache License 2.0](https://github.com/fiorix/txredisapi) 
        * [SQLAlchemy, MIT](https://www.sqlalchemy.org)
        * [Twisted, MIT](https://twistedmatrix.com)
        * [PostgreSQL,  PostgreSQL License(MIT/BSD like)](https://www.postgresql.org)
        * [Node.js, Node license](https://nodejs.org/en/)
        
        # Authors
        * Dominic Létourneau, ing. M.Sc.A., IntRoLab, Université de Sherbrooke (@doumdi)
        * Simon Brière, ing. M.Sc.A., CDRV, Université de Sherbrooke (@sbriere)
        
        # Contributors
        * Philippe Arsenault
        * Cédric Godin
        * Marc-Antoine Maheux
        * Cynthia Vilanova
        
        # Acknowledgements
        This project is supported by [IntRoLab - Intelligent / Interactive / Integrated / Interdisciplinary Robot Lab](https://introlab.3it.usherbrooke.ca/), Sherbrooke, Québec, Canada.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
