Skip to main content

Remotely interact with Kermout's Strips System

Project description

fsATC Kermout Strips API PyPI Build Status License Python version

Used to interact with Kermout's fsATC Strips System remotely. Here it is on PyPI!.

Getting the plan

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kermout_strips_api-0.0.4.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

kermout_strips_api-0.0.4-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page