Metadata-Version: 2.4
Name: platypus-graph
Version: 0.1.5
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/microgravitas/platypus

# Platypus 

A graph library for sparse graph algorithms.

## Usage

Install the library using pip:

```
pip install platypus-graph
```

Once installed you can include the library using `import platypus` (note the module name).


