Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/connor4312/whoosh

CLI tool to flattenize Python programs. Written while learning Ruby.
https://github.com/connor4312/whoosh

Last synced: 1 day ago
JSON representation

CLI tool to flattenize Python programs. Written while learning Ruby.

Awesome Lists containing this project

README

        

# Whoosh

Collapses a Python project tree, and does its best to fix any imports you have. Seems to work pretty well. Doesn't modify existing files, copies them into a new target directory.

Experiment learning Ruby. Uses global variables, probably breaks every code convention ever made. Don't hate.

### Usage:

```sh
$ ruby whoosh.rb
```

### License

MIT