Skip to main content

python package creator

Project description

Introduction

initpkg is a python package that creates a python package structure for you.

Installation

pip install initpkg

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.1.5-py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page