Skip to main content

A parser library for the IRIG 106 Chapter 10 data format.

Project description

StatusImage CoverageImage DocsImage LicenseImage PyPiVersion PythonVersion

PyChapter10 is an open source pure Python library for reading and writing IRIG 106 Chapter 10 (now 11) files. Tested on all 3 major platforms with Python 3.6+.

Installation

Install the latest version with pip:

pip install pychapter10

To install offline from “full” zip, install the included dependencies and the library with:

pip install dependencies/* .

Note: you may also install cbitstruct (included in requirements.txt, see below) for a performance improvement.

Running Tests

To run the included test suite install dependencies with pip:

pip install -r requirements.txt

Then run:

pytest

Building the Documentation

After installing dependencies (or just “pip install sphinx”) Build the docs with:

python setup.py build_docs

The generated HTML will be in docs/html

Note: “Full” zip includes built documentation already.

Contributing

See CONTRIBUTING

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

pychapter10-0.3.11.tar.gz (16.5 kB view hashes)

Uploaded Source

Built Distribution

pychapter10-0.3.11-py3-none-any.whl (21.8 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