Metadata-Version: 2.4
Name: phynetpy
Version: 0.2.0
Summary: A library and framework for Phylogenetics research, data analytics, networks inference, and network tooling.
Home-page: https://github.com/NakhlehLab/PhyNetPy
Author: Mark Kessler
Author-email: mak17@rice.edu
Project-URL: Bug Reports, https://github.com/NakhlehLab/PhyNetPy/issues
Project-URL: Source, https://github.com/NakhlehLab/PhyNetPy
Keywords: phylogenetics,networks,data,biology,graphical modeling,development,methods,statistics,bayesian,python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.19.0
Requires-Dist: scikit-learn>=0.24.0
Requires-Dist: matplotlib>=3.3.0
Requires-Dist: networkx>=2.5
Requires-Dist: biopython>=1.78
Requires-Dist: python-nexus
Requires-Dist: newick
Requires-Dist: scipy>=1.5.0
Requires-Dist: pulp
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PhyNetPy

PhyNetPy is a Python Library that provides some improved methods from PhyloNet, as well as a framework for the development of Bayesian/Simulation based methods and structures.

The current version of this software is v0.1.0, which is the release for the Botany Conference in Boise for July 2023.

This version is unstable, and only meant to provide tutorial functionality. A stable release is planned for September 1, 2023.

To install PhyNetPy, simply open up a command line instance and execute the following:
`pip install phynetpy`. 

A tutorial and further instructions on how to use PhyNetPy will be made available on our website, https://phylogenomics.rice.edu
