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.0.tar.gz
(20.6 kB
view details)
Built Distribution
File details
Details for the file ssb_project_cli-1.3.0.tar.gz
.
File metadata
- Download URL: ssb_project_cli-1.3.0.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4246290dd9970a63722f00aa6c1c3139f5c0535310f54f6bbde8f65b3b7420af |
|
MD5 | aa878bbd8a229d4e41f57d42b4b9d68c |
|
BLAKE2b-256 | ba2f0cff570ede53ad1cd1eba12ff11ae7b55b4056f6b47fd88a375750b6aaab |
File details
Details for the file ssb_project_cli-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: ssb_project_cli-1.3.0-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c1584b174256ee4a0e98b04be8c1f1fca8bf5ef4205d78a682e49b0515f83b9 |
|
MD5 | f7dbbaf8c9af8069cea2b53c102876a9 |
|
BLAKE2b-256 | 9d923f847015abbf7ccc8050670aa7b28a708eeaf5645c4fea94509af17653d5 |