Madoshakalaka / pyckage

Cross-platform Python package boilerplate app. Configure travis ci testing and auto pypi release all in one keypress
1 stars 0 forks source link

Pyckage

Pykage creates a perfect python package project with high configurability.

Install

Download release for Mac, Windows, and Ubuntu here

Features

showcase.gif

The generated project features:

The tool also remembers your profile and saves you time from keying in the same thing over and over again.

Configurable

configurability

The basic project structure it creates:

packagename/
├── LICENSE
├── readme_assets
├── README.md
├── requirements.txt
├── setup.py
├── .travis.yml
├── tests
│   ├── data
│   ├── __init__.py
│   └── main_test.py
└── packagename
    ├── __init__.py
    └── main.py

Check this pyckage-example-project repo to see an example it generates.