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.
- Host: GitHub
- URL: https://github.com/dentosal/dogen
- Owner: Dentosal
- License: mit
- Created: 2016-06-29T20:23:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T20:36:43.000Z (about 10 years ago)
- Last Synced: 2025-03-21T10:09:40.171Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.