Metadata-Version: 2.4
Name: enbid_ananke
Version: 0.3.2
Summary: py-EnBiD-ananke: Python wrapper for EnBiD (Sharma & Steinmetz 2011 <http://ascl.net/1109.012>) for py-ananke <https://github.com/athob/py-ananke>.
Home-page: https://github.com/athob/py-EnBiD-ananke
Author: Adrien Thob
Author-email: athob@sas.upenn.edu
Maintainer: Adrien Thob
Maintainer-email: athob@sas.upenn.edu
License: GNU General Public License v2 or later (GPLv2+)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.8,<3.15
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<3,>=1.22
Requires-Dist: pandas<4,>=2
Requires-Dist: scikit-learn<2,>=1.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# py-EnBiD-ananke

[![PyPI - Version](https://img.shields.io/pypi/v/enbid_ananke)](https://pypi.org/project/enbid-ananke/)
[![Documentation Status](https://readthedocs.org/projects/py-enbid-ananke/badge/?version=latest)](https://py-enbid-ananke.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/473607925.svg)](https://zenodo.org/badge/latestdoi/473607925)
[![Slack](https://img.shields.io/badge/slack-chat-green.svg)](https://join.slack.com/t/ananke-users/shared_invite/zt-37wmyn7ki-kmroxUul2W_VdFlEt0qCig)

Python wrapper for EnBiD ([Sharma & Steinmetz 2011](http://ascl.net/1109.012)). Package can be installed via the PyPI `pip install enbid_ananke`. If you wish to use a version available on the repository, you may use the following command instead `pip install git+https://github.com/athob/py-EnBiD-ananke@main` (replacing the branch version if that of your choice - here using branch [main](https://github.com/athob/py-EnBiD-ananke/tree/main)). A last option if to clone the repository directly and run `pip install .` from its root after checking out to the branch of your choice. Visit the [jupyter](jupyter) directory for example uses.
