Ginit

Python __init__.py and __init__.pxd generator


Keywords
code-generation, cython, python3
License
LGPL-3.0
Install
pip install Ginit==1.0.0

Documentation

ginit

Ginit is a python / cython init files generator.

Installation

pip3 install Ginit

Usage

To generate init files for the current folder an all subfolders

ginit .

To generate cython init files for the current folder an all subfolders

ginit -c .

To patch python / cython files imports for the current folder an all subfolders

ginit -p .