Metadata-Version: 2.1
Name: gaohn-common-utils
Version: 0.0.27
Summary: A small utility package
Author-email: Gao Hongnan <hongnangao@gmail.com>
Project-URL: Homepage, https://github.com/gao-hongnan/common-utils
Project-URL: Bug Tracker, https://github.com/gao-hongnan/common-utils/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Common Utils

- [Packaging Projects](https://packaging.python.org/en/latest/tutorials/packaging-projects/)

```bash
python3 -m pip install --upgrade build

python3 -m build

python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*
```

Username: __token__
Password: Token API

```bash
python -m pip install -i https://test.pypi.org/simple/ gaohn-common-utils==0.0.20
```

