Thanks to visit codestin.com
Credit goes to github.com

Skip to content

isabella232/project-example-for-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Project for Python*

This is an example repo to show you how to create a Python package which can be published on PiPy. It also includes documentation generation and CI scripts you can copy.

Install From Git Repo

$ python3 -m pip install --user git+https://github.com/intel/project-example-for-python

Install For Development

$ git clone https://github.com/intel/project-example-for-python
$ python3 -m pip install --user -e .[dev]

Usage

$ export PATH="${HOME}/.local/bin:${PATH}"
$ script
SCRIPT!
$ scriptscript
SCRIPTSCRIPT!
$ ufb
It's a bird it's a plane!
NO! It's a SCRIPT!!

Docs

$ sphinx-build -b html docs pages
$ (cd pages && python3 -m http.server 4444)

Legal

This software is subject to the U.S. Export Administration Regulations and other U.S. law, and may not be exported or re-exported to certain countries (Cuba, Iran, Crimea Region of Ukraine, North Korea, Sudan, and Syria) or to persons or entities prohibited from receiving U.S. exports (including Denied Parties, Specially Designated Nationals, and entities on the Bureau of Export Administration Entity List or involved with missile technology or nuclear, chemical or biological weapons).

*Other names and brands may be claimed as the property of others.

About

Example Python module with CLI tools and Sphinx documentation generation

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.5%
  • Shell 3.5%