Metadata-Version: 2.1
Name: j-pandas-datalib
Version: 0.1.0
Summary: Dataabstractionlayer For Pandas
Home-page: https://github.com/OpenJKSoftware/j-pandas-datalib
License: LGPL-3
Keywords: pandas
Author: Joshua Kreuder
Author-email: joshua_kreuder@outlook.com
Requires-Python: >=3.8.1,<3.12
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pandas (>=1.0.0,<2.0.0)
Project-URL: Repository, https://github.com/OpenJKSoftware/j-pandas-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).

## Development

### Bump / Release Version

- Trigger [Version Bump](https://github.com/OpenJKSoftware/j-pandas-datalib/actions/workflows/version-bump.yml) pipeline with appropriate target.
- Merge the created PullRequest. Name: `:shipit: Bump to Version: <versionnumber>`
- This will create a Tag on `main`
- Create a release from this Tag. A Pipeline will automatically push to [Pypi](https://pypi.org/project/j-pandas-datalib/)

