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.21.tar.gz (15.7 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.21-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: naboo-0.1.21.tar.gz
  • Upload date:
  • Size: 15.7 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.21.tar.gz
Algorithm Hash digest
SHA256 c0b1067c262737a65749970f9709e1deebcbf0ecfe7ef44b8d2a01a6574380dd
MD5 a668980bab5be8115da53160b97bd96a
BLAKE2b-256 3fbcc759d5fc06c87ab07fe6eb6a6f62e8656cba6998985f51b29c06da2a6205

See more details on using hashes here.

File details

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

File metadata

  • Download URL: naboo-0.1.21-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.21-py3-none-any.whl
Algorithm Hash digest
SHA256 7bdbfa59191a9954bfe995eff038f3acac484dcef9279cd4dc0cf991a6d3f201
MD5 11876bd07225b47fb8f414f1651d9906
BLAKE2b-256 f0aa3f3e3f3adc5dd420e707cd11268aae5143c6246d1b0bd9acdf2a12cabcd9

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