Skip to content

A python wrapper for programatically accessing ChemInventory

License

Notifications You must be signed in to change notification settings

marcosfelt/cheminventory_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChemInventory

PyPI version

An unofficial python SDK for ChemInventory. ChemInventory is used for keeping track of chemicals in a laboratory.

Usage

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.

Installation

pip install cheminventory

Authors

This is an unofficial cheminventory package. ChemInventory and its namesake are not owned by me.