Metadata-Version: 2.1
Name: pyETM
Version: 0.8.2
Summary: Python-ETM Connector
Home-page: https://github.com/robcalon/pyetm
Author: Rob Calon
Author-email: robcalon@protonmail.com
License: EUPL-1.2
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.26)
Requires-Dist: pandas (>=1.3)
Provides-Extra: all
Requires-Dist: aiohttp (>=3.8.1) ; extra == 'all'
Requires-Dist: xlsxwriter (>=3.0) ; extra == 'all'
Requires-Dist: openpyxl (>=3.0) ; extra == 'all'
Provides-Extra: async
Requires-Dist: aiohttp (>=3.8.1) ; extra == 'async'
Provides-Extra: io
Requires-Dist: xlsxwriter (>=3.0) ; extra == 'io'
Requires-Dist: openpyxl (>=3.0) ; extra == 'io'

# pyETM
Connect to the Energy Transition Model via Python. 

## Energy Transition Model
See https://energytransitionmodel.com/ for more information.

## Installation
pyETM is available through pip and is compatible with Python 3.

``pip install pyetm``


