A tool to convert Google-style docstrings to TSX format for Next.js documentation
Project description
Google Docstring to TSX Converter
A tool that converts Python package docstrings to TSX files for Next.js documentation, with a focus on generating beautiful, interactive documentation.
License
This software is licensed under a custom license agreement. The Albumentations Team and their official contributors have free access to use this software for their projects. All other users must obtain a paid license.
For licensing inquiries, please contact: Vladimir Iglovikov (iglovikov@gmail.com)
See the LICENSE file for full details.
Features
- Converts Google-style docstrings to TSX format with modern UI components
- Preserves type information and parameter descriptions with syntax highlighting
- Maintains the original package structure in the output
- Generates source code with toggle functionality for each class/function
- Supports both class and function documentation
- Creates a table of contents for easy navigation
- Handles module-level docstrings
- Preserves code examples and formatting
- Supports complex type definitions with interactive display
- Generates responsive, dark-themed documentation
Installation
pip install google-docstring-2tsx
Usage
python -m src.docstring_2tsx.__main__ --package-name PACKAGE_NAME --output-dir OUTPUT_DIR
or:
docstring2tsx --package-name PACKAGE_NAME --output-dir OUTPUT_DIR
This will:
- Import the specified package
- Extract docstrings from all classes, functions, and modules
- Convert them to TSX format with modern UI components
- Create a directory structure matching the package
- Write TSX files for each module with proper routing
Output Structure
The tool creates a directory structure that matches the input package:
output_dir/
module1/
page.tsx
module2/
submodule/
page.tsx
Each page.tsx file contains:
- Module name and description in a styled container
- Table of contents with links to classes and functions
- Interactive source code display with toggle functionality
- Parameter descriptions with type information
- Return values and exceptions with proper formatting
- Code examples with syntax highlighting
- References and links to related documentation
Development
# Install dependencies
pip install -e .
# Run tests
pytest
# Run pre-commit hooks
pre-commit run --all-files
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 google_docstring_2tsx-0.0.5.tar.gz.
File metadata
- Download URL: google_docstring_2tsx-0.0.5.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9998cd544266ca8c6a54a5f79ab8b8dff8a373ac2bec8d115b1a44de8f34c709
|
|
| MD5 |
0d96a7a7c5a0f7ccea3f8ac2b512fb23
|
|
| BLAKE2b-256 |
98dc27c2adb2e238ff8058547c79b2d946a2ab0919d1c33bce1ce89a626484af
|
File details
Details for the file google_docstring_2tsx-0.0.5-py3-none-any.whl.
File metadata
- Download URL: google_docstring_2tsx-0.0.5-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1504e73a971720f21ea1eea41a6759259739a8e65c098e9bdecc12e225d605f3
|
|
| MD5 |
11ef7559bef774cbc0bede9e05c48d6d
|
|
| BLAKE2b-256 |
dfcbc2fc50bef98642778d4c6737e118abd48c6cc664c00b4a99305683d9ac11
|