create_package
create_package is a python package that allows you to easily create and publish other python packages. The package sets up a python project with a name of your choosing, as well as an already populated README, setup.py and MIT liscense, saving you the boilerplate of having to type these out yourself. It also sets up the project structure of the actual package in a subdirectory.
create_package works with Python 3.6+.
Usage
To install:
pip install create_package
Creating a package:
python -m create_package
Enter the name of the package when prompted, and create_package will take care of the rest. You should see a directory with your Pypi package skeleton once the script has completed.
Contributing
Submit a pull request to https://github.com/raguiar2/create-python-package
Release files for create-package 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| create_package-1.0.2.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| create_package-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.5 kB
Release files / create_package-1.0.2.tar.gz
| Download URL | create_package-1.0.2.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9f57514eb62b3bc66543f472d64ea188c43622a87b0a24e5aeee7853e6730b29
|
|
BLAKE2b-256 checksum How to use checksums |
0a7408eb7414627d5f5bb90a474cf2cf732cae0973df706d4cad527559d8ae95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|
Release files / create_package-1.0.2-py3-none-any.whl
| Download URL | create_package-1.0.2-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c339af764e18b760917950ba2cc795be75f4a84b7bfb92d57b938dffe59a64ac
|
|
BLAKE2b-256 checksum How to use checksums |
80291f7a4161a5add0d0c4e771a021550b27182dbf5892acf9d13ea70570d855
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|