Metadata-Version: 2.1
Name: j-pandas-datalib
Version: 0.0.4
Summary: Dataabstractionlayer For Pandas
Home-page: https://gitlab.com/open-jk-soft/wodoo-datalib
License: LGPL-3
Keywords: pandas
Author: Joshua Kreuder
Author-email: joshua_kreuder@outlook.com
Requires-Python: >=3.8,<3.11
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pandas (>=1.0.0,<1.4.0)
Project-URL: Repository, https://gitlab.com/open-jk-soft/wodoo-datalib
Description-Content-Type: text/markdown

# Python Datalib

Useful Python abstractions around the Pandas file Interaction and other common Tasks.

## VS Code Devcontainer

This workspace contains a [Vscode devcontainer](https://code.visualstudio.com/docs/remote/containers).

## Gitlab Release

There are 2 Ways to start a release Pipeline:

1. Via gitlab UI
   1. Create new Pipeline in CI View
   2. Supply Variables "`BUMP_VERSION`" [Valid Values](https://python-poetry.org/docs/cli/#version) and optional "`TAG_NOTE`" to add a text to the Git Tag.
   3. Profit
2. Via Git while Pushing
   - Publish a path release: `git push -o ci.variable="BUMP_VERSION=patch"`
   - Major release with release comment `git push -o ci.variable="BUMP_VERSION=patch" -o ci.variable="TAG_NOTE=This is a super cool new version"`

