Official Python client for the Aphelo high-performance in-memory database.
Project description
Aphelo Client
The official Python SDK for Aphelo, a high-performance, event-driven, C++ in-memory caching database.
Installation
pip install aphelo-client
## Quickstart
Make sure your Aphelo database is running via Docker:
```bash
docker run -d -p 1234:1234 pranitgarje/aphelo-db
Then, connect to it in Python:
from aphelo import ApheloClient
db = ApheloClient()
db.set("hello", "world")
print(db.get("hello"))
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
aphelo_client-0.1.0.tar.gz
(2.6 kB
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 aphelo_client-0.1.0.tar.gz.
File metadata
- Download URL: aphelo_client-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f00b6c77f9980b76ab2669e7828db5dbb3567cad4f1eb8df0b42235531ad98f
|
|
| MD5 |
ee030fa0523506406d6e8ae671fa051a
|
|
| BLAKE2b-256 |
725facb6bdcdb124b0c0911f0422e9070b61526138e6a0080eda8dfb8c4587b2
|
File details
Details for the file aphelo_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aphelo_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5897568d583cb9570e9b4391c96121d1a7eb3e7a8c08be2f9bcc596337fc7339
|
|
| MD5 |
95c699b4b09ff2a0bd375f459af88f34
|
|
| BLAKE2b-256 |
62c061a79a38e8a89d37aa7cc2e91e72f31b0f277cde89d3be8e667502654725
|