Metadata-Version: 2.1
Name: cheminventory
Version: 0.2.0
Summary: A CLI and SDK for ChemInventory
Home-page: https://github.com/marcosfelt/cheminventory
Author: Kobi Felton
Author-email: kobi.c.f@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests

ChemInventory
=================

![pypiBadge](https://badge.fury.io/py/cheminventory.svg)


An unofficial python SDK for [ChemInventory](https://www.cheminventory.net/). ChemInventory is used for keeping track of chemicals in a laboratory.

Usage
-----

```python

ci = ChemInventory(email='joe@none.com', password='123456')

#Search for a CAS number
ci.search('75-65-0')

```

For more details look at the [tutorial](tutorial/tutorial.ipynb).

Installation
------------

`pip install cheminventory`


Authors
-------

This is an unofficial cheminventory package  written by `Kobi Felton <kobi.c.f@gmail.com>`_. ChemInventory and its nmesake are not owned by me. 


