Metadata-Version: 2.1
Name: gaohn-common-utils
Version: 0.0.31
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
License-File: LICENSE
Requires-Dist: numpy (==1.24.3)
Requires-Dist: requests (==2.28.2)
Requires-Dist: prettytable (==3.7.0)
Requires-Dist: rich (==13.3.5)
Requires-Dist: torch (==2.0.1)
Requires-Dist: torchvision (==0.15.2)
Requires-Dist: torchaudio (==2.0.2)
Requires-Dist: pandas (==1.5.3)
Requires-Dist: db-dtypes (==1.1.1)
Requires-Dist: pytz (==2023.3)
Requires-Dist: pydantic (==1.10.8)
Requires-Dist: google-cloud-bigquery (==3.10.0)
Requires-Dist: google-cloud-storage (==2.8.0)
Requires-Dist: python-dotenv (==1.0.0)
Provides-Extra: dev
Requires-Dist: black (==23.3.0) ; extra == 'dev'
Requires-Dist: pylint (==2.17.4) ; extra == 'dev'
Requires-Dist: pytest (==6.2.5) ; extra == 'dev'
Requires-Dist: mypy (==1.3.0) ; extra == 'dev'
Requires-Dist: isort (==5.12.0) ; extra == 'dev'

# 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
```

