Metadata-Version: 2.1
Name: getools
Version: 0.1.0
Summary: Genetics and Evolution tools Package
Home-page: https://github.com/pypa/sampleproject
Author: Russell B. Myers
Author-email: flipside@netspace.net.au
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/pypa/sampleproject/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Say Thanks!, http://saythanks.io/to/example
Project-URL: Source, https://github.com/pypa/sampleproject/
Description: # Genetics, Evolution and Bioinformatics utilities package
        
        ### Modules:
        
        - cross
          - classes to create pedigrees/organisms and peform crosses
        - popdist
          - classes to analyse Population Distributions (allele frequencies etc)
        - utils
          - string_utils
             - BWT, SuffixArray etc
          - file_utils
             - read_fasta, etc
          - gen_utils   
             - general utilities 
             
Keywords: sample,setuptools,development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
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
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
