Metadata-Version: 2.2
Name: biointerface
Version: 0.1.0
Summary: BioInterface is a python package capable of extracting Protein-DNA interfaces from PDB/mmCif structures.
Author-email: Alessandro Pandolfi <alessandro.pandolfi@protonmail.com>
Maintainer-email: Alessandro Pandolfi <alessandro.pandolfi@protonmail.com>
License: MIT license
Project-URL: bugs, https://gitlab.com/MorfeoRenai/biointerface/-/issues
Project-URL: changelog, https://gitlab.com/MorfeoRenai/biointerface/-/blob/main/HISTORY.rst
Project-URL: homepage, https://gitlab.com/MorfeoRenai/biointerface
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pandas
Requires-Dist: biopython
Requires-Dist: pdbnucleicacids>=0.2.0
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

============
BioInterface
============


.. image:: https://img.shields.io/pypi/v/biointerface.svg
        :target: https://pypi.python.org/pypi/biointerface

.. image:: https://img.shields.io/travis/MorfeoRenai/biointerface.svg
        :target: https://travis-ci.com/MorfeoRenai/biointerface

.. image:: https://readthedocs.org/projects/biointerface/badge/?version=latest
        :target: https://biointerface.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/MorfeoRenai/biointerface/shield.svg
     :target: https://pyup.io/repos/github/MorfeoRenai/biointerface/
     :alt: Updates



BioInterface is a python package capable of extracting Protein-DNA interfaces from PDB/mmCif structures.


* Free software: MIT license
* Documentation: https://biointerface.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
