python package creator
Project description
Introduction
initpkg is a python package that creates a python package structure for you.
Check PyPI page: https://pypi.org/project/initpkg/
Installation
You can install from Pypi:
pip install initpkg
Or install from the latest master branch:
pip install git+https://github.com/wlongxiang/initpkg.git@master
Getting started
In command line, run:
initpkg <your-package-name>
Publish to PyPI
- Bump version number in
__init__.py
- Push it to git repo
- Rerun
setup.py
to build python wheels or egg file - Tag with the version number following the format of
v1.2.3
- Push the tag to git repo
- Upload to PyPi with Twine command
In CLI (you have to bump the version and push to git manually first):
make publish version=<version>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.
See tutorial on generating distribution archives.
Built Distribution
initpkg-0.2.2-py3-none-any.whl
(16.6 kB
view hashes)