A collection of tools for working with xapp-core packages.
Project description
xapp-tools
Purpose
xapp-tools is an installable package of reusable build and development tooling for Xapp-based Python projects.
Its role is to provide automation that is broadly useful across repositories, not app-specific behavior.
Usage
uv add xapp-tools --dev
xapp-tools --help
Available commands:
api-snapshot— capture a public API snapshotcheck-version-source— ensure no hardcoded__version__in package sourcecoverage-badge— update the coverage badge in READMEupdate-deps— refresh all dependencies to their latest versions viauvverify-dist— verify wheel and sdist build artifactswheel-smoke— smoke-test an installed wheel
Reuse Policy
Tools in this package should be written so they can be reused in other Python projects with little or no modification.
When project values are needed, prefer metadata/config introspection (for example from pyproject.toml) over hardcoded constants.
Scope Boundaries
Only generic tooling belongs in this package.
Allowed examples:
- Dependency maintenance helpers
- Packaging/public API verification scripts
- Repository metadata utilities
- Generic release/build checks
Not allowed examples:
- Application/domain business logic
- Project feature commands
- One-off scripts tightly coupled to a specific app's runtime behavior
Project details
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 xapp_tools-0.1.0.tar.gz.
File metadata
- Download URL: xapp_tools-0.1.0.tar.gz
- Upload date:
- Size: 63.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c9a362ffb4e9b63b9af3a749adf1fd4101a2ab0c9977f69abfb41e2c77499e8
|
|
| MD5 |
a51d486e7f8ddb2436d9ddf417ab7e6d
|
|
| BLAKE2b-256 |
b7a47c88d935469f8102c49a65bb36315aaad2ae5b1c9df719b8cbe1953f91a6
|
File details
Details for the file xapp_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: xapp_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a479931b31940df1d58eae678da33c3b700452ca565e6a0d2228ba3a9e03c83
|
|
| MD5 |
fda17253a72ef9ad024caf437e0d59b5
|
|
| BLAKE2b-256 |
6a26bd8a3c2921412612c7fee73b5d0d5423a772dcde6f1dfd0bcc1725460e71
|