Metadata-Version: 2.1
Name: traytable
Version: 0.1.9.1
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
License-File: LICENSE

# `traytable`
### A python package for tabulating crystallization results across many trays  
[![Documentation Status](https://readthedocs.org/projects/traytable/badge/?version=stable)](https://traytable.readthedocs.io/en/stable/?badge=stable)
 Documentation built via Read the Docs

`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://traytable.readthedocs.io/en/latest/examples/0_simple_example.html).

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


