Metadata-Version: 2.1
Name: cheminventory
Version: 0.1.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://img.shields.io/pypi/v/ChemInventory)


An unofficial python SDK for [ChemInventory](https://www.cheminventory.net/)

Usage
-----

```python

ci = ChemInventory(email='joe@none.com', password='123456')
#Search for a CAS number
ci.search('75-65-0')
```

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

`pip install cheminventory``


Authors
-------

This is an unofficial cheminventory package  written by `Kobi Felton <kobi.c.f@gmail.com>`_.


