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.5.tar.gz
(20.7 kB
view details)
Built Distribution
File details
Details for the file ssb_project_cli-1.3.5.tar.gz
.
File metadata
- Download URL: ssb_project_cli-1.3.5.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c29e90e477201ca720837b36a8821644868fcddd3ab91d7b46eca6c9097f259 |
|
MD5 | e4746b550a92acd2d40c2c298ae348e9 |
|
BLAKE2b-256 | dba10b012f4af40a25971ab59dc5179362a514dd6f5e6ac09e7c93a53f75c64b |
File details
Details for the file ssb_project_cli-1.3.5-py3-none-any.whl
.
File metadata
- Download URL: ssb_project_cli-1.3.5-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 | 43bc43df0da07b8defe5348b4f02ca2ae1b10e2f42e417cc6f7a404e43fae65a |
|
MD5 | 776031f1561565b8cbf1ae17efb8d461 |
|
BLAKE2b-256 | c04e2d7fb81cd5f8337ff54b5a08940e950b1df27441b7282093ac71ffa918ee |