OpenAIVision converter
Project description
Requirements
- Python 3.12+
- uv as the package manager
- Pydantic v2 for the data parts.
Installation
uv sync
Running tests
uv run pytest
Linting
uv run ruff check .
uv run ruff format --check .
Build and publish the Python Package to PyPI
- Increment the version of your package in the
__init__.pyfile:
"""OpenAIVision converter"""
__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
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 pyconverters_openai_vision-1.6.49.tar.gz.
File metadata
- Download URL: pyconverters_openai_vision-1.6.49.tar.gz
- Upload date:
- Size: 10.1 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 |
466f084c66759cdea4b836408001375a3701a5d7b379b80fee2729be8c46354c
|
|
| MD5 |
fdd2517b0dcbc9dcb841c27e24f5459d
|
|
| BLAKE2b-256 |
3891753def4abe6f9de7247ae6683bdbb2482fe2003f2fc6421a2a1772416152
|
File details
Details for the file pyconverters_openai_vision-1.6.49-py3-none-any.whl.
File metadata
- Download URL: pyconverters_openai_vision-1.6.49-py3-none-any.whl
- Upload date:
- Size: 11.2 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 |
34a0341472e22e0d9c0e1b9787255ddcfe52afb8654280c616ff7da201776800
|
|
| MD5 |
017a42114058137c3ffe91e8f012b3c5
|
|
| BLAKE2b-256 |
fdd33ac17b12ef5f580f74dcebbed70c961edee7780e33146661df25fa5a678b
|