FlightRadarAPI 1.3.28__tar.gz → 1.3.30__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.28 → flightradarapi-1.3.30}/FlightRadar24/__init__.py +2 -3
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/PKG-INFO +3 -4
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/README.md +2 -3
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/.flake8 +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/.gitignore +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/FlightRadar24/api.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/FlightRadar24/core.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/FlightRadar24/entities/__init__.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/FlightRadar24/entities/airport.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/FlightRadar24/entities/entity.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/FlightRadar24/entities/flight.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/FlightRadar24/errors.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/FlightRadar24/request.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/LICENSE +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/pyproject.toml +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/requirements.txt +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/tests/conftest.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/tests/package.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/tests/test_api.py +0 -0
- {flightradarapi-1.3.28 → flightradarapi-1.3.30}/tests/util.py +0 -0
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
Unofficial SDK for FlightRadar24.
|
|
5
5
|
|
|
6
6
|
This SDK provides flight and airport data available to the public
|
|
7
|
-
on the FlightRadar24 website.
|
|
8
|
-
using this API commercially, you need to subscribe to the Business plan.
|
|
7
|
+
on the FlightRadar24 website.
|
|
9
8
|
|
|
10
9
|
See more information at:
|
|
11
10
|
https://www.flightradar24.com/premium/
|
|
@@ -13,7 +12,7 @@ https://www.flightradar24.com/terms-and-conditions
|
|
|
13
12
|
"""
|
|
14
13
|
|
|
15
14
|
__author__ = "Jean Loui Bernard Silva de Jesus"
|
|
16
|
-
__version__ = "1.3.
|
|
15
|
+
__version__ = "1.3.30"
|
|
17
16
|
|
|
18
17
|
from .api import FlightRadar24API, FlightTrackerConfig
|
|
19
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.30
|
|
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,8 +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
|
-
|
|
31
|
-
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).
|
|
32
31
|
|
|
33
32
|
[](https://github.com/JeanExtreme002/FlightRadarAPI/actions)
|
|
34
33
|
[](https://pypi.org/project/FlightRadarAPI/)
|
|
@@ -68,4 +67,4 @@ zones = fr_api.get_zones()
|
|
|
68
67
|
```
|
|
69
68
|
|
|
70
69
|
## Documentation
|
|
71
|
-
Explore the documentation of FlightRadarAPI package, for Python or NodeJS, through [this site](https://JeanExtreme002.github.io/FlightRadarAPI/).
|
|
70
|
+
Explore the documentation of FlightRadarAPI package, for Python or NodeJS, through [this site](https://JeanExtreme002.github.io/FlightRadarAPI/).
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
# FlightRadarAPI
|
|
2
2
|
Unofficial SDK for [FlightRadar24](https://www.flightradar24.com/) for Python 3 and Node.js.
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
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).
|
|
6
5
|
|
|
7
6
|
[](https://github.com/JeanExtreme002/FlightRadarAPI/actions)
|
|
8
7
|
[](https://pypi.org/project/FlightRadarAPI/)
|
|
@@ -42,4 +41,4 @@ zones = fr_api.get_zones()
|
|
|
42
41
|
```
|
|
43
42
|
|
|
44
43
|
## Documentation
|
|
45
|
-
Explore the documentation of FlightRadarAPI package, for Python or NodeJS, through [this site](https://JeanExtreme002.github.io/FlightRadarAPI/).
|
|
44
|
+
Explore the documentation of FlightRadarAPI package, for Python or NodeJS, through [this site](https://JeanExtreme002.github.io/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
|