A python project bootstraper
Project description
Python project bootstrap
Basic scaffolding for python3 CLI projects
Init
Init the project:
$ make init project=myapp
This automatically rename references to pyboot
. Check setup.cfg
to adjust descriptions.
Reset the versioning:
$ rm -rf .git
$ git init
$ git add .
$ git commit -m "Init project from bootstraper"
Test
$ pip install .[dev]
$ tox
Release
$ python setup.py sdist bdist_wheel
$ twine upload dist/*
Todo
- Waiting for a editable standardization before moving to PEP517 (See: https://discuss.python.org/t/specification-of-editable-installation/1564/40)
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
pyboot-0.2.0.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file pyboot-0.2.0.tar.gz
.
File metadata
- Download URL: pyboot-0.2.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4f82a511f579654b97f72b9a046c93395ff11e2e215f2f4b660d83c56c516ac |
|
MD5 | d49367c56808faafe9cfbc6a8229ea37 |
|
BLAKE2b-256 | f06f06f767e9e63f0f4c5c7cbe246386d782f204b315aad56cb21c5383d7f4f1 |
File details
Details for the file pyboot-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pyboot-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bac37bc2bc814dda622ec6be48ac9256862bbf58250f40905e4ab4a4f974e0d7 |
|
MD5 | 81ddeb18d96a66304e61fbfca0e0daaa |
|
BLAKE2b-256 | a0507004e7494d2927afb945978ed1a1e4293bbfb58a1bf00d75bc03d1c6c604 |