edb-noumea 0.2.3__tar.gz → 0.2.4__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.
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/PKG-INFO +1 -1
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/README.md +10 -0
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/edb_noumea/details.py +6 -0
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/edb_noumea.egg-info/PKG-INFO +1 -1
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/pyproject.toml +1 -1
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/edb_noumea/__init__.py +0 -0
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/edb_noumea/main.py +0 -0
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/edb_noumea.egg-info/SOURCES.txt +0 -0
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/edb_noumea.egg-info/dependency_links.txt +0 -0
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/edb_noumea.egg-info/requires.txt +0 -0
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/edb_noumea.egg-info/top_level.txt +0 -0
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/examples/generer_graphique_analyses.py +0 -0
- {edb_noumea-0.2.3 → edb_noumea-0.2.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edb-noumea
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Un scraper pour la qualité des eaux de baignade à Nouméa.
|
|
5
5
|
Project-URL: Homepage, https://github.com/adriens/edb-noumea
|
|
6
6
|
Project-URL: Repository, https://github.com/adriens/edb-noumea
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
### Obtenir l'URL du PDF utilisé
|
|
2
|
+
|
|
3
|
+
Pour obtenir l'URL du dernier PDF d'analyses détaillées utilisé par le scraper :
|
|
4
|
+
|
|
5
|
+
```python
|
|
6
|
+
from edb_noumea.details import get_pdf_url
|
|
7
|
+
|
|
8
|
+
pdf_url = get_pdf_url()
|
|
9
|
+
print(f"URL du PDF utilisé : {pdf_url}")
|
|
10
|
+
```
|
|
1
11
|

|
|
2
12
|
|
|
3
13
|
# Qualité des Eaux de Baignade à Nouméa
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edb-noumea
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Un scraper pour la qualité des eaux de baignade à Nouméa.
|
|
5
5
|
Project-URL: Homepage, https://github.com/adriens/edb-noumea
|
|
6
6
|
Project-URL: Repository, https://github.com/adriens/edb-noumea
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|