Skip to main content

My sqlalchemy utils package, that I use in my projects.

Project description

Dev utils

coverage

For what?

I made this project to avoid copy-pasting with utils in my projects. I was aiming to simplify working with sqlalchemy, FastAPI and other libraries.

See sources for more info about utils. README (or probably, separated documentation), will be updated soon.

Install

With pip:

pip install sqlalchemy_profiler

With pdm:

pdm install sqlalchemy_profiler

With poetry:

poetry add sqlalchemy_profiler

Package has optional dependencies, so if you use it in some specific cases, install only needed dependencies.

For alembic utils:

pip install "sqlalchemy-dev-utils[alembic]"

For pydantic model field:

pip install "sqlalchemy-dev-utils[pydantic_field]"

For relativedelta model field (replace for timedelta):

pip install "sqlalchemy-dev-utils[relativedelta_field]"

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

sqlalchemy_dev_utils-1.0.0.tar.gz (24.4 kB view hashes)

Uploaded Source

Built Distribution

sqlalchemy_dev_utils-1.0.0-py3-none-any.whl (20.2 kB view hashes)

Uploaded 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