Metadata-Version: 2.1
Name: OMIEData
Version: 0.0.1
Summary: Package to download electricity time series from https://www.omie.es/
Home-page: https://github.com/acruzgarcia/OMIEData
Author: Alberto Cruz and Mirel Mora
Author-email: a.cruz.garcia@gmail.com, mirel.mora@gmail.com
License: UNKNOWN
Keywords: OMIE,Electricity prices
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: datetime

# Package OMIEData: Open source tool for Electricity data analysis
Package to download electricity time series (prices and demand) from https://www.omie.es/

[![Build Status][build-button]][build]
[![Latest Version][mdversion-button]][md-pypi]
[![Python Versions][pyversion-button]][md-pypi]


[build-button]: https://github.com/Python-Markdown/markdown/workflows/CI/badge.svg?event=push
[build]: https://github.com/acruzgarcia/OMIEData/actions?query=workflow/CI/badge.svg?event=push
[mdversion-button]: https://img.shields.io/pypi/v/Markdown.svg
[md-pypi]: https://pypi.org/project/Markdown/
[pyversion-button]: https://img.shields.io/pypi/pyversions/Markdown.svg


## Installation 

Installing OMIEData from Github is easy using the devtools package.

from the command line type:
python -m pip install git+https://github.com/acruzgarcia/OMIEData

or use the .whl (or .tar.gz) file within dist folder:

python -m pip install OMIEData-0.0.1-py3-none-any.whl

or

python -m pip install OMIEData-0.0.1.tar.gz


# Example use case:
File 'Example1.py' describes a use case to download and process, i.e create a dataframe, with prices and demands.

Enjoy!.


