Metadata-Version: 2.4
Name: qincy_package
Version: 1.0.1
Summary: this is my first pypi package!
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: qinchy
Author-email: qinchy@msn.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
License-File: LICENSE.txt
Requires-Dist: importlib-metadata; python_version < "3.8"
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>/qincy_package.svg?branch=main)](https://cirrus-ci.com/github/<USER>/qincy_package)
[![ReadTheDocs](https://readthedocs.org/projects/qincy_package/badge/?version=latest)](https://qincy_package.readthedocs.io/en/stable/)
[![Coveralls](https://img.shields.io/coveralls/github/<USER>/qincy_package/main.svg)](https://coveralls.io/r/<USER>/qincy_package)
[![PyPI-Server](https://img.shields.io/pypi/v/qincy_package.svg)](https://pypi.org/project/qincy_package/)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/qincy_package.svg)](https://anaconda.org/conda-forge/qincy_package)
[![Monthly Downloads](https://pepy.tech/badge/qincy_package/month)](https://pepy.tech/project/qincy_package)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/qincy_package)

[![Project generated with PyScaffold](https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold)](https://pyscaffold.org/)

---

# qincy_package

this is my first package, just test upload python package!

just for test, just for fun...

## Note

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