https://github.com/pulsgarney/garden
Garden is a straightforward asynchronous task management library for Python
https://github.com/pulsgarney/garden
async asynchronous asyncio boilerplate crawling cross-platform framework python python3 scraping task task-manager
Last synced: 3 months ago
JSON representation
Garden is a straightforward asynchronous task management library for Python
- Host: GitHub
- URL: https://github.com/pulsgarney/garden
- Owner: pulsgarney
- License: gpl-3.0
- Created: 2025-03-01T17:35:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-02T12:00:01.000Z (11 months ago)
- Last Synced: 2025-09-25T13:45:28.144Z (6 months ago)
- Topics: async, asynchronous, asyncio, boilerplate, crawling, cross-platform, framework, python, python3, scraping, task, task-manager
- Language: Python
- Homepage: https://pulsgarney.github.io/garden/
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Garden
====
## Overview
**Garden** is a straightforward asynchronous task management library for Python. It is ideal for all uncomplicated tasks that do not require a task dependency system. It performs exceptionally well for tasks that are simple and small in nature, asynchronous, require repetition or dispatching, and can pause when certain conditions are met. For instance, tasks such as data crawling and extractions.
## Todo
- [x] Basic middleware feature
- [x] Add more middleware components
- [ ] All the docs & readme
- [x] Demo examples & docs
- [ ] Tests
- [ ] Hooks for types & requirements
- [x] Github profiles
- [ ] CI/CD actions on GitHub
## Requiremtns
* Python 3.10+
* No OS specific features required, should be working on all systems that support Python.
## Install
```sh
pip install garden
```
Beta now.
[](https://pepy.tech/projects/garden)
## Documentation
https://pulsgarney.github.io/garden/
[Basics](https://pulsgarney.github.io/garden/) & [Examples](https://pulsgarney.github.io/garden/examples/lifecycle/) done now.
Work in Progress.