Skip to main content

Python client for Para

Project description

Logo

Python Client for Para

NuGet version Join the chat at https://gitter.im/Erudika/para

What is this?

Para was designed as a simple and modular backend framework for object persistence and retrieval. It helps you build applications faster by taking care of the backend. It works on three levels - objects are stored in a NoSQL data store or any old relational database, then automatically indexed by a search engine and finally, cached.

This is the Python client for Para.

Quick start

Prerequisites:

  • uv
  • Python 3.9+
  1. Use the PyPI package manager to install the Python client for Para:
$ pip3 install paraclient
  1. Initialize the client with your access and secret API keys:
from paraclient import ParaClient

paraclient = ParaClient('ACCESS_KEY', 'SECRET_KEY')
paraclient.setEndpoint("http://localhost:8080")

Documentation

Read the Docs

Development

This project uses uv for dependency management, builds, and publishing, and targets Python 3.9+.

  1. Install uv by following the official instructions.
  2. Run uv sync first. This installs every dependency declared in pyproject.toml and pinned in uv.lock into .venv/.
  3. Run the test suite via uv sync --extra test and uv run python -m unittest.
  4. Build distributable artifacts with uv build (output located in dist/).

When dependencies change, update the [project] section of pyproject.toml, then regenerate the lock file with uv lock --upgrade.

The test suite uses Testcontainers to spin up Para Docker container automatically, so ensure Docker is installed and the daemon is running before invoking uv run python -m unittest. You can override some environment variables (see tests/test_paraclient.py).

Contributing

  1. Fork this repository and clone the fork to your machine
  2. Create a branch (git checkout -b my-new-feature)
  3. Implement a new feature or fix a bug and add some tests
  4. Commit your changes (git commit -am 'Added a new feature')
  5. Push the branch to your fork on GitHub (git push origin my-new-feature)
  6. Create new Pull Request from your fork

For more information see CONTRIBUTING.md

License

Apache 2.0

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

paraclient-1.37.2.tar.gz (17.4 kB view details)

Uploaded Source

Built Distribution

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

paraclient-1.37.2-py3-none-any.whl (21.4 kB view details)

Uploaded Python 3

File details

Details for the file paraclient-1.37.2.tar.gz.

File metadata

  • Download URL: paraclient-1.37.2.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for paraclient-1.37.2.tar.gz
Algorithm Hash digest
SHA256 d890634fad49417d95fe804e2781ade17210eb0283b1cb5d8d5f996b8e4b1f77
MD5 e8371bc8e5722cefc3dc2d5ddb67eb4d
BLAKE2b-256 efef0470a93dca75f8ef35fdd084a19a7cb71b5cbda904a88f2d7631e1a9cb44

See more details on using hashes here.

File details

Details for the file paraclient-1.37.2-py3-none-any.whl.

File metadata

  • Download URL: paraclient-1.37.2-py3-none-any.whl
  • Upload date:
  • Size: 21.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Fedora Linux","version":"43","id":"","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for paraclient-1.37.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c8239644ac6a9f4f031ad04b8053715f881186c7b8a26c83739465d52151f621
MD5 8335ad8cf466052737774122f10ef205
BLAKE2b-256 1293d9c185867aa6dad112d370135e2aedd19c86286fe16ac3fe4fdc7089a4cd

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