Skip to main content

No project description provided

Project description

Naboo

A light-weight, asynchronous ORM-like wrapper around asyncpg targeting Python 3.12+.

All records are returned as dictionaries, because you're just going to encode to JSON anyway.

Testing

Get into postgres:

sudo -u postgres psql

Then setup the test database and permissions (or modify the environment variables in pytest.ini instead):

CREATE DATABASE naboo_test;
CREATE USER naboo_test_user WITH PASSWORD 'naboo_test_password';
GRANT ALL PRIVILEGES ON DATABASE naboo_test TO naboo_test_user;
\c naboo_test;
ALTER SCHEMA public OWNER TO naboo_test_user;

Then to run tests:

uv run pytest

Lint:

uv run ruff check .

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

naboo-0.1.20.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

naboo-0.1.20-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file naboo-0.1.20.tar.gz.

File metadata

  • Download URL: naboo-0.1.20.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"25.10","id":"questing","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for naboo-0.1.20.tar.gz
Algorithm Hash digest
SHA256 397dd43226f8f798fd5982711468cc75206fc507495bd59f54d09e3ca5a23c89
MD5 f7c5e5db9c97086038da8b5f27382f9c
BLAKE2b-256 7796507db4515cd89d545a128f71b47182113af2737613090e051503d0e3ab2d

See more details on using hashes here.

File details

Details for the file naboo-0.1.20-py3-none-any.whl.

File metadata

  • Download URL: naboo-0.1.20-py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"25.10","id":"questing","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for naboo-0.1.20-py3-none-any.whl
Algorithm Hash digest
SHA256 7f66c3a5a92e7519b87ca4882c4c423c1eb360d240ce4e58e0129ea0abf979ba
MD5 bd851384a35d511a58624aee9b6229bb
BLAKE2b-256 8cdf38a8e6948cb6ce149d69235cd0bcf3dda6146fbb17d3a0f3cb2c5a4f2a1f

See more details on using hashes here.

Supported by

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