[PR #920] [CLOSED] Added asynccli #2932

Closed
opened 2026-04-15 09:11:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/920
Author: @ahopkins
Created: 8/29/2017
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Add link to asynccli.

What is this Python project?

A CLI framework based on asyncio. It helps developer create CLI applications that run on Python's asyncio library. It is setup to allow for simple single command applications by passing in a single method, a large multi-level nested CLI, and everything in between.

What's the difference between this Python project and similar ones?

Runs on asyncio event loop, no other existing framework does. It is designed to be able to run along side, for example, an application using an async library like Sanic. Because it runs an asyncio loop, you can easily integrate it with another existing code base that already leverages the asyncio library.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/920 **Author:** [@ahopkins](https://github.com/ahopkins) **Created:** 8/29/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`e2ae49b`](https://github.com/vinta/awesome-python/commit/e2ae49b08579ab4fe18e485e69e00986463a8a31) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Add link to [`asynccli`](https://github.com/ahopkins/asynccli). ## What is this Python project? A CLI framework based on asyncio. It helps developer create CLI applications that run on Python's `asyncio` library. It is setup to allow for simple single command applications by passing in a single method, a large multi-level nested CLI, and everything in between. ## What's the difference between this Python project and similar ones? Runs on `asyncio` event loop, no other existing framework does. It is designed to be able to run along side, for example, an application using an async library like Sanic. Because it runs an `asyncio` loop, you can easily integrate it with another existing code base that already leverages the `asyncio` library. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:11:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2932