/initpylib

Python setup Project for Python C Extensions API.

Primary LanguagePythonMIT LicenseMIT

initpylib

Upload pypi.org

Generate Python project.

This tool is automatically configure the files and directories needed to create a Python Library. (But It's specialized for very personal use.)

Installation

~ $ pip install initpylib

Quick start

~ $ initpylib capi ./foo       # Build C/C++ API Python Project Skelton.
~ $ initpylib py ./bar         # Build Pure Python Project Skelton.