Metadata-Version: 2.4
Name: mywheel
Version: 0.2
Summary: Network Optimization Python Code
Home-page: https://github.com/luk036/mywheel
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE.txt
Provides-Extra: testing
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; 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>/mywheel.svg?branch=main)](https://cirrus-ci.com/github/<USER>/mywheel)
[![ReadTheDocs](https://readthedocs.org/projects/mywheel/badge/?version=latest)](https://mywheel.readthedocs.io/en/stable/)
[![Coveralls](https://img.shields.io/coveralls/github/<USER>/mywheel/main.svg)](https://coveralls.io/r/<USER>/mywheel)
[![PyPI-Server](https://img.shields.io/pypi/v/mywheel.svg)](https://pypi.org/project/mywheel/)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/mywheel.svg)](https://anaconda.org/conda-forge/mywheel)
[![Monthly Downloads](https://pepy.tech/badge/mywheel/month)](https://pepy.tech/project/mywheel)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/mywheel)
-->

[![Project generated with PyScaffold](https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold)](https://pyscaffold.org/)
[![Documentation Status](https://readthedocs.org/projects/mywheel/badge/?version=latest)](https://mywheel.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/luk036/mywheel/badge.svg?branch=main)](https://coveralls.io/github/luk036/mywheel?branch=main)

![logo](./reinventing-my-wheel.svg)

# 🛞 mywheel

> Reinventing my wheel in Python

A longer description of your project goes here...

## Used In

- [digraphx](https://luk036.github.io/digraphx)
- [netlistx](https://luk036.github.io/netlistx)
- [ckpttnpy](https://luk036.github.io/ckpttnpy)

<!-- pyscaffold-notes -->

## 👉 Note

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