Skip to main content

Devkit for quickly building CLI tools with Python

Project description

TinyScript Tweet

Make a CLI tool with very few lines of code.

PyPi Read The Docs Build Status Coverage Status Python Versions Known Vulnerabilities License

This library is aimed to provide useful features and helpers in order to shorten the number of required lines of code for writing simple and nice-looking command-line interface tools. It is based on argparse and is considered a development kit, on the contrary of popular frameworks like cement, click or docopt, as it is not aimed to reinvent the wheel in yet another paradigm.

pip install tinyscript

Philosophy

This library is built with the DRY (Don't Repeat Yourself) and KISS (Keep It Stupid Simple) philosophies in mind ; the whole machinery of Tinyscript holds in its star import (from tinyscript import *) and its initialization (with the initialize function).

It is aimed to shorten required code by setting a few things while loaded:

  • a proxy parser (coming from the star import) collects arguments definitions and formats help at initialization, preventing from rewriting the whole bunch of code needed to declare an ArgumentParser (and define its epilog, and so forth)
  • a main (colored) logger is preconfigured and can be tuned through two constants so that we don't care for writing a bunch of code needed to configure logging
  • preimports (while a bit anti-Pythonic, we confess) of common libraries also reduces the quantity of code required
  • among these, some modules are enhanced with new functions and classes that are not natively foreseen

Leveraging this allows to create very short scripts with only the real code that matters, reducing the code to be rewritten to create efficient, nice-looking and sophisticated CLI tools.

Note that, while star imports should be avoided according to Python's style guide (see PEP8), it is deliberately extensively used and covering a huge scope in order to shorten code length. This "anti-pattern" pays off after creating a few tools, when we can realize it shortens parts of the code that are often repeated from a tool to another (e.g. for shaping tool's help message).

Usage

It is designed to be as simple and straightforward to use as possible. In order to learn and use it, you only need your browser (for consulting the documentation), a text editor and a good Python Interpreter (e.g. IDLE) for using auto-completion or an IDE like PyCharm to get helpers suggested.

The point is that you will use:

  • features, enabled by setting flags in the "master" function called ìnitialize
  • helpers, grouped under the "master" submodule called ts
  • reporting objects from the global scope

Please see the example tools herebelow for examples of usage of features, helpers and reporting.

Quick Start

Create from template

Edit source

Run your tool

Example tools

Security

Utils

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

tinyscript-1.30.16.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

tinyscript-1.30.16-py3-none-any.whl (174.2 kB view details)

Uploaded Python 3

File details

Details for the file tinyscript-1.30.16.tar.gz.

File metadata

  • Download URL: tinyscript-1.30.16.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for tinyscript-1.30.16.tar.gz
Algorithm Hash digest
SHA256 2a0b82a25a48b77599098602fa1169c6f49d82e9d58925004a24e52992631b50
MD5 d30e995c50385461107f42ba491cff8b
BLAKE2b-256 cc68631ef36a5c449a85e134c4b1dbb3a9a65d4f667034b1400bd6dee80dcc94

See more details on using hashes here.

File details

Details for the file tinyscript-1.30.16-py3-none-any.whl.

File metadata

  • Download URL: tinyscript-1.30.16-py3-none-any.whl
  • Upload date:
  • Size: 174.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for tinyscript-1.30.16-py3-none-any.whl
Algorithm Hash digest
SHA256 7d6693c454932f12c5f95aaeda0bd56d73bfb17ce22a1e417973b3f872c7fc74
MD5 9b3aacb04e4515b62a4b470a3d4aeeb2
BLAKE2b-256 4644c5461c9e2805ad57a0f97d5619ecaa77df9a89a1491bcc6169a3dbe0f8c2

See more details on using hashes here.

Supported by

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