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.1.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.1-py3-none-any.whl (21.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: paraclient-1.37.1.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.1.tar.gz
Algorithm Hash digest
SHA256 aa9a8355e8a756e34c43330e118b1bbd889de96df4468c3b4f6ebe1a5ff96548
MD5 07e561193f221eec5a9ef8a624f1524d
BLAKE2b-256 e6eb533924f42533c92cd17322a51db7055472177df82aad37bc4557782d5356

See more details on using hashes here.

File details

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

File metadata

  • Download URL: paraclient-1.37.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6736e382279d496ce9de6b6ead74593687a322874c482fdf3605273f9e87d7ab
MD5 03ecd6bb9ffdb64eb9e73019fc4492a4
BLAKE2b-256 334f5894dd1021f827297cfd16c8250b56770838631e55d63c9759a4df86a0c3

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