A Python CLI for managing Python projects.
Project description
manati
A Python CLI for managing Python projects.
Usage
Creating a project
manati create project myproject
creates a complete Python project structure inside the current working directory:
myproject/
├── myproject
│ └── __init__.py
│ └── main.py
├── setup.py
└── tests
└── test_main.py
including sample source,
tests, documentation, setup.py
, local git
repository and a
suitable .gitignore
file.
Installation
Just use pip
:
pip install --upgrade manati
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
manati-0.0.2.tar.gz
(16.6 kB
view details)
Built Distribution
manati-0.0.2-py3-none-any.whl
(18.1 kB
view details)
File details
Details for the file manati-0.0.2.tar.gz
.
File metadata
- Download URL: manati-0.0.2.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82182e44c6a950ba273860cbcdefe5084f2586b4fc65a7d32eb47335fb9e4eb2 |
|
MD5 | 2760019e3a37f0c61660e5d5a095a458 |
|
BLAKE2b-256 | 7c3f8f2a2046a516fa4454b660836cd905684eb5a796de165fad3ec8b0cde107 |
File details
Details for the file manati-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: manati-0.0.2-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93655569413a53d3e9ad64171538ab351994de95c7fea039a4a154adcfcaf205 |
|
MD5 | a13081f9c7f321ad7f3cbb7db10437ee |
|
BLAKE2b-256 | 1a069cbba4afb5c15a319f38b4680cb487fa565567ea8371f7382256dc0c492d |