Skip to main content

A package for generating README.md files using LLMs

Project description

PyPI version License: MIT Downloads LinkedIn

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

https://github.com/chigwell/readme_llm7_gen

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

readme_llm7_gen-2025.9.71453.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

readme_llm7_gen-2025.9.71453-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

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

Hashes for readme_llm7_gen-2025.9.71453.tar.gz
Algorithm Hash digest
SHA256 275be630180a74fd90ddc6fdae95d7701603adb40b75f568d2bd482185bf6f68
MD5 7b88b7fac32cc32d288e9cfa67f4f988
BLAKE2b-256 22821fc8e63b95ea94db5b128ac9251535ea291a1e307f2d1ea8b7582ab7a4c6

See more details on using hashes here.

File details

Details for the file readme_llm7_gen-2025.9.71453-py3-none-any.whl.

File metadata

File hashes

Hashes for readme_llm7_gen-2025.9.71453-py3-none-any.whl
Algorithm Hash digest
SHA256 7c069f6fca50377d11dff38b6b56f33b55d3520cf6cab2b56c08fec3c513b5a2
MD5 6cd66fa32cc107154485a50ff5628e9f
BLAKE2b-256 e5545e846581e6f8c67be88197e63cdd88bca1c1fa3cb85c91501180202cd52c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page