Processor based on Nameparser
Project description
Requirements
- Python 3.12+
- uv for package management
- Pydantic for the data parts.
Installation
pip install uv
uv sync
Publish the Python Package to PyPI
- Increment the version of your package in the
__init__.pyfile:
"""An amazing package!"""
__version__ = 'x.y.z'
- 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
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_nameparser-1.6.33.tar.gz.
File metadata
- Download URL: pyprocessors_nameparser-1.6.33.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.4 {"installer":{"name":"uv","version":"0.11.4","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 |
2fce52e4691a967a5f84de4863ec08c82152aff85794712718b9b4cf3d5d8686
|
|
| MD5 |
44775cbbe8af95bbfc0f29b54b956dd6
|
|
| BLAKE2b-256 |
e6872af979f2f2d681b27cdb7cdb32f643aff82bf3bd34b30bf5b4d3e9a8e4f2
|
File details
Details for the file pyprocessors_nameparser-1.6.33-py3-none-any.whl.
File metadata
- Download URL: pyprocessors_nameparser-1.6.33-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.4 {"installer":{"name":"uv","version":"0.11.4","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 |
9b408cfe73f09b736c5bb7d30b3eb141563acbae78c8d0a7eeef15305937026c
|
|
| MD5 |
2c6c64669e529f8ab6b831586748eefe
|
|
| BLAKE2b-256 |
5987c6b7ab6e02da5d22253bc19b6a17e6fcaa146a0e60b6a84eebeb348f13b6
|