dopy: Python Without Strict Indentation

2025-01-13
dopy: Python Without Strict Indentation

dopy is an experimental Python preprocessor that allows the use of do...end syntax instead of strict indentation. This improves code readability and flexibility, especially for developers familiar with languages like Ruby or Lua. It supports type hints and transpiles .dopy files into PEP 8 compliant .py files. The project is archived and no longer maintained by the original author, but the code remains open-source for learning and reference.

Development Preprocessor Code Style