Metadata-Version: 2.1
Name: lapa_database_helper
Version: 0.0.6
Summary: helper to access the database layer for my personal server.
Home-page: https://github.com/thepmsquare/lapa_database_helper
Author: thePmSquare
Author-email: thepmsquare@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# lapa_database_helper

## about

helper to access the database layer for my personal server.

## installation

> pip install lapa_database_helper

## usage

[reference python file](./example.py)

## env

- python>=3.12.0

## changelog

### v0.0.6

- remove config file and reconfigure variables as class parameters.
- import class to init file

### v0.0.5

- Configuration is now being read with the help of lapa_commons.

### v0.0.4

- change default value of ignore_filters_and_get_all to False.

### v0.0.3

- add extra parameters for ignore_filter_and_x_all.

### v0.0.2

- rename to lapa.

### v0.0.1

- initial implementation.

## Feedback is appreciated. Thank you!


