Metadata-Version: 2.4
Name: anc_data
Version: 0.1.21
Summary: 
License: MIT
Author: xxx AI Inc.
Author-email: dev@xxx.ai
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pandas
Requires-Dist: psutil
Requires-Dist: pyarrow
Requires-Dist: pympler
Requires-Dist: torch
Requires-Dist: transformers
Project-URL: Homepage, https://sj-git.anuttacon.com/train-infra/anc_data
Project-URL: Repository, https://sj-git.anuttacon.com/train-infra/anc_data
Description-Content-Type: text/markdown

# anc_data

## build & upload pip

Bump up version number in pyproject.toml

`pip install build`

to clean up older builds, run `rm dist/*`

then `python -m build`

`pip install twine`

`twine upload dist/*` or pick specific versions to upload

You will be prompted for your PyPI username and password (token). Refer to the email sent to dev_infra@anuttacon.com if you have access to it.


