py-package

This is a template repository for creating python packages


Keywords
aahnik, aahnik-daw, pip, pip3, pypi, python, python-package, python-package-management, python3
License
MIT
Install
pip install py-package==0.2.1

Documentation

py_package

This is a template repository for creating python packages. Learn more about packaging in Python.

PyPI made-with-python GitHub issues GitHub forks GitHub stars GitHub license

Features

  • has the basic structure of any python package
  • has a template setup.py file
  • has a data directory which serves as a storage bucket for package data. Learn How
  • contains GitHub Actions workflow to publish to PyPI automatically, whenever a new release is made.Make sure to have a PyPI account and save the username and password in the GitHub Secret of your repo.
  • has the perfect .gitignore to solve your misery

Usage Guide

  1. Fork the repo
  2. Find and replace py_package with the name of your package
  3. Replace my name 'Aahnik Daw' with your name
  4. Edit Makefile as per your requirements
  5. Dont forget to change the setup.py file
  6. Make sure to check the contents of every file before you use them
  7. Enjoy

Twitter URL