thegraphnetwork / epigraphhub_py

Epigraphhub Python package
GNU General Public License v3.0
2 stars 9 forks source link
python

epigraphhub_py

[![Build status](https://github.com/thegraphnetwork/epigraphhub_py/workflows/build/badge.svg?branch=master&event=push)](https://github.com/thegraphnetwork/epigraphhub_py/actions?query=workflow%3Abuild) [![Python Version](https://img.shields.io/pypi/pyversions/epigraphhub.svg)](https://pypi.org/project/epigraphhub/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit) [![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/thegraphnetwork/epigraphhub_py/blob/master/.pre-commit-config.yaml) [![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/thegraphnetwork/epigraphhub_py/releases) [![License](https://img.shields.io/github/license/thegraphnetwork/epigraphhub_py)](https://github.com/thegraphnetwork/epigraphhub_py/blob/master/LICENSE) ![Coverage Report](assets/images/coverage.svg) Epigraphhub Python package

The EpiGraphHub library is designed to provide external users with all of the analytical functionality used to power the EpiGraphHub platform and its applications. In fact, all applications designed to run on the EpiGraphHub platform rely heavily on it.

This library should be used by users that want to contribute to the platform as well as by users that want to borrow some of the tools developed by our team in other opensource projects.

EpiGraphHub library allows users make and apply:

The EpiGraphHub library is also available for the R language.

Installation

The EpigraphHub library can be installed using pip:

$ pip install epigraphhub

Usage

View Example EpiGraphHub Applications in Our Documentation:

Documentation

The official documentation is hosted on ReadtheDocs.

Check our website for most details about the EpiGraphHub project.

How to contribute

If you want to contribute to EpiGraphHub, check our Contributing Guide.

Code of conduct

Check our Code of conduct.

📈 Releases

You can see the list of available releases on the GitHub Releases page.

🛡 License

License

This project is licensed under the terms of the GNU GPL v3.0 license. See LICENSE for more details.

📃 Citation

@misc{epigraphhub_py,
  author = {thegraphnetwork},
  title = {Epigraphhub Python package},
  year = {2021},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/thegraphnetwork/epigraphhub_py}}
}