Qore Client
Project description
Qore Client
Qore Client is a Python client library for the Qore API.
Installation
pip install qore-client
Development Environment Setup
- Clone the repository
git clone <repository-url>
- Create a virtual environment and install dependencies
uv venv
source .venv/bin/activate # Linux/Mac
# or
.\.venv\Scripts\activate # Windows
- Install the base package
uv pip install -e .
- Install the development dependencies
uv pip install -e ".[dev]"
Deployment
The project can be deployed to TestPyPI and PyPI:
# Deploy to TestPyPI
./deploy.sh test
# Deploy to PyPI
./deploy.sh prod
CI/CD
This project supports automated testing and deployment through GitLab CI/CD.
Test
# Install the package from TestPyPI
uv pip install -i https://test.pypi.org/simple/ qore-client=={version}
# Install the package from PyPI
uv pip install qore-client=={version}
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
qore_client-0.0.3.tar.gz
(2.0 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 qore_client-0.0.3.tar.gz.
File metadata
- Download URL: qore_client-0.0.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c484f4db5e91dddc228225ee6d82ca828d061f44323331b4df3d74c35b9b8d1
|
|
| MD5 |
a1565779f4ad0b7c522e2c2420768e2e
|
|
| BLAKE2b-256 |
89eeec6174956097c46dc1fb855022c8f145fa5f7fe27a82244f457b0b9fc14f
|
File details
Details for the file qore_client-0.0.3-py3-none-any.whl.
File metadata
- Download URL: qore_client-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae6402d15d5680a73798063a55d50e53cb4bb3e047ed23ef2917fd23e2e1932a
|
|
| MD5 |
335de02e6e3b6515322a160e05c500dd
|
|
| BLAKE2b-256 |
e475b95569b3a1809750b72dd5e5519aa9317a36fedebf1983e2f30de1f148b7
|