Skip to main content

Sample Integrations for PyPI and GitHub Actions

Project description

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        

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linuxforhealth-packaging-1.0.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

linuxforhealth_packaging-1.0.0-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page