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.
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.0.4.tar.gz
(11.5 kB
view details)
Built Distribution
File details
Details for the file ssb_project_cli-1.0.4.tar.gz
.
File metadata
- Download URL: ssb_project_cli-1.0.4.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a811dd27f0ce41a22c9d1322c7b01855992fb909011a0ada92ba46841fc37c |
|
MD5 | 86b81213e2b85ba877b6c7a4b9f09401 |
|
BLAKE2b-256 | 5dffa8d93b0cd0c5f3b73bb40429633316bb0d47d60d76288f6283189de31247 |
File details
Details for the file ssb_project_cli-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: ssb_project_cli-1.0.4-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc3b096f700e08fecf2ea568179471acf12bbe483ca6f5b84f440b3020e3a08b |
|
MD5 | a20e0817934f2d211f9d806feafd7c3a |
|
BLAKE2b-256 | 67fd84f940d6b363ad1afd2636e8fc581849d1c865492967fac8416238768096 |