Metadata-Version: 1.2
Name: pyign
Version: 1.0.0
Summary: A python package used to control a liquid rocket engine
Home-page: https://github.com/devonburson/PyIGN
Author: Devon Burson
Author-email: bursond@oregonstate.edu
License: MIT
Description: PyIGN, version 1.0.0 released on 2019-06-12
        ===========================================
        
        |Build Status| |Coverage Status|
        
        About
        =====
        
        The Python Ignite (PyIGN) package tool is used to interface with a
        Nation Instruments (NI) data acquisition (DAQ) console on a liquid
        rocket engine (LRE) test stand. PyIGN is fed input sensor data, gathered
        by the NI system, then computes and controls the LRE systems states. The
        commands are output from PyIGN, back to the NI DAQ, which sets and
        controls valve and ignitor states.
        
        Installation
        ============
        
        The PyIGN package relies on other libraries:
        
        -  numpy
        -  argparse
        
        Install those before installing the PyIGN package. To install the PyIGN
        package:
        
        -  pip install pyign
        
        More information can be found at: https://github.com/devonburson/PyIGN
        
        Changelog
        =========
        
        All notable changes to the PyIGN project will be documented in this
        file.
        
        [Unreleased]
        ------------
        
        [0.2.2] - 2019-06-11
        --------------------
        
        Added
        ~~~~~
        
        -  version.py
        -  CHANGELOG.md
        -  setup.cfg
        
        Changed
        ~~~~~~~
        
        -  setup.py format
        -  version to a version.py file
        
        .. |Build Status| image:: https://travis-ci.com/devonburson/PyIGN.svg?branch=master
           :target: https://travis-ci.com/devonburson/PyIGN
        .. |Coverage Status| image:: https://coveralls.io/repos/github/devonburson/PyIGN/badge.svg?branch=master
           :target: https://coveralls.io/github/devonburson/PyIGN?branch=master
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
