GithubHelp home page GithubHelp logo

christophermay07 / ploigos-step-runner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ploigos/ploigos-step-runner

1.0 0.0 0.0 2.49 MB

Trusted Software Supply Chain (TSSC) implemented as a Python library.

License: GNU General Public License v3.0

Python 100.00%

ploigos-step-runner's Introduction

Publish Release Publish Dev
Publish GitHub Pages
codecov
License

ploigos-step-runner

Ploigos Step Runner (PSR) implemented as a Python library.

Documentation

Install

Latest Release

not yet released

Latest Development Release

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ploigos-step-runner

Development

โš ๏ธ If you are running RHEL7 or older versions of Python: This project will need Python 3.3 or better to run. If you are running on RHEL7, you can invoke python3 in place of python in the following commands.

Set Up Development Environment

cd ploigos-step-runner
python -m venv .venvs/psr-dev
source .venvs/psr-dev/bin/activate
python -m pip install --upgrade pip
python -m pip install -e '.[tests]'

Run Tests

tox -e test

Or to run for just a particular implementer, and include the sections of code that you didn't cover

python3 -m pytest --cov=psr --cov-report term-missing tests/step_implementers/package/test_maven_package.py

Run linter

tox -e lint

Run linter and all tests (a good idea before a commit)

tox

Generate the Documentation Locally

If you are updating the python documentation and want to generate locally this is how you do it.

tox -e docs

ploigos-step-runner's People

Contributors

itewk avatar kfrankli avatar huntergerlach avatar kharyam avatar jharmison-redhat avatar ppremru avatar redhat-snelson avatar andykrohg avatar andymiller96 avatar jkeam avatar akim309 avatar cthiel1 avatar jbride avatar

Stargazers

Christopher May avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.