Shared local-dev CLI for Swarm Systems Lab Python projects
Project description
ssl_pydev
Shared local-dev CLI for Swarm-Systems-Lab Python projects. Wraps the same
build/publish/docs-validation logic that ssl_ci's composite actions run in CI,
packaged here so it can be installed once per machine instead of copy-pasted
into every project's scripts/ directory.
Install
uv tool install ssl_pydev
This installs a single ssl-pydev command, available from any project
directory, independent of that project's own virtualenv/dependencies.
Using VS Code installed via snap on Linux? Run the command above from a regular system terminal, not VS Code's integrated terminal. Snap confinement redirects
$HOME/$XDG_DATA_HOMEfor processes spawned inside VS Code's snap, souv tool installends up puttingssl-pydevsomewhere only visible from inside that snap (e.g.~/snap/code/<rev>/.local/share/uv/tools/...), invisible to any other terminal.
Usage
ssl-pydev setup-env --extras dev,tests
ssl-pydev build
ssl-pydev build-native # for compiled-extension (pybind11/scikit-build-core) projects
ssl-pydev publish # uv-based publish, requires UV_PUBLISH_* env vars
ssl-pydev publish-ci # twine-based publish, requires TWINE_* env vars
ssl-pydev validate-docs
ssl-pydev generate-stubs --module mypkg._core --output src/ # pybind11 type stubs
Every command operates on the current working directory, so run it from the
root of the project you want to act on - same as the scripts/*.sh files it
replaces. A project's justfile recipes become one-liners, e.g.:
setup:
ssl-pydev setup-env --extras dev,lint,tests,type-checking,pre-commit
Versioning
Released the same way as the other Swarm-Systems-Lab packages: tag vX.Y.Z,
push, and ssl_ci's publish.yml builds and uploads to PyPI.
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 ssl_pydev-0.1.3.tar.gz.
File metadata
- Download URL: ssl_pydev-0.1.3.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4819e6824b2e1f83a9dc6b4cfbdef1432ae40e47784ecc5c0817b5d3389e07d0
|
|
| MD5 |
3791da6e59e72824447ebbb08af6b38a
|
|
| BLAKE2b-256 |
57533a2eebec6afb7fbae2a4b5073b15e745184adcfb88cc1cdf4018ae7061a5
|
File details
Details for the file ssl_pydev-0.1.3-py3-none-any.whl.
File metadata
- Download URL: ssl_pydev-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a9e0dcbcde3bab6a670d8ac7534a498141886f5b2ae1bbf7f01bbe5e3e260e3
|
|
| MD5 |
1119aa9c440fd905ec359b0a7790c561
|
|
| BLAKE2b-256 |
ee579981b8af5f4baf9f09cc6ce87158d3b42f12a60f59010a8da4fc4f7f6017
|