Metadata-Version: 2.4
Name: pygraphina
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
License-File: LICENSE
Summary: Python bindings for the Graphina library
Keywords: graph-theory,data-science,graph-algorithms,graph-analytics
Author-email: Hassan Abedi <hassan.abedi.t@gmail.com>
Maintainer-email: Hassan Abedi <hassan.abedi.t@gmail.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://github.com/habedi/graphina
Project-URL: documentation, https://github.com/habedi/graphina
Project-URL: repository, https://github.com/habedi/graphina

# PyGraphina

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Python version](https://img.shields.io/badge/Python-%3E=3.9-blue)](https://github.com/habedi/graphina)
[![PyPI version](https://badge.fury.io/py/pygraphina.svg)](https://badge.fury.io/py/pygraphina)
[![Pip downloads](https://img.shields.io/pypi/dm/pygraphina.svg)](https://pypi.org/project/pygraphina)

PyGraphina Python library allows users to use [Graphina](https://github.com/habedi/graphina) in Python.

## License

PyGraphina is licensed under the [MIT License](LICENSE).

