A package for generating README.md files using LLMs
Project description
readme_llm7_gen
readme_llm7_gen is a Python package that leverages language models to generate polished README.md files for your Python projects. It simplifies creating comprehensive documentation by analyzing your package content and supplementary metadata.
Installation
Install via pip:
pip install readme_llm7_gen
Usage
You can generate a README by providing your package's source code and optional metadata. Here's a quick example:
from readme_llm7_gen import generate_readme_from_llm
package_code = '''
def add(a, b):
return a + b
'''
readme_content = generate_readme_from_llm(
package_text=package_code,
author_name="Eugene Evstafev",
author_email="hi@eugene.plus",
repo_link="https://github.com/chigwell/readme_llm7_gen",
verbose=True
)
print(readme_content)
This will produce a detailed README.md content based on your package code and metadata, wrapped appropriately.
Features
- Automates the creation of README.md files using LLMs.
- Supports inclusion of author and repository info.
- Customizable and easy to integrate into your workflow.
- Capable of processing raw package source code.
Author
Eugene Evstafev hi@eugene.plus
Repository
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file readme_llm7_gen-2025.9.71453.tar.gz.
File metadata
- Download URL: readme_llm7_gen-2025.9.71453.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
275be630180a74fd90ddc6fdae95d7701603adb40b75f568d2bd482185bf6f68
|
|
| MD5 |
7b88b7fac32cc32d288e9cfa67f4f988
|
|
| BLAKE2b-256 |
22821fc8e63b95ea94db5b128ac9251535ea291a1e307f2d1ea8b7582ab7a4c6
|
File details
Details for the file readme_llm7_gen-2025.9.71453-py3-none-any.whl.
File metadata
- Download URL: readme_llm7_gen-2025.9.71453-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c069f6fca50377d11dff38b6b56f33b55d3520cf6cab2b56c08fec3c513b5a2
|
|
| MD5 |
6cd66fa32cc107154485a50ff5628e9f
|
|
| BLAKE2b-256 |
e5545e846581e6f8c67be88197e63cdd88bca1c1fa3cb85c91501180202cd52c
|