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.4.7.tar.gz
(21.7 kB
view details)
Built Distribution
File details
Details for the file ssb_project_cli-1.4.7.tar.gz
.
File metadata
- Download URL: ssb_project_cli-1.4.7.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d29fa0793f1798cefec151f7ec33d4bea15811592d2979649b2a1e4ee0ae66f |
|
MD5 | 42f9467bf71f949124100cbd2a7c4d70 |
|
BLAKE2b-256 | 6360246a561d56b26e9fcd3e670f87378324a4b664c9f7a5b7ef33b438309acb |
File details
Details for the file ssb_project_cli-1.4.7-py3-none-any.whl
.
File metadata
- Download URL: ssb_project_cli-1.4.7-py3-none-any.whl
- Upload date:
- Size: 28.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8721e624463f90305081e4ecb316edfdc5dc880aaa6be96f64b4493d5712bb11 |
|
MD5 | f1bd114de4f904796eb1498701b16856 |
|
BLAKE2b-256 | 081c99c4d344ff0fb801292773defd75c6677e269087beb902bb0bdd48580a45 |