Remotely interact with Kermout's Strips System
Project description
fsATC Kermout Strips API

Used to interact with Kermout's fsATC Strips System remotely. Here it is on PyPI!.
How do I get it?
Install using pip or check out the release page!
pip install kermout-strips-api
Check out the tests for an example of how it works!
Typical usage
from kermout_strips_api import Plan
plan = {
'Callsign': 'UAL256',
'Aircraft': 'B737',
'Flight_Rules': 'IFR',
'Departure': 'KSAN',
'Arrival': 'KJFK',
'Altitude': '5000',
'Routes': 'DCT GPS',
'remarks': 'bout to go vertical',
}
s = Plan(plan)
s.filePlan()
s.startLoop()
inp = input("Stop?\n")
print("")
s.stopLoop()
s.deletePlan()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kermout_strips_api-0.0.4.tar.gz.
File metadata
- Download URL: kermout_strips_api-0.0.4.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c92e9cf58f0d6d76b1292cc1c9be317f11595a9b989de54a7abc7fe3f22233a7
|
|
| MD5 |
edf4e2bdc75497de4e92da356462aaa4
|
|
| BLAKE2b-256 |
1f27158724e313eff9357d84915a48b5296dd44d666b2ed9cf3fe0ad02307e7a
|
File details
Details for the file kermout_strips_api-0.0.4-py3-none-any.whl.
File metadata
- Download URL: kermout_strips_api-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
999249437690072f78addc23d9c580b8890b0ea3b0f6983e4dc4cefc8e7b1378
|
|
| MD5 |
74ab32744a41d2203c958fc4732832d5
|
|
| BLAKE2b-256 |
917a2c18189f2e3f522a48e236795db336fb8a775e09f4c8d799dab8b4be6d6c
|