Metadata-Version: 2.4
Name: digraphx
Version: 0.1
Summary: Network Optimization Python Code
Home-page: https://github.com/luk036/digraphx
Author: Wai-Shing Luk
Author-email: luk036@gmail.com
License: MIT
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE.txt
Requires-Dist: importlib-metadata; python_version < "3.9"
Requires-Dist: networkx
Provides-Extra: testing
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: networkx; extra == "testing"
Dynamic: license-file

<!-- These are examples of badges you might want to add to your README:
     please update the URLs accordingly

[![Built Status](https://api.cirrus-ci.com/github/<USER>/digraphx.svg?branch=main)](https://cirrus-ci.com/github/<USER>/digraphx)
[![ReadTheDocs](https://readthedocs.org/projects/digraphx/badge/?version=latest)](https://digraphx.readthedocs.io/en/stable/)
[![Coveralls](https://img.shields.io/coveralls/github/<USER>/digraphx/main.svg)](https://coveralls.io/r/<USER>/digraphx)
[![PyPI-Server](https://img.shields.io/pypi/v/digraphx.svg)](https://pypi.org/project/digraphx/)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/digraphx.svg)](https://anaconda.org/conda-forge/digraphx)
[![Monthly Downloads](https://pepy.tech/badge/digraphx/month)](https://pepy.tech/project/digraphx)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/digraphx)
-->

[![Project generated with PyScaffold](https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold)](https://pyscaffold.org/)
[![Documentation Status](https://readthedocs.org/projects/digraphx/badge/?version=latest)](https://digraphx.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/luk036/digraphx/branch/main/graph/badge.svg?token=U7PKg0lceH)](https://codecov.io/gh/luk036/digraphx)

# 🔀 digraphx

> Directed Graph X in Python

A longer description of your project goes here...

## Dependencies

- [luk036/mywheel](https://github.com/luk036/mywheel)
- networkx

<!-- pyscaffold-notes -->

## 👉 Note

This project has been set up using PyScaffold 4.5. For details and usage
information on PyScaffold see https://pyscaffold.org/.
