Gitlab module for Clearskies
Project description
gitlab
Gitlab module for Clearskies
This template scaffolds a dynamic Clearskies module for any kind of logic, integration, or API. You can use it to build modules for data processing, service integration, automation, or any custom business logic.
Your module can implement any logic you need: fetch data, process input, interact with external services, or perform custom actions. The endpoints and payloads are up to you.
Installation
# Install uv if not already installed
pip install uv
# Create a virtual environment and install dependencies
uv sync
Development
To set up your development environment with pre-commit hooks:
# Install uv if not already installed
pip install uv
# Create a virtual environment and install all dependencies (including dev)
uv sync
# Install dev dependencies (including ruff, black, mypy) in the project environment
uv pip install .[dev]
# Install pre-commit hooks
uv run pre-commit install
# Optionally, run pre-commit on all files
uv run pre-commit run --all-files
Usage Example
import clearskies
import clearskies_gitlab
wsgi = clearskies.contexts.WsgiRef(
clearskies_gitlab.build__module()
)
wsgi()
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
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 clear_skies_gitlab-2.0.7.tar.gz.
File metadata
- Download URL: clear_skies_gitlab-2.0.7.tar.gz
- Upload date:
- Size: 148.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39122032c90353d42536c861582fd1df59e4a6fae7c8db7c43d85796ccce0432
|
|
| MD5 |
918f36a0661e415ea687b06983ed38be
|
|
| BLAKE2b-256 |
861cdd8cedc2e86ab173bf23cb50bb4fc9de2e84d56bd83b16837203bf0c7732
|
File details
Details for the file clear_skies_gitlab-2.0.7-py3-none-any.whl.
File metadata
- Download URL: clear_skies_gitlab-2.0.7-py3-none-any.whl
- Upload date:
- Size: 60.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07b3ee9b2cf404440497389c58da9beede2e3bf1f3099ebde06ae49ac49281db
|
|
| MD5 |
d266266e41b037eff5d3a94f9bc4277c
|
|
| BLAKE2b-256 |
f24c66eb4f90dce71231b67871d3b9082357877ea3bc51a451f47e03915f5256
|