Skip to main content

A command line tool to interact with the PostgreSQL Extension Network.

Project description

The PGXN Client is a command line tool designed to interact with the PostgreSQL Extension Network allowing searching, compiling, installing, and removing extensions in PostgreSQL databases.

For example, to install the semver extension, the client can be invoked as:

$ pgxn install semver

which would download and compile the extension for one of the PostgreSQL servers hosted on the machine and:

$ pgxn load -d somedb semver

which would load the extension in one of the databases of the server.

The client interacts with the PGXN web service and a Makefile provided by the extension. The best results are achieved with makefiles using the PostgreSQL Extension Building Infrastructure; however the client tries to degrade gracefully in presence of any package hosted on PGXN.

Please refer to the files in the docs directory or online for instructions about the program installation and usage.

Development

You can create a local development environment with:

virtualenv .venv
source .venv/bin/activate
pip install -e .[dev]

and run pytest to run the test suite.

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

pgxnclient-1.3.2.tar.gz (86.1 kB view details)

Uploaded Source

File details

Details for the file pgxnclient-1.3.2.tar.gz.

File metadata

  • Download URL: pgxnclient-1.3.2.tar.gz
  • Upload date:
  • Size: 86.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.10

File hashes

Hashes for pgxnclient-1.3.2.tar.gz
Algorithm Hash digest
SHA256 b0343e044b8d0044ff4be585ecce0147b1007db7ae8b12743bf222758a4ec7d9
MD5 6f47dc54363ee30d6e5f0af19ca5ef26
BLAKE2b-256 543d5eae61996702ce218548a98f6ccc930a80b1e4b09b7a8384b1a95129a9c2

See more details on using hashes here.

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