Skip to content

LinuxForHealth/python-packaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-packaging

Sample Integrations for PyPI and GitHub Actions

Pre-requisites

  • Python >= 3.9 for application development

Quickstart CLI

OS X / Linux

# clone the repo
git clone https://github.com/LinuxForHealth/python-packaging.git
cd python-packaging

# create virtual environment and create an "editable" install
python3 -m venv venv --clear && \
        source venv/bin/activate && \
        python3 -m pip install --upgrade pip setuptools wheel build

python3 -m pip install -e .[dev]

# run tests
python3 -m pytest        

About

Sample Project for PyPI (Python Packaging Index) Integrations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages