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

https://github.com/dentosal/dogen

A simple Python source code analyzer and autocommenter written in Rust.
https://github.com/dentosal/dogen

Last synced: 2 months ago
JSON representation

A simple Python source code analyzer and autocommenter written in Rust.

Awesome Lists containing this project

README

          

DoGen
=====
A simple and stupid Python documentation generator written in Rust using mostly poorly written regexes and repetitive copypasta code.

Installation
============
required: rust 1.8 (or 1.7, cannot remember)
(wont compile with the new nightly, because regex package is broken)

Testing
=======
Run `cargo run -- example.py` in project folder.

Roadmap
=======
To be rewritten in Python.