Wizelit Agent Wrapper - Internal utility package
Project description
wizelit-sdk
Internal utility package for Wizelit Agent operations.
Installation
Install from Git Repository
# Install latest version from main branch
uv pip install git+https://github.com/your-org/wizelit-sdk.git
# Install specific version
uv pip install git+https://github.com/your-org/wizelit-sdk.git@v0.1.0
# Install with SSH (Recommended for Private Repos)
uv pip install git+ssh://git@github.com/your-org/wizelit-sdk.git@v0.1.0
Add to pyproject.toml
[project]
dependencies = [
"wizelit-sdk @ git+ssh://git@github.com/your-org/wizelit-sdk.git@v0.1.0"
]
Usage
from wizelit_agent_wrapper import your_module
# Use the wrapper
result = your_module.function()
Development
Setup Development Environment
# Clone repository
git clone https://github.com/your-org/wizelit-sdk.git
cd wizelit-sdk
# Set up environment
make setup
# Activate virtual environment
source .venv/bin/activate # Windows: .venv\Scripts\activate
# Install in development mode
make install-dev
Available Make Commands
make setup # Set up development environment
make install-dev # Install in development mode
make test # Run tests
make format # Format code with black
make lint # Lint code with ruff
make check # Run tests and linting
make clean # Clean build artifacts
make build # Build package
make release # Create new release (interactive)
make tag VERSION=x.x.x # Create specific version tag
make push # Push code and tags
make version # Show current version
make versions # List all available versions
Contributing
- Create a feature branch
- Make your changes
- Run tests and linting:
make check - Commit your changes
- Push and create a pull request
Versioning
We use Semantic Versioning:
- MAJOR version for incompatible API changes
- MINOR version for new functionality (backward compatible)
- PATCH version for bug fixes
See CHANGELOG.md for version history.
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
wizelit_sdk-0.1.25.tar.gz
(138.4 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 wizelit_sdk-0.1.25.tar.gz.
File metadata
- Download URL: wizelit_sdk-0.1.25.tar.gz
- Upload date:
- Size: 138.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c90451d066693fd29bb9d239de1e89c86203d4266478cae079d1bb5382e4475a
|
|
| MD5 |
52748cd4ffab611cbb50ce0d166e5274
|
|
| BLAKE2b-256 |
5d1157f1d976ee5710b3d1c8e9ff6aff806706a95f1f191a153674d87f25550b
|
File details
Details for the file wizelit_sdk-0.1.25-py3-none-any.whl.
File metadata
- Download URL: wizelit_sdk-0.1.25-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21deb32e490dcf27b2fef58eb589bc9c5e4613ab87c93bb240787b76681e1e96
|
|
| MD5 |
c8cde57771220a311b917dc9b53dc317
|
|
| BLAKE2b-256 |
29dbb23c50ec58e941d61be7658bb8accb6eab74214d0b5aabc6444322b5620b
|