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

Skip to content

mlangc/demo-python-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Python Package for Demo Purposes

Setup develop environment

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Simple type deactivate into the shell, to leave the development environment.

Execute tests

pytest

Build wheel package that can be installed with pip

python3 setup.py bdist_wheel

The resulting wheel package in dist can be installed with pip like so:

pip install demo_python_package-0.0.2-py3-none-any.whl

Install directly from git repository

pip install git+https://github.com/mlangc/demo-python-package.git

About

A minimalsitic Python package for demo purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages