Contents

aioconsole 0.8.2

0

Asynchronous console and interfaces for asyncio

Asynchronous console and interfaces for asyncio

Stars: 480, Watchers: 480, Forks: 41, Open Issues: 8

The vxgmichel/aioconsole repo was created 10 years ago and the last code push was 4 months ago.
The project is popular with 480 github stars!

How to Install aioconsole

You can install aioconsole using pip

pip install aioconsole

or add it to a project with poetry

poetry add aioconsole

Package Details

Author
None
License
GPL-3.0-or-later
Homepage
None
PyPi:
https://pypi.org/project/aioconsole/
GitHub Repo:
https://github.com/vxgmichel/aioconsole

Classifiers

No  aioconsole  pypi packages just yet.

Errors

A list of common aioconsole errors.

Code Examples

Here are some aioconsole code examples and snippets.

Related Packages & Articles

progressbar2 4.5.0

A Python Progressbar library to provide visual (yet text based) progress to long running operations.

piccolo 1.32.0

A fast, user friendly ORM and query builder which supports asyncio.

muffin 1.4.2

Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)

pretty print json using rich

Here are a few examples of pretty printing json from a command line terminal. As you can see in the example output, rich console can output json with proper indention and color syntax highlighting.