frostidaho / python-asyncipc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
package

An example package. Generated with cookiecutter-pylibrary.

  • Free software: BSD license

Installation

pip install asyncipc

Documentation

https://python-asyncipc.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.7%Language:Makefile 0.3%