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

https://github.com/kraymer/carcass

Generate carcass of a python project by copying files after having applied code folding.
https://github.com/kraymer/carcass

architecture-visualization

Last synced: over 1 year ago
JSON representation

Generate carcass of a python project by copying files after having applied code folding.

Awesome Lists containing this project

README

          

# carcass

> **/ˈkɑɹkəs/**
>
> *n.* the skeleton or framework of a structure

## Description

Generate carcass of a python project by copying files after having applied code folding.

Think of it as a way to share the overall design of a python project without unveiling the internals (eg to pass a design audit without disclosing the full codebase).

![Selection_1426](https://user-images.githubusercontent.com/84227/211879599-b90b113e-f751-4caa-b6c4-f1a7910032bb.png)

## Usage

~~~
carcass SOURCE DEST

Generate carcass of a python project by applying code folding
before copying .py files
~~~