SSB Project CLI
Project description
SSB Project CLI
Features
- Create a new project quickly and easily with
ssb-project create
. - Your colleagues can quickly get started when you share the project with them with
ssb-project build
. - Includes:
- Local directory structure
- Virtual Environment
- Kernel for use on Jupyter
- Github repo (if desired)
- The project will follow the most recent SSB guidelines for security and quality.
- It will always be possible to update existing projects as guidelines change.
:sparkles: Now allows specifying any Cookiecutter template which uses Poetry, for example
ssb-project create my-project --template-git-url https://github.com/cjolowicz/cookiecutter-hypermodern-python
Installation
You can install SSB Project CLI via [pip] from [PyPI]:
pip install ssb-project-cli
Releasing a new version
To release a new version of the CLI, run the following sequence.
git switch --create release main
poetry version <version>
git commit --message="<project> <version>" pyproject.toml
git push origin release
Contributing
Setup
- Install dependencies
- Install pre-commit hooks
- Run tests:
nox -r
(More information here) - Run the help command:
poetry run ssb-project --help
License
Distributed under the terms of the MIT license, SSB Project CLI is free and open source software.
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
ssb_project_cli-1.3.7.tar.gz
(20.6 kB
view details)
Built Distribution
File details
Details for the file ssb_project_cli-1.3.7.tar.gz
.
File metadata
- Download URL: ssb_project_cli-1.3.7.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85d7848126bd5ec5baa7b8e24a315464b83430560f50b1a3a641b962686bcee5 |
|
MD5 | 9b3585095254a04d84fcc17738b05327 |
|
BLAKE2b-256 | bbafb04b87ef80a7e0a971c3a73888a9af7201027f9027c3ebcb649cb3c39c1a |
File details
Details for the file ssb_project_cli-1.3.7-py3-none-any.whl
.
File metadata
- Download URL: ssb_project_cli-1.3.7-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0aa3855a2b728f206873e0c169ba2053aff54b4ec91d76c5385ff8234d5f1d0 |
|
MD5 | 1224c9f2472ca3e29aa130b723934338 |
|
BLAKE2b-256 | ec882627bbe2477f5cdf32b531080993e8e3428efe447dbbcd9ee3ce51ea7cdf |