Metadata-Version: 2.1
Name: ragraph
Version: 1.22.0
Summary: Ratio graph handling in Python.
Home-page: https://ragraph.ratio-case.nl
License: GPL-3.0-or-later
Author: Ratio Innovations B.V.
Author-email: info@ratio-case.nl
Requires-Python: >=3.9,<4.0
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
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: all
Provides-Extra: esl
Provides-Extra: plot
Requires-Dist: dd (>=0.5,<0.6)
Requires-Dist: kaleido (==0.2.1) ; extra == "plot" or extra == "all"
Requires-Dist: lxml (>=4,<5)
Requires-Dist: numpy (>=1,<2)
Requires-Dist: openchord (>=0.1.7,<0.2.0) ; extra == "plot" or extra == "all"
Requires-Dist: plotly (>=5,<6)
Requires-Dist: raesl (>=0,<1) ; extra == "esl" or extra == "all"
Requires-Dist: ratio-genetic-py (>=0.3,<0.4)
Requires-Dist: ruamel.yaml
Requires-Dist: strenum ; python_version < "3.11"
Project-URL: Documentation, https://ragraph.ratio-case.nl
Project-URL: Repository, https://gitlab.com/ratio-case-os/python/ragraph
Description-Content-Type: text/markdown

# RaGraph

RaGraph is a package to create, manipulate, and analyze graphs consisting of nodes and edges. Nodes
usually represent (hierarchies of) objects and edges the dependencies or relationships between them.

These graphs, or networks if you will, lend themselves well to applied analyses like clustering and
sequencing, as well as analyses involving the calculation of various insightful metrics.

## User documentation

For all user-facing documentation, please head over to our beautiful documentation over at
[https://ragraph.ratio-case.nl](https://ragraph.ratio-case.nl)!

## Development installation

This project is packaged using [poetry](https://python-poetry.org/). Packaging information as well
as dependencies are stored in [pyproject.toml](./pyproject.toml).

Installing the project and its development dependencies can be done using `poetry install -E all`.

### Tests

Tests can be run using `poetry run pytest`.

### Linting

Linting config is included in [pyproject.toml](./pyproject.toml) for both Black and Ruff.

## Contributions and license

To get contributing, feel free to fork, pick up an issue or file your own and get going for your
first merge! We'll be more than happy to help.

For contribution instructions, head over to the [open-source GitLab
repository](https://gitlab.com/ratio-case-os/python/ragraph)!

All code snippets in the tutorial and how-to guide sections of the package documentation are free to
use.

If you find any documentation worthwhile citing, please do so with a proper reference to our
documentation!

RaGraph is licensed following a dual licensing model. In short, we want to provide anyone that
wishes to use our published software under the GNU GPLv3 to do so freely and without any further
limitation. The GNU GPLv3 is a strong copyleft license that promotes the distribution of free,
open-source software. In that spirit, it requires dependent pieces of software to follow the same
route. This might be too restrictive for some. To accommodate users with specific requirements
regarding licenses, we offer a proprietary license. The terms can be discussed by reaching out to
Ratio.

