Metadata-Version: 2.1
Name: shared-data-handling
Version: 0.1.1
Summary: a lib to facilitate file handling and data extraction from log files
Home-page: https://code.roche.com/pcr-hw-development-tools/shared-tools/SharedDataHandling
Author: Fabian Roth
Author-email: fabian.roth.fr1@roche.com
License: UNKNOWN
Project-URL: homepage, https://code.roche.com/pcr-hw-development-tools/shared-tools/SharedDataHandling
Project-URL: changelog, https://code.roche.com/pcr-hw-development-tools/shared-tools/SharedDataHandling
Project-URL: Bug Tracker, https://code.roche.com/pcr-hw-development-tools/shared-tools/SharedDataHandling/-/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

# Shared data handling
This lib simplifies the python code in other projects.

## Installation
````
pip3 install shared-data-handling
````

## Usage
tbd

## Publish
Run ```python -m build```
--> Packages will be stored under dist
Run ```py -m twine upload --repository pypi dist/*```


## ToDos
[ ] [setup a gitlab pipeline](https://docs.gitlab.com/ee/user/packages/pypi_repository/)


## Version History
### Current Version
### 0.01
- Initial Version


