Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liblaf/awesome-list-generator

๐Ÿ“šโœจ Awesome List Generator: Automatically generate beautiful, structured awesome lists from YAML configuration files! Supports GitHub project metadata, markdown formatting, and customizable categories. Perfect for maintaining curated lists of awesome resources with minimal effort! ๐Ÿš€
https://github.com/liblaf/awesome-list-generator

List: awesome-list-generator

automation awesome cli data-visualization dependency-management documentation github-api markdown project-management python

Last synced: 8 days ago
JSON representation

๐Ÿ“šโœจ Awesome List Generator: Automatically generate beautiful, structured awesome lists from YAML configuration files! Supports GitHub project metadata, markdown formatting, and customizable categories. Perfect for maintaining curated lists of awesome resources with minimal effort! ๐Ÿš€

Awesome Lists containing this project

README

        


Awesome List Generator

Awesome List Generator is a powerful Python tool for creating and maintaining curated lists of awesome projects. It supports multiple formats, integrates with GitHub for project metadata, and provides customizable templates for generating professional-looking lists with rich project details.

[![PyPI - Version](https://img.shields.io/pypi/v/awesome-list-generator?logo=PyPI&logoColor=3775A9&label=PyPI)](https://pypi.org/project/awesome-list-generator/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/awesome-list-generator?logo=PyPI&logoColor=3775A9)](https://pypi.org/project/awesome-list-generator/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/awesome-list-generator?logo=Python&logoColor=3776AB&label=Python)](https://pypi.org/project/awesome-list-generator/)

[![GitHub contributors](https://img.shields.io/github/contributors/liblaf/awesome-list-generator)](https://github.com/liblaf/awesome-list-generator/graphs/contributors)
[![GitHub forks](https://img.shields.io/github/forks/liblaf/awesome-list-generator)](https://github.com/liblaf/awesome-list-generator/forks)
[![GitHub Repo stars](https://img.shields.io/github/stars/liblaf/awesome-list-generator)](https://github.com/liblaf/awesome-list-generator/stargazers)
[![GitHub Issues](https://img.shields.io/github/issues/liblaf/awesome-list-generator)](https://github.com/liblaf/awesome-list-generator/issues)
[![GitHub License](https://img.shields.io/github/license/liblaf/awesome-list-generator)](https://github.com/liblaf/awesome-list-generator/blob/main/LICENSE)

[Changelog](https://github.com/liblaf/awesome-list-generator/blob/main/CHANGELOG.md) ยท [Report Bug](https://github.com/liblaf/awesome-list-generator/issues) ยท [Request Feature](https://github.com/liblaf/awesome-list-generator/issues)

![banner](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)

## โœจ Features

- ๐Ÿ“œ **Markdown Generation:** Automatically generates beautiful and structured Markdown files for awesome lists, complete with badges, descriptions, and project statistics;
- ๐Ÿš€ **GitHub Integration:** Seamlessly fetches project information from GitHub, including stars, forks, issues, pull requests, and license details;
- ๐Ÿงฉ **Plugin Architecture:** Extensible plugin system allows for easy integration of additional data sources and formats beyond GitHub;
- ๐ŸŽจ **Customizable Formatting:** Supports multiple output formats (currently Markdown) with customizable templates for different presentation styles;
- โšก **Async Performance:** Built with asyncio for efficient concurrent fetching of project data from multiple sources;
- ๐Ÿ” **Project Categorization:** Automatically organizes projects into categories with customizable titles and subtitles;
- ๐Ÿ› ๏ธ **CLI Interface:** Easy-to-use command-line interface for generating lists with a single command;
- ๐Ÿงช **Type Safety:** Fully type-annotated codebase with Pydantic models for robust data validation and IDE support;
- ๐Ÿงฐ **Dependency Management:** Uses modern Python packaging tools (Hatch) for clean dependency management and reproducible builds;
- ๐Ÿค– **Automation Ready:** Includes GitHub Actions workflows for automated testing, linting, and releases.

[![BACK TO TOP](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)

## ๐Ÿ“ฆ Installation

To install `awesome-list-generator`, run the following command:

```bash
uv tool install awesome-list-generator
```

[![BACK TO TOP](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)

## โŒจ๏ธ Local Development

You can use Github Codespaces for online development:

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/liblaf/awesome-list-generator)

Or clone it for local development:

```bash
git clone https://github.com/liblaf/awesome-list-generator.git
cd lime
uv sync
```

[![BACK TO TOP](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)

## ๐Ÿค Contributing

Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub [Issues](https://github.com/liblaf/awesome-list-generator/issues) to get stuck in to show us what you're made of.

[![๐Ÿคฏ PR WELCOME](https://img.shields.io/badge/%F0%9F%A4%AF%20PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge)](https://github.com/liblaf/awesome-list-generator/pulls)

[![Contributors](https://contrib.rocks/image?repo=liblaf%2Flime)](https://github.com/liblaf/awesome-list-generator/graphs/contributors)

[![BACK TO TOP](https://img.shields.io/badge/-BACK_TO_TOP-black?style=flat-square)](#readme-top)

---

#### ๐Ÿ“ License

Copyright ยฉ 2025 [liblaf](https://github.com/liblaf).

This project is [MIT](https://github.com/liblaf/awesome-list-generator/blob/main/LICENSE) licensed.