Metadata-Version: 2.4
Name: netoptim
Version: 0.1
Summary: Network Optimization Python Code
Home-page: https://github.com/luk036/netoptim
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"
Requires-Dist: numpy; 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>/netoptim.svg?branch=main)](https://cirrus-ci.com/github/<USER>/netoptim)
[![ReadTheDocs](https://readthedocs.org/projects/netoptim/badge/?version=latest)](https://netoptim.readthedocs.io/en/stable/)
[![Coveralls](https://img.shields.io/coveralls/github/<USER>/netoptim/main.svg)](https://coveralls.io/r/<USER>/netoptim)
[![PyPI-Server](https://img.shields.io/pypi/v/netoptim.svg)](https://pypi.org/project/netoptim/)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/netoptim.svg)](https://anaconda.org/conda-forge/netoptim)
[![Monthly Downloads](https://pepy.tech/badge/netoptim/month)](https://pepy.tech/project/netoptim)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/netoptim)
-->

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

# 🖧 netoptim

> Network Optimization Python Code

A longer description of your project goes here...

## Dependencies

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

<!-- pyscaffold-notes -->

## 👉 Note

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