Minimal native Python library for building and working with logical circuits.
Project description
Minimal native Python library for building and working with logical circuits.
Package Installation and Usage
The package is available on PyPI:
python -m pip install circuit
The library can be imported in the usual way:
import circuit from circuit import *
Testing and Conventions
All unit tests are executed and their coverage is measured when using nose (see setup.cfg for configution details):
nosetests
Alternatively, all unit tests are included in the module itself and can be executed using doctest:
python circuit/circuit.py -v
Style conventions are enforced using Pylint:
pylint circuit
Contributions
In order to contribute to the source code, open an issue or submit a pull request on the GitHub page for this library.
Versioning
Beginning with version 0.2.0, the version number format for this library and the changes to the library associated with version number increments conform with Semantic Versioning 2.0.0.
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
File details
Details for the file circuit-0.3.1.tar.gz
.
File metadata
- Download URL: circuit-0.3.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7751e374771c2e82bd8b4687cbe4ffade792070629777454ed331388c66d772d |
|
MD5 | 16202c5d98d57564e54e75a313ef6807 |
|
BLAKE2b-256 | ce271154b8e3f3e556fc7c4963706eaf3006852179551f6f9e1851d046010bcf |
File details
Details for the file circuit-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: circuit-0.3.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0857a55d0305696f0944c6441796862e8f959c216ab62f8050307f3dd29043c6 |
|
MD5 | defc4bb965e92e48401158af6fd0ad36 |
|
BLAKE2b-256 | 8d4784dd7498aafe10d83e9d5f660796f81fab7968266cc60c5f7fdda0befb58 |