Skip to main content

Turns your Python script or module into an application with decent CLI.

Project description

Kickoff

Kickoff turns your Python script or module into an application with decent user interface.

For software developers…

Kickoff is inspired by utilities like invoke, fire, runfile. It has similar function with this difference that it looks at function signatures, therefore doesn’t need from the developer to use decorators or any dedicated API. This way Kickoff provides developers with following advantages:

  • Basic UI provided with zero overhead

  • Enhanced UI provided through annotations

  • Compatibility with environments where Kickoff is not installed

  • Testability and reusability of top-level commands

  • Shebang support

For software users…

Kickoff is built on top of stunning click module as well as third-party add-ons to provide the users with following features:

  • Hierarchical CLI interface

  • Correction suggestions for misspelled commands

  • REPL with command completion and access to underlying shell

  • GUI (experimental feature)

Resources

Development

Preparing Environment

./setup.sh
source venv/bin/activate

Updating Dependencies

vi requirements.in
vi setup.py
pip-compile
pip-sync

Releasing

# update version:
vi docs/source/conf.py
vi setup.py
git commit -am "foobar"
git tag 1.2.3

# upload code
git push
git push --tags
python3 setup.py build sdist
twine upload dist/kickoff-1.2.3.tar.gz

# upload documentation
log into readthedocs.io and trigger a Build

Donations

It is absolutely fine if you use this software for free for commercial or non-commercial purposes. On the other hand, if you would like to repay author’s efforts you are welcome to use following button:

https://www.paypalobjects.com/en_US/PL/i/btn/btn_donateCC_LG.gif

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kickoff-0.5.11.tar.gz (12.2 kB view details)

Uploaded Source

File details

Details for the file kickoff-0.5.11.tar.gz.

File metadata

  • Download URL: kickoff-0.5.11.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for kickoff-0.5.11.tar.gz
Algorithm Hash digest
SHA256 be51dbf6d33c21b35a06fb71fc0d70c09756b710f5dc3740c4da7ebe57e227cf
MD5 b86b41095ec29f5af93720ef88887dce
BLAKE2b-256 9576ad43c4b799f029d7da08ebc35fdc020bfeaa23cc7183e7fdbf390f42e0b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page