Contents

pastel 0.2.1

0

Bring colors to your terminal.

Bring colors to your terminal.

Stars: 51, Watchers: 51, Forks: 11, Open Issues: 4

The sdispater/pastel repo was created 7 years ago and the last code push was 3 years ago. The project is moderately popular with 51 github stars!

How to Install pastel

You can install pastel using pip

pip install pastel

or add it to a project with poetry

poetry add pastel

Package Details

Author
Sébastien Eustace
License
MIT
Homepage
https://github.com/sdispater/pastel
PyPi:
https://pypi.org/project/pastel/
GitHub Repo:
https://github.com/sdispater/pastel

Classifiers

No  pastel  pypi packages just yet.

Errors

A list of common pastel errors.

Code Examples

Here are some pastel code examples and snippets.

GitHub Issues

The pastel package has 4 open issues on GitHub

  • setup.py installs the tests package

See more issues on GitHub

Related Packages & Articles

tox 4.14.2

tox is a generic virtualenv management and test command line tool

docopt 0.6.2

Pythonic argument parser, that will make you smile

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

typer 0.12.3

Typer, build great CLIs. Easy to code. Based on Python type hints.

click 8.1.7

Composable command line interface toolkit