pybuild-xtra - No arguments required, only PATH & file name. Rest in file_name.pbs
Project description
# pybuild-xtra 🚀
**pybuild-xtra** is a streamlined configuration-driven wrapper for building and automatically publishing Python packages to PyPI using .pbs (PyBuild Specification) files.
## 📦 Features
* **Config-Driven Workflow (.pbs)** — manage versioning, package metadata, and auto-uploads via a clean TOML configuration file.
* **AI README Generation via Gemini** — automatically generates professional project documentation from a brief description.
* **One-Click PyPI Uploads** — set autoupload = true to build and deploy directly to PyPI using twine.
* **Flexible Toolchain Support** — automatically generates valid pyproject.toml or setup.py on the fly.
## 🛠 Quick Start
1. **Generate a default configuration file:**
```bash
python -m pybuild-xtra --create-pbs-file
```
Or target a specific script name:
python -m pybuild-xtra my\_script --create-pbs-file
Configure your .pbs file:
\[build]
name = "my-awesome-lib"
ai\_description = false
description = "Super fast toolkit"
version = "0.1.0"
autoupload = true
\[setup]
use = "pyproject.toml"
dependencies = \["requests"]
Build and publish:
python -m pybuild-xtra my\_script
Built with pybuild-xtra!
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 pybuild_xtra-0.0.1.tar.gz.
File metadata
- Download URL: pybuild_xtra-0.0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cb2d83e1f58a142007743343efc7426be566beeae1be210e114f6eae4d519dd
|
|
| MD5 |
280afbe840c3aaec0a133e699d5c5bf2
|
|
| BLAKE2b-256 |
51d80dcd033dbc2de63fd7379b691df5a6114a2bbacca980a2e10bc609871094
|
File details
Details for the file pybuild_xtra-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pybuild_xtra-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d0c78c7b1533953f625765f049ac51933f65eb44d3f76279972587b2c2e3d44
|
|
| MD5 |
dd2aa7176e40ece491f61c32ac895583
|
|
| BLAKE2b-256 |
008d1d726d9ea6faa7651e322136a21f4b5fa57e1d62cb53a869f755594d930d
|