Metadata-Version: 2.1
Name: py50
Version: 0.0.8
Summary: Generate Dose-Response Curves
License: GPL-3.0
Author: Tony Eight Lin
Author-email: tonyelin@tmu.edu.tw
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.8.1)
Requires-Dist: numpy (>=1.26.2)
Requires-Dist: pandas (>=2.1.3)
Requires-Dist: scipy (>=1.11.3)
Description-Content-Type: text/markdown

# py50

py50 is used to generate dose-response curves. The repository can be installed using the following:

```
pip install py50
```

Additional documentation and tutorials can be found at the following repository:
https://github.com/tlint101/py50
