Metadata-Version: 2.1
Name: buffer_app
Version: 1.0.0
Summary: A quick GUI to quickly calculate buffer dilution and adjustment.
Home-page: https://github.com/Paradoxdruid/pychemistry/tree/master/scripts/buffer_app
Author: Andrew J. Bonham
Author-email: abonham@msudenver.edu
License: GPLv3
Description: # buffer_app
        
        ![gpl3.0](https://img.shields.io/github/license/Paradoxdruid/pychemistry.svg "GPL 3.0 Licensed")  [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Paradoxdruid/pychemistry.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Paradoxdruid/pychemistry/context:python)  [![CodeFactor](https://www.codefactor.io/repository/github/paradoxdruid/pychemistry/badge)](https://www.codefactor.io/repository/github/paradoxdruid/pychemistry) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) 
        
        **buffer_app** is a quick GUI (Tkinter or Qt) to quickly calculate recipes for stock buffer dilution and adjustment.
        
        ## Usage
        
        ```
        python buffer_app.py
        ```
        
        or, if installed via `pip install buffer_app`:
        ```
        buffer_app
        ```
        
        ![buffer_app screenshot](/images/buffer_app.png)
        
        ## Authors
        
        This script is developed as academic software by [Dr. Andrew J. Bonham](https://github.com/Paradoxdruid) at the [Metropolitan State University of Denver](https://www.msudenver.edu).
Keywords: chemistry,buffer,biochemistry
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
