A commandline interface for creating project structures
Project description
project_cli
A commandline interface for creating structured Python projects.
Installation
pip install project_cli
Usage
python -m project_cli
If you trust iias_project_cli to make the right decisions, you can say ‘yes’ to all prompts:
python -m project_cli -y
Detailed information
Here is an example project structure created by this tool for a runnable project:
> proj_name __init__.py __main__.py > tests __init__.py context.py test_main.py README.rst setup.py
You can run your app as follows:
python -m proj_name
You can run tests as follows:
python -m unittest discover tests
You can also install your project in your own pip repository (or in a virtual environment) to make it runnable anywhere on your system:
pip install -e .
Note: the -e flag is optional. It will keep your pip repository synchronized with your source code.
Meta
Ramon Hagenaars - ramon.hagenaars@gmail.com
This structure was inspired by Kenneth Reitz.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for iias_project_cli-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3664b643aafacd9886cad954e6412e72ddf20f05f75d28080767e8c0473abb34 |
|
MD5 | 470f0f5b2c5d4b6ad0a94225dd2f4a8c |
|
BLAKE2b-256 | 3cb81cfe169869cc1c29fa414eda36ba2907a755d2034a056226563a5697f65b |