use libais to decode ais, replacing ais.stream
Project description
install and test
Warning
user is encouraged to use gcc to compile libais (gcc and g++), otherwise it’s likely to fail. Make sure gcc will be used as default compliler or specify it when install / build
example:
$ CC=gcc-8 CXX=g++-8 pip install lpais
install from pypi
using pip:
$ pip install lpais
production install
There is a makefile in the project root directory:
$ make install
Using pip, the above is equivalent to:
$ pip install -r requirements.txt $ pip install -e .
dev install
There is a makefile in the project root directory:
$ make dev
Using pip, the above is equivalent to:
$ pip install -r requirements-dev.txt $ pip install -e .
run the tests
Use the makefile in the project root directory:
$ make test
This runs the tests generating a coverage html report
build the doc
The documentation is made with sphinx, you can use the makefile in the project root directory to build html doc:
$ make doc
Documentation
Documentation on Read The Docs.
Meta
loicpw - peronloic.us@gmail.com
Distributed under the MIT license. See LICENSE.txt for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for lpais-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e1316281f01bb500f42add57a7d61c70dab75f35eba8a984358d740afa2a96c |
|
MD5 | d5cdc9b56d23de1897cd6cfaa7c417e9 |
|
BLAKE2-256 | 0742b741a829acffb4493ef5cfab467121d277cb45c53c35a1dedaa2b8ac9ce8 |