https://github.com/drewmee/openflowthrough
Software for controlling the Open Flow-through sampling device.
https://github.com/drewmee/openflowthrough
environmental-monitoring fluids instrument-control python sample-handling
Last synced: 5 months ago
JSON representation
Software for controlling the Open Flow-through sampling device.
- Host: GitHub
- URL: https://github.com/drewmee/openflowthrough
- Owner: drewmee
- License: mit
- Created: 2021-08-23T20:13:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T21:00:34.000Z (almost 5 years ago)
- Last Synced: 2025-08-23T01:33:04.594Z (10 months ago)
- Topics: environmental-monitoring, fluids, instrument-control, python, sample-handling
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=================
openflowthrough
=================
.. image:: https://img.shields.io/pypi/v/openflowthrough.svg
:target: https://pypi.python.org/pypi/openflowthrough
.. image:: https://readthedocs.org/projects/openflowthrough/badge/?version=latest
:target: https://openflowthrough.readthedocs.io/en/latest/?version=latest
:alt: Documentation Status
Software for controlling the Open Flow-through sampling device.
Installation
------------
Install via pip:
$ pip install openflowthrough [--upgrade]
Documentation
-------------
Full documentation can be found here.
Dependencies for Local Development
----------------------------------
If you wish to build the local documentation or run unit tests, there are a few additional dependencies. Those can be installed by:
pip install -e ".[docs, tests, develop]"
License
-------
This library is licensed under the MIT license. The full text of the license can be found in this repository at LICENSE.txt.