LinuxForHealth / python-packaging

Sample Project for PyPI (Python Packaging Index) Integrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Python 100.0%