Metadata-Version: 2.4
Name: phynetpy
Version: 0.3.2
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
License-File: LICENSE
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"
Requires-Dist: cython>=0.29; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Provides-Extra: fast
Requires-Dist: cython>=0.29; extra == "fast"
Provides-Extra: cuda
Requires-Dist: cupy-cuda12x>=13.0; extra == "cuda"
Requires-Dist: numba>=0.59; extra == "cuda"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
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.2.0, which is an alpha release that is not meant for public use yet. 

This version is unstable, and only meant to provide tutorial functionality. A stable, beta release will be anounced soon.

To install PhyNetPy, check out our INSTALLATION_GUIDE.md

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

