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.22.tar.gz (16.0 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.22-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: naboo-0.1.22.tar.gz
  • Upload date:
  • Size: 16.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","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.22.tar.gz
Algorithm Hash digest
SHA256 7a50c96ec41b751f56d9d9aa914db171c255f314a6fcf3db2a2fbced09cb6263
MD5 97c184ba2d688be394e909d73f6f965d
BLAKE2b-256 b5ebbe177a9c767c9a7dceab1e9becbf610b003cb9cbf39321c85a0ee311a37d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: naboo-0.1.22-py3-none-any.whl
  • Upload date:
  • Size: 12.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.21 {"installer":{"name":"uv","version":"0.9.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"26.04","id":"resolute","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.22-py3-none-any.whl
Algorithm Hash digest
SHA256 b905ceb901b0bf11d57471be4a71791e3ea304293ab8d0fe815efd6aae647d27
MD5 592801efa1dc653ef3131d3dec7a33ae
BLAKE2b-256 bc52dff549c725af4a155d037052c05af8cc18eada689b2045c08ff47a8045eb

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