Bootstrap Python package
Project description
The bootstrap-py provides generating the Python packages.
Status
Requirements
Python 2.7 over or Python 3.3 over or PyPy 2.4.0 over
Features
Usage
Install bootstrap-py
Install bootstrap-py:
$ virtualenv venv $ . venv/bin/activate (venv)$ pip install bootstrap-py
Generate Python package
Generate your Python package.:
(venv)$ bootstrap-py -a 'Your author name' -e 'your-author-email@example.org' -u 'https://your-package-website.example.org' -o '/path/to/package-dir' -l 'select-the-license' 'your-package-name' (venv)$ deactivate $ cd /path/to/package-dir $ ls MANIFEST.in docs pytest.ini setup.py utils README.rst libneta setup.cfg tox.ini
Using tox
Running test with tox:
$ pip install --user tox $ tox (omit) _______________________________________ summary ______________________________________ py27: commands succeeded py34: commands succeeded py35: commands succeeded pypy: commands succeeded pep257: commands succeeded docs: commands succeeded pychecker: commands succeeded congratulations :)
ChangeLog
0.1.0 (2016-02-02)
First release
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
bootstrap-py-0.1.1.tar.gz
(35.2 kB
view details)
File details
Details for the file bootstrap-py-0.1.1.tar.gz.
File metadata
- Download URL: bootstrap-py-0.1.1.tar.gz
- Upload date:
- Size: 35.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b5eb862cfd27ff0a7258a87a8cbe9b2ab1897c0c02e63e18d80098c0df63534
|
|
| MD5 |
927048262d84a5c54172f173039fa9d7
|
|
| BLAKE2b-256 |
5c6dfcbf423e406c864611111a82a509ed44997bc050848c5bb417e70a067996
|