API for spectrophotometers (pre-alpha)
Project description
spectrometers
~~~~~~~~~~~~~~~
Spectrometers is a simple python API for working with
spectrometers/spectrophotometers. This was originally created as a gist to help
with development of `openSpectrometer`_. This doesn't do anything interesting
yet.
.. _`openSpectrometer`: http://openspectrometer.com/
Example usage
----------
here you go
.. code-block:: python
from spectrometers.devices import Nanodrop
nanodrop = Nanodrop()
wavelengths = nanodrop.capture()
>>> wavelengths
[0.500, 0.520]
Install
----------
.. code-block:: bash
sudo pip install spectrometers
or maybe you hate package managers,
.. code-block:: bash
sudo python setup.py install
Testing
----------
.. code-block:: bash
make test
Changelog
----------
* 0.0.3: get unit tests passing
* 0.0.2: really minor README tweaks
* 0.0.1: basic python module
License
----------
BSD
~~~~~~~~~~~~~~~
Spectrometers is a simple python API for working with
spectrometers/spectrophotometers. This was originally created as a gist to help
with development of `openSpectrometer`_. This doesn't do anything interesting
yet.
.. _`openSpectrometer`: http://openspectrometer.com/
Example usage
----------
here you go
.. code-block:: python
from spectrometers.devices import Nanodrop
nanodrop = Nanodrop()
wavelengths = nanodrop.capture()
>>> wavelengths
[0.500, 0.520]
Install
----------
.. code-block:: bash
sudo pip install spectrometers
or maybe you hate package managers,
.. code-block:: bash
sudo python setup.py install
Testing
----------
.. code-block:: bash
make test
Changelog
----------
* 0.0.3: get unit tests passing
* 0.0.2: really minor README tweaks
* 0.0.1: basic python module
License
----------
BSD
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
spectrometers-0.0.3.tar.gz
(1.8 kB
view details)
File details
Details for the file spectrometers-0.0.3.tar.gz.
File metadata
- Download URL: spectrometers-0.0.3.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6dcc47db2ae1161174e571fd41c5b673a0d1f42e12dbb9c8dc95ad0ffd4b5ec
|
|
| MD5 |
6033c910d4441343d7b2c776abcbf459
|
|
| BLAKE2b-256 |
2e236104a0df3f4f05121325f81e348a707f7a8eeb078be43caeddd3de7568cf
|