Overview¶
Status “Master” branch:
Status “Dev” branch:
XCTools¶
A set of python modules & class created to build applications around NOTAM & Airspace information.
The primary target is the paragliding community but other recreational flight activities might find our XCTools usefull.
XCTools are used in the backend of our website FlyXC.Tools but are generic enough to be usefull for other type of application and services.
Disclaimer: I am not a professional software developper. XCTools is an hobby project that allows me to learn more about Python and some of the development best practices out of personnal interrest. I develop XCTools during my daily commute in the train. I am open for comments & contributions to improve the features and the quality of the project.
Getting started¶
Pulling down the container from Docker-hub¶
You can fetch the latest Docker container build like so (duration may vary with the available bandwidth):
docker pull flyxctools/xctools-cli
Running the Docker container¶
Running the container will allow you to interact with the latest xctools version (always packed with container):
docker run -it flyxctools/xctools-cli /usr/bin/zsh