DeepL processor plugin for pymultirole
Project description
Requirements
- Python 3.12+
- uv for package management
- Pydantic v2 for the data parts.
Installation
uv sync
Development
uv sync --extra test
uv run ruff check .
uv run ruff format --check .
uv run pytest
Publish the Python Package to PyPI
- Increment the version of your package in the
__init__.pyfile:
"""An amazing package!"""
__version__ = 'x.y.z'
- Build and publish
uv build
uv publish
SBOM & vulnerability check
Install the SBOM dependencies:
uv sync --extra sbom
Generate a CycloneDX SBOM from the current environment:
uv run cyclonedx-py environment -o sbom.cdx.json --output-format json
Audit dependencies for known vulnerabilities:
uv run pip-audit --format json --output audit-report.json
To fail on any known vulnerability (useful in CI):
uv run pip-audit --strict
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
pyprocessors_deepl-0.6.11.tar.gz
(27.3 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 pyprocessors_deepl-0.6.11.tar.gz.
File metadata
- Download URL: pyprocessors_deepl-0.6.11.tar.gz
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","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 |
b39abe14e543bf248731e6abc1127bd76811fb51f65ac92b98c0ce8638757596
|
|
| MD5 |
ccc9b38b8ba767790e36a0d57a4f1e74
|
|
| BLAKE2b-256 |
ea4628310f08f961dcf6f2573c07676456816f9cd50bee0309a2a46818aeb3f2
|
File details
Details for the file pyprocessors_deepl-0.6.11-py3-none-any.whl.
File metadata
- Download URL: pyprocessors_deepl-0.6.11-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","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 |
4b9205592e39a708863886a43c3ba9654e81f776bdf824eb5f4e972ef0d77e74
|
|
| MD5 |
7b5110293ade511c62c48c530e609b5a
|
|
| BLAKE2b-256 |
e2d72122672e50eb89a9f999895cfe1546e85ecc2f5caad2a3d555d4a4afa909
|