NewPy
PERSONAL NEW PYTHON PROJECT AUTOMATION PROGRAM [CLI]
OVERVIEW:
- Open new Python project by building the structure and prepare initial files automatically via simple command line command
startnew. - Prepare github repository
DEVELOPMENT
# clone the repo
$ git clone https://github.com/stefangal/newpy
# change the working directory to newpy
$ cd newpy
# install the requirements
$ python install .
# now you can run it
$ startnew
INSTALLATION
Use startnew to generate the folders and files in current working directory.
$ pip install startnew
$ startnew
or
$ startnew --p <project_name> --l <license_type>
You will be asked several questions as well as you will be able to choose some default settings.
GETTING STARTED
Folder structure
└── app
├── tests
│ └── __init__.py
├── docs
│
├── app
│ └── __init__.py
├── .gitignore
├── LICENSE
├── README.md
├── requirements.txt
└── setup.py
This is the app structure given all the actually available features.
LICENSE
You can choose from the following abbrevations:
afl3', 'agpl3', 'apache', 'bsd2', 'bsd3', 'cc0', 'cc_by', 'cc_by_nc',
'cc_by_nc_nd', 'cc_by_nc_sa', 'cc_by_nd', 'cc_by_sa', 'cddl', 'epl',
'gpl2', 'gpl3', 'isc', 'lgpl', 'mit', 'mpl', 'wtfpl', 'zlib'
HOW TO HELP
Any help is appriciated.
CONTRIBUTORS
Feel free to contribute and register yourself in AUTHORS.md
For more information see CONTRIBUTING.md
Release files for startnew 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| startnew-1.2.0.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| startnew-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.9 kB
Release files / startnew-1.2.0.tar.gz
| Download URL | startnew-1.2.0.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7d7a65e869be071665aed3447029ec4ec724bcbda203ac6a1c4b74c5a05cb017
|
|
BLAKE2b-256 checksum How to use checksums |
68589618c27dceb108ad46fa7454efe4e4c39ce493d4f7e628dbc600890fa946
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
|
Release files / startnew-1.2.0-py3-none-any.whl
| Download URL | startnew-1.2.0-py3-none-any.whl |
|---|---|
| Size | 9.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
153b41fae3e17b1caf208b34d57b51649df37402d9a5b65fdb0c92a08cfadc3d
|
|
BLAKE2b-256 checksum How to use checksums |
3130e9951aed847dd9edea4a84d10088f8dbbc6607cffd391a73e8a64b52f5df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.2.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
|