Skip to content

Example of a modern python package with command line interface

License

Notifications You must be signed in to change notification settings

CSCfi/pypackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of a modern Python package with a command line interface.

We can test the package installation in virtual environment as follows:

Install locally:

python3 -m venv venv
source venv/bin/activate
python3 -m pip install .

Install from Git:

python3 -m venv venv
source venv/bin/activate
python3 -m pip install git+https://github.com/CSCfi/[email protected]

Command line usage:

pypackage-cli --help

About

Example of a modern python package with command line interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages