Skip to main content

Quickstart your Python development with CLI package templating

Project description

alacrity

PyPI version Build Status CodeFactor PRs Welcome

Disclaimer : This is an initial build and almost certainly will break, install at your own caution.

Quickstart your Python project with a single handy command.

pip install alacrity

To use alacrity, just type in a terminal:

alacrity

Answer some questions interactively, and poof, your package structure is ready.

Based on the sample Python package structure by Kenneth Reitz.

A sample alacrity flow:

 Z:\> alacrity
 Enter the name of the package:
 my_package
 Enter the initial version:
 0.1.0
 Enter a brief description:
 My new Python package!
 Enter author name:
 John Doe
 Enter author email:
 johndoe@example.com
 Choose a license: [mit/apache/gpl]
 mit
 Enter year for license:
 2018
 Package my_package was created successfully.

 Z:\> tree /f mypackage
mypackage
│   .gitignore
│   LICENSE
│   Makefile
│   MANIFEST.in
│   README.rst
│   requirements.txt
│   setup.py
│
├───docs
│       conf.py
│       index.rst
│       make.bat
│       Makefile
│
├───my_package
│       core.py
│       lib.py
│       __init__.py
│
└───tests
        test_lib.py
        __init__.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alacrity-0.1.2.tar.gz (22.2 kB view hashes)

Uploaded Source

Built Distribution

alacrity-0.1.2-py2-none-any.whl (25.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page