Start new python project with this light cli tool
Project description
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
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
startnew-1.2.0.tar.gz
(7.4 kB
view details)
Built Distribution
File details
Details for the file startnew-1.2.0.tar.gz
.
File metadata
- Download URL: startnew-1.2.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7d7a65e869be071665aed3447029ec4ec724bcbda203ac6a1c4b74c5a05cb017
|
|
MD5 |
9848205ee237500325d1bddeaff3d1cc
|
|
BLAKE2b-256 |
68589618c27dceb108ad46fa7454efe4e4c39ce493d4f7e628dbc600890fa946
|
File details
Details for the file startnew-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: startnew-1.2.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
153b41fae3e17b1caf208b34d57b51649df37402d9a5b65fdb0c92a08cfadc3d
|
|
MD5 |
e845d31baef51e41fb2ae5fd27579b80
|
|
BLAKE2b-256 |
3130e9951aed847dd9edea4a84d10088f8dbbc6607cffd391a73e8a64b52f5df
|