Metadata-Version: 2.1
Name: IndigoPy
Version: 0.0.1a2
Summary: Basic function is done
Home-page: https://github.com/IndigoMad/IndigoPy.git
Author: Indigo Mad
Author-email: indigomad@pku.edu.cn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib

# IndigoPy
This package contains some useful tools in many fields including GUI, mathematical functions, plot and protein. I just wrote what i need and I will keep updating it but it might not be well tested.

Modules below is completed:

* **IndigoPy.Protein.pdb**
* **IndigoPy.Math.Funcmaker**

Modules below is uncompleted but you can use it (be cautious, they may be different in a new version):

* **IndigoPy.Math.coordinates**
* **IndigoPy.Math.plot**

Modules below need some modifications before using:
* **IndigoPy.GUI**



