Metadata-Version: 2.4
Name: tdsbrondata
Version: 0.6.9
Summary: Tosch Data Solutions Brondata Library
Author-email: Tosch Data Solutions <data@tosch.nl>
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# How to build here for

python -m pip install --upgrade pip
python -m pip install --upgrade hatchling
python -m pip install --upgrade twine
python -m pip install --upgrade build
python -m build
python -m twine upload --repository testpypi dist/*

python -m pip freeze > requirements.txt

python -m pip install -r requirements.txt