python-esios 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_esios-0.2.2/python_esios.egg-info → python_esios-0.2.3}/PKG-INFO +3 -3
- {python_esios-0.2.2 → python_esios-0.2.3}/README.md +2 -2
- {python_esios-0.2.2 → python_esios-0.2.3/python_esios.egg-info}/PKG-INFO +3 -3
- {python_esios-0.2.2 → python_esios-0.2.3}/setup.py +1 -1
- {python_esios-0.2.2 → python_esios-0.2.3}/LICENSE +0 -0
- {python_esios-0.2.2 → python_esios-0.2.3}/esios/__init__.py +0 -0
- {python_esios-0.2.2 → python_esios-0.2.3}/esios/archives.py +0 -0
- {python_esios-0.2.2 → python_esios-0.2.3}/esios/client.py +0 -0
- {python_esios-0.2.2 → python_esios-0.2.3}/esios/indicators.py +0 -0
- {python_esios-0.2.2 → python_esios-0.2.3}/esios/offer_indicators.py +0 -0
- {python_esios-0.2.2 → python_esios-0.2.3}/python_esios.egg-info/SOURCES.txt +0 -0
- {python_esios-0.2.2 → python_esios-0.2.3}/python_esios.egg-info/dependency_links.txt +0 -0
- {python_esios-0.2.2 → python_esios-0.2.3}/python_esios.egg-info/requires.txt +0 -0
- {python_esios-0.2.2 → python_esios-0.2.3}/python_esios.egg-info/top_level.txt +0 -0
- {python_esios-0.2.2 → python_esios-0.2.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-esios
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: A Python wrapper for the ESIOS API
|
|
5
5
|
Home-page: https://github.com/datons/python-esios
|
|
6
6
|
Author: Jesús López
|
|
@@ -61,5 +61,5 @@ endpoint = client.endpoint(name=?)
|
|
|
61
61
|
|
|
62
62
|
In the tutorials below, you will learn how to download, preprocess, and visualize the data from the following endpoints:
|
|
63
63
|
|
|
64
|
-
- [Indicators](https://github.com/datons/python-esios/blob/main/examples/
|
|
65
|
-
- [Archives](https://github.com/datons/python-esios/blob/main/examples/
|
|
64
|
+
- [Indicators](https://github.com/datons/python-esios/blob/main/examples/30_Indicators/0_Steps/B1_Download.ipynb)
|
|
65
|
+
- [Archives](https://github.com/datons/python-esios/blob/main/examples/20_Archives/0_Steps/B1_Download.ipynb)
|
|
@@ -45,5 +45,5 @@ endpoint = client.endpoint(name=?)
|
|
|
45
45
|
|
|
46
46
|
In the tutorials below, you will learn how to download, preprocess, and visualize the data from the following endpoints:
|
|
47
47
|
|
|
48
|
-
- [Indicators](https://github.com/datons/python-esios/blob/main/examples/
|
|
49
|
-
- [Archives](https://github.com/datons/python-esios/blob/main/examples/
|
|
48
|
+
- [Indicators](https://github.com/datons/python-esios/blob/main/examples/30_Indicators/0_Steps/B1_Download.ipynb)
|
|
49
|
+
- [Archives](https://github.com/datons/python-esios/blob/main/examples/20_Archives/0_Steps/B1_Download.ipynb)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-esios
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: A Python wrapper for the ESIOS API
|
|
5
5
|
Home-page: https://github.com/datons/python-esios
|
|
6
6
|
Author: Jesús López
|
|
@@ -61,5 +61,5 @@ endpoint = client.endpoint(name=?)
|
|
|
61
61
|
|
|
62
62
|
In the tutorials below, you will learn how to download, preprocess, and visualize the data from the following endpoints:
|
|
63
63
|
|
|
64
|
-
- [Indicators](https://github.com/datons/python-esios/blob/main/examples/
|
|
65
|
-
- [Archives](https://github.com/datons/python-esios/blob/main/examples/
|
|
64
|
+
- [Indicators](https://github.com/datons/python-esios/blob/main/examples/30_Indicators/0_Steps/B1_Download.ipynb)
|
|
65
|
+
- [Archives](https://github.com/datons/python-esios/blob/main/examples/20_Archives/0_Steps/B1_Download.ipynb)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|