PostgreSQL binaries for Linux, MacOS and Windows
Project description
Postgresql Binaries
Uses releases from theseus-rs/postgresql-binaries and publishes them to pypy, so that you can do:
pip install postgresql-binaries@18.4.0
Then eg.
import postgresql_binaries
import subprocess
cmd = [
str(postgresql_binaries.bin() / "initdb"),
*("-D", directory),
*("-U", "postgres"),
*("--auth-host", "trust"),
]
subprocess.check_call(cmd)
On the first call to bin(), the archive baked into the wheel is unpacked.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
postgresql_binaries-0.0.1.tar.gz
(11.8 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file postgresql_binaries-0.0.1.tar.gz.
File metadata
- Download URL: postgresql_binaries-0.0.1.tar.gz
- Upload date:
- Size: 11.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ea297c45edb2a962ec36a61ac9bb0aed7ce33a3f2672f51b206ed9ba93d2065
|
|
| MD5 |
734b4acd79d92fa59aeba1b378e43bbc
|
|
| BLAKE2b-256 |
651ffefcc4a68eeff6240b1cef9f9bcd7cca5cd6b68d3eb0379e5f82cf4e898a
|
File details
Details for the file postgresql_binaries-0.0.1-py3-none-any.whl.
File metadata
- Download URL: postgresql_binaries-0.0.1-py3-none-any.whl
- Upload date:
- Size: 11.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
278a5a8cc155ca78f3bede511a5681d8264ebe65898f5df2bfa56fcdc4c3c533
|
|
| MD5 |
ccd3baa4dbaf3337aff7b654aee4d704
|
|
| BLAKE2b-256 |
cd39f6d359f9c32a90b55d11b90dfb5503cd33a8441e686691494cb3072adce9
|