Skip to main content

CRUDL wrappers for databases

Project description

crudl

This repo contains the python module crudl . It is publically available on the python package index as the package evonik-crudl .

Repo Structure

crudl/             # source code of crudl
LICENSE            # MIT license file
README.md          # this readme
setup.py           # pypi setup script

Installation

Use the package manager pip to install crudl as the package evonik-crudl .

pip install evonik-crudl

Usage

from apitest import SqliteDB, MysqlDB

...

An example for the use of SqliteDB can be found in crudl/tet.py.

Test

To test the current implementation, execute the following:

pytest crudl/test.py

Note that this only tests the SqliteDB wrapper.

Build & Upload

To build the package and upload a new version to pypi, execute the following commands:

rm -rf build dist evonik_crudl.egg-info
python3 setup.py sdist bdist_wheel --universal
twine upload dist/*

Open / Known Issues

  • generalization of filter comparators
  • add filter operators (and/or/...)

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evonik-crudl-0.0.1.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

evonik_crudl-0.0.1-py2.py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page