Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.38 KB

Python Package Sample Project

GitHub issues GitHub closed issues GitHub closed pull requests

PyPI - Python Version GitHub GitHub last commit

A sample project on how to make a python package.

Installation

> python3 -m pip install https://github.com/amphinicy/python-package-sample-project/archive/master.zip

Create skeleton for new python package project:

Create new git repository and enter following command into the terminal:

> sample new _git_clone_destination_path_

Replace _git_clone_destination_path_ with actual path where you want your git repository to be cloned.

Zen of Python, by Tim Peters

> sample zen

Documentation

Read the documentation on how to start a new python package project.