Giter Club home page Giter Club logo

pyavtools's Introduction

MakerPlane Aviation Module Tool Kit

Copyright (c) 2019 MakerPlane

pyAvTools is an open source aviation tool kit, providing useful modules for Python based Aviation apps, including: * Data management package for charting objects * Flight Information eXchange (FIX) database module * A hard-button based user interface layer utilizing Qt (no keyboard or mouse required)

  • Uses a rotary encoder + push buttons
  • NumberWidget (Show/Change a number)
  • ChoiceWidget (Show/Change a radio-button style section)
  • SelectMenuWidget (Show/Change a menu style section)
  • FIXDisplay (Show a collection of FIX database items)
  • Others for future consideration

Installation

Begin by cloning the Git repository

git clone [email protected]:makerplane/pyAvTools.git

or

git clone https://github.com/makerplane/pyAvTools.git

If you'd like to install the program permanently to your system or into a virtualenv you can issue the command...

sudo pip3 install .

from the root directory of the source repository. Caution This feature is still in development and may not work consistently.

Development

To set up your development environment, you can create a virtualenv:

make venv

Then, you can install all required dependencies:

make init

Afterwards, you are ready to develop. Once one or more dependencies have changed, simply run make init again.

Distribution

To create a Python wheel for distribution, run:

make wheel

The wheel will be then created in the dist/ directory.

Requirements

pyavtools's People

Contributors

maker42 avatar birkelbach avatar magnusbieneck avatar e100 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.