This project/library contains common elements related to Redis integration...
Project description
core-redis
This project/library contains common elements related to Redis integration…
Installation
Install from PyPI using pip:
pip install core-redis
uv pip install core-redis # Or using UV...
Features
“…”
Quick Start
Installation
Install the package:
pip install core-redis
uv pip install core-redis # Or using UV...
pip install -e ".[dev]" # For development...
Setting Up Environment
Install required libraries:
pip install --upgrade pip
pip install virtualenv
Create Python virtual environment:
virtualenv --python=python3.12 .venv
Activate the virtual environment:
source .venv/bin/activate
Install packages
pip install .
pip install -e ".[dev]"
Check tests and coverage
python manager.py run-tests
python manager.py run-tests --test-type integration
python manager.py run-coverage
# For functional tests...
python manager.py run-tests --test-type functional --pattern "*.py"
Contributing
Contributions are welcome! Please:
Fork the repository
Create a feature branch
Write tests for new functionality
Ensure all tests pass: pytest -n auto
Run linting: pylint core_redis
Run security checks: bandit -r core_redis
Submit a pull request
License
This project is licensed under the MIT License. See the LICENSE file for details.
Links
Support
For questions or support, please open an issue on GitLab or contact the maintainers.
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
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 core_redis-0.0.0.tar.gz.
File metadata
- Download URL: core_redis-0.0.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd34a59757789858e10e0dc64794d88c99b0c82d745fa7231d7ab37946b43222
|
|
| MD5 |
c374ddd377fe2dd2d59d820f7e9706f6
|
|
| BLAKE2b-256 |
cfce3c7d6013cd00e8bceae56c50c585726e5f3a612ed2f7e657bc2421605abf
|
File details
Details for the file core_redis-0.0.0-py3-none-any.whl.
File metadata
- Download URL: core_redis-0.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc0c8f9c6336774d88423e6ad3df0cbf5d87f7b440e6e50ca620a3239fabfb31
|
|
| MD5 |
ef005c33d2632a907e27575461415ac6
|
|
| BLAKE2b-256 |
cf09aad89338883b75b2c697ac81c58274d7ea2a128fa2dae51a5dc6f75ff293
|