Contents

aioconsole 0.7.0

0

Asynchronous console and interfaces for asyncio

Asynchronous console and interfaces for asyncio

Stars: 435, Watchers: 435, Forks: 38, Open Issues: 9

The vxgmichel/aioconsole repo was created 8 years ago and the last code push was 1 months ago.
The project is popular with 435 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
Vincent Michel
License
GPLv3
Homepage
https://github.com/vxgmichel/aioconsole
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.

GitHub Issues

The aioconsole package has 9 open issues on GitHub

  • changed executor to daemon in NonFileStreamReader

See more issues on GitHub

Related Packages & Articles

progressbar2 4.4.2

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

piccolo 1.5.0

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

muffin 0.100.1

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.