Skip to content

Welcome to Segmented Docstring

🐍✂️ Split Your Python, Not Your Hairs!

Segmented Docstring is a powerful Python tool that allows you to separate your Python files into bare code and docstrings, and then recombine them when needed. This separation can make your code more manageable and easier to navigate, especially for large projects.

Key Features

  • Split Python Files: Easily separate your Python files into bare code and docstrings.
  • Combine Files: Seamlessly recombine your separated files back into standard Python files.
  • Command-Line Interface: User-friendly CLI for easy integration into your workflow.
  • Configurable: Flexible configuration options to suit your project needs.

Quick Start

Install Segmented Docstring:

```bash pip install segmented-docstring