Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fpletz/python-vatsim
Library for interacting with VATSIM APIs and data
https://github.com/fpletz/python-vatsim
Last synced: about 2 months ago
JSON representation
Library for interacting with VATSIM APIs and data
- Host: GitHub
- URL: https://github.com/fpletz/python-vatsim
- Owner: fpletz
- License: mit
- Created: 2024-01-03T15:13:56.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T02:02:58.000Z (9 months ago)
- Last Synced: 2024-04-14T07:13:05.207Z (9 months ago)
- Language: Python
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-vatsim
This module aims to provide functionality to interact with VATSIM APIs and the datafeed. In the
future, it will also include parsers for different file formats like Sectorfiles or ESE files
for Euroscope as well as additional tooling for processing VATSIM related data.## Current Features
* Pydantic models for the VATSIM status endpoints and the VATSIM datafeed
* Simple fetchers for endpoints and the datafeed## Example
```python
import vatsimdata = vatsim.fetch_vatsim_data()
```