FlightRadarAPI 1.3.29__tar.gz → 1.3.31__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.
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/FlightRadar24/__init__.py +1 -1
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/PKG-INFO +2 -4
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/README.md +1 -3
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/.flake8 +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/.gitignore +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/FlightRadar24/api.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/FlightRadar24/core.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/FlightRadar24/entities/__init__.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/FlightRadar24/entities/airport.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/FlightRadar24/entities/entity.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/FlightRadar24/entities/flight.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/FlightRadar24/errors.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/FlightRadar24/request.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/LICENSE +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/pyproject.toml +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/requirements.txt +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/tests/conftest.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/tests/package.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/tests/test_api.py +0 -0
- {flightradarapi-1.3.29 → flightradarapi-1.3.31}/tests/util.py +0 -0
|
@@ -12,7 +12,7 @@ https://www.flightradar24.com/terms-and-conditions
|
|
|
12
12
|
"""
|
|
13
13
|
|
|
14
14
|
__author__ = "Jean Loui Bernard Silva de Jesus"
|
|
15
|
-
__version__ = "1.3.
|
|
15
|
+
__version__ = "1.3.31"
|
|
16
16
|
|
|
17
17
|
from .api import FlightRadar24API, FlightTrackerConfig
|
|
18
18
|
from .entities import Airport, Entity, Flight
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: FlightRadarAPI
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.31
|
|
4
4
|
Summary: SDK for FlightRadar24
|
|
5
5
|
Project-URL: Homepage, https://github.com/JeanExtreme002/FlightRadarAPI
|
|
6
6
|
Project-URL: Source Code, https://github.com/JeanExtreme002/FlightRadarAPI
|
|
@@ -27,9 +27,7 @@ Description-Content-Type: text/markdown
|
|
|
27
27
|
# FlightRadarAPI
|
|
28
28
|
Unofficial SDK for [FlightRadar24](https://www.flightradar24.com/) for Python 3 and Node.js.
|
|
29
29
|
|
|
30
|
-
This SDK
|
|
31
|
-
|
|
32
|
-
See more information at: https://www.flightradar24.com/terms-and-conditions
|
|
30
|
+
This SDK should only be used for your own educational purposes. If you are interested in accessing Flightradar24 data commercially, please contact business@fr24.com. See more information at [Flightradar24's terms and conditions](https://www.flightradar24.com/terms-and-conditions).
|
|
33
31
|
|
|
34
32
|
[](https://github.com/JeanExtreme002/FlightRadarAPI/actions)
|
|
35
33
|
[](https://pypi.org/project/FlightRadarAPI/)
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
# FlightRadarAPI
|
|
2
2
|
Unofficial SDK for [FlightRadar24](https://www.flightradar24.com/) for Python 3 and Node.js.
|
|
3
3
|
|
|
4
|
-
This SDK
|
|
5
|
-
|
|
6
|
-
See more information at: https://www.flightradar24.com/terms-and-conditions
|
|
4
|
+
This SDK should only be used for your own educational purposes. If you are interested in accessing Flightradar24 data commercially, please contact business@fr24.com. See more information at [Flightradar24's terms and conditions](https://www.flightradar24.com/terms-and-conditions).
|
|
7
5
|
|
|
8
6
|
[](https://github.com/JeanExtreme002/FlightRadarAPI/actions)
|
|
9
7
|
[](https://pypi.org/project/FlightRadarAPI/)
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|