Metadata-Version: 2.1
Name: ppi-origami
Version: 0.1.4
Summary: Tools for protein-protein interaction datasets.
Home-page: https://github.com/Emad-COMBINE-lab/ppi_origami
License: GPL-3.0-or-later
Author: Joseph Szymborski
Author-email: joseph.szymborski@mail.mcgill.ca
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: defusedxml (>=0.7.1,<0.8.0)
Requires-Dist: fire (>=0.5.0,<0.6.0)
Requires-Dist: humanize (>=4.7.0,<5.0.0)
Requires-Dist: pandas (>=2.0.3,<3.0.0)
Requires-Dist: plyvel (>=1.5.0,<2.0.0)
Requires-Dist: pyexcel-ods3 (>=0.6.1,<0.7.0)
Requires-Dist: pyprobables (>=0.5.8,<0.6.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.5.0,<14.0.0)
Requires-Dist: scikit-learn (>=1.3.0,<2.0.0)
Requires-Dist: scipy (>=1.11.1,<2.0.0)
Requires-Dist: sentencepiece (>=0.1.99,<0.2.0)
Requires-Dist: tables (>=3.8.0,<4.0.0)
Requires-Dist: textdistance[extras] (>=4.5.0,<5.0.0)
Project-URL: Repository, https://github.com/Emad-COMBINE-lab/ppi_origami
Description-Content-Type: text/markdown

![PPI Origami Logo](docs/logo.svg)

# PPI Origami

Tools for processing and analysing PPI datasets

## Installing

You can install PPI origami using pip

```bash
pip install -U ppi-origami
```

## Documentation

Information for usage and installation is available from the documentation site https://emad-combine-lab.github.io/ppi_origami/


## License

>PPI Origami - Tools for processing and analysing PPI datasets
>
>Copyright (C) 2023-2024  Joseph Szymborski
>
>This program is free software: you can redistribute it and/or modify
>it under the terms of the GNU General Public License as published by
>the Free Software Foundation, either version 3 of the License, or
>(at your option) any later version.
>
>This program is distributed in the hope that it will be useful,
>but WITHOUT ANY WARRANTY; without even the implied warranty of
>MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>GNU General Public License for more details.
>
>You should have received a copy of the GNU General Public License
>along with this program.  If not, see <https://www.gnu.org/licenses/>.

