Metadata-Version: 2.1
Name: traytable
Version: 0.1.7
Summary: A python package for tabulating crystallization results across many trays
Home-page: https://github.com/dennisbrookner/traytable
Author: Dennis Brookner
Author-email: debrookner@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/dennisbrookner/traytable/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: varname

# `traytable`
### A python package for tabulating crystallization results across many trays  
`traytable` provides methods for 
 - storing all information about a crystallization screen in a dictionary of dictionaries
 - extracting and tabulating all data about "hits" into a `pandas` dataframe.  

The goal of `traytable` is for all crystallization data to be inputted once and only once, and then conveniently looked up and reused whenever needed.

You can find a jupyter notebook with a brief demonstration of package functionality [here](https://github.com/dennisbrookner/traytable/blob/main/1_sample.ipynb).

#### Installation
```bash
pip install traytable
```


