Skip to content

Commit

Permalink
Merge branch 'release-3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Milind220 committed May 29, 2022
2 parents 4a51502 + fa07025 commit aa88efb
Show file tree
Hide file tree
Showing 64 changed files with 2,199 additions and 8,582 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ data = o3.get_multiple_city_air(['London', 'Hong Kong', 'New York']) # As ma
### Historical data

```python
data = o3.get_historical_data(city='Houston', data_format='df') # data from 2014 onwards!
data = o3.get_historical_data(city='Houston') # data from 2014 onwards!
```

<hr>

### Examples In Action 🎬
![Gif of ozone.get_city_air()](/src/media/ozone_get_city_air.gif)
![Gif of Ozone.get_city_air()](/src/media/example_get_city_air.gif)

![Gif of ozone.get_multiple_city_air()](/src/media/ozone_get_multiple_city_air_updated.gif)
![Gif of Ozone.get_multiple_city_air()](/src/media/example_get_multiple_city_air.gif)

![Gif of ozone.get_historical_data()](/src/media/ozone_historical_data.gif)
![Gif of Ozone.get_historical_data()](/src/media/example_get_historical_data.gif)
### Air Quality Parameters

Ozone can fetch the following parameters:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[metadata]
name = ozon3
version = 2.0.2
version = 3.0.0
author = Milind Sharma
author_email = [email protected]
description = A package to get air quality data using the WAQI API
description = An open-source package to easily obtain real-time, historical, or forecasted air quality data for anywhere in the world. Reliable, accurate and simple.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Milind220/Ozone
Expand Down
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
author="Milind Sharma",
author_email="[email protected]",
keywords=["aqi", "air quality", "world air quality", "api", "open source"],
description="A package to get air quality data using the WAQI API",
description="An open-source package to easily obtain real-time, historical,"
"or forecasted air quality data for anywhere in the world. Reliable,"
"accurate and simple.",
license="GPLv3+",
url="https://github.com/Milind220/Ozone",
version="2.0.2",
download_url="https://github.com/Milind220/Ozone/archive/refs/tags/v2.0.2.tar.gz",
version="3.0.0",
download_url="https://github.com/Milind220/Ozone/archive/refs/tags/v3.0.0.tar.gz",
packages=setuptools.find_packages(),
install_requires=[
"numpy; python_version>='3'",
Expand Down
Binary file added src/media/example_get_city_air.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/media/example_get_historical_data.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/media/example_get_multiple_city_air.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/media/ozone_get_city_air.gif
Binary file not shown.
Binary file removed src/media/ozone_get_multiple_city_air_updated.gif
Binary file not shown.
Binary file removed src/media/ozone_historical_data.gif
Binary file not shown.
Loading

0 comments on commit aa88efb

Please sign in to comment.