Launchable CLI
Project description
Usage
See https://docs.launchableinc.com/cli-reference and https://docs.launchableinc.com/getting-started.
Development
Preparation
We recommend Pipenv
pip install pipenv
pipenv install --dev
If you mess up your local pipenv, pipenv --rm
will revert the operation above.
In order to automatically format files with autopep8, this repository contains a
configuration for pre-commit. Install the hook with
pipenv run pre-commit install
.
Load development environment
pipenv shell
Run tests
pipenv run test
Add dependency
pipenv install --dev some-what-module
How to release
Create new release on Github, then Github Actions automatically uploads the module to PyPI.
Versioning
This module follows Semantic versioning such as X.Y.Z.
- Major (X)
- Drastic update breaking backward compatibility
- Minor (Y)
- Add new plugins, options with backward compatibility
- Patch (Z)-
- Fix bugs or minor behaviors
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
launchable-1.28.0.tar.gz
(22.4 MB
view hashes)
Built Distribution
Close
Hashes for launchable-1.28.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dddccd3d43eef7601d121f64c387245a895a6608b7868791147e698f9a050f12 |
|
MD5 | b780433d8c9316880a6c6ed7d21ca2e0 |
|
BLAKE2b-256 | bd3ec36e434a5fd3d48faa4799a7e9ae94b8a19b0a65cb2872823852974845b0 |