Metadata-Version: 2.4
Name: TDS_Fabric
Version: 0.0.2
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 twine upload --repository pypi dist/*     

python -m pip freeze > requirements.txt

python -m pip install -r requirements.txt


# For install in notebook
pip install 




import TDS_Fabric as TDS
TDS.init.modules(notebookutils=notebookutils, spark=spark,AFAS_Verkooprelatie="12952")
TDS.verstuurServicemelding(INPUT)
