Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.17 KB

PythonArchetype

MIT License Python Tests CodeQL

Description

Archetype python project that contains the packages

  • black
  • isort
  • pylint
  • flake8
  • pytest
  • coverage
  • pytest-cov

in addition to a tox.ini configuration and a github CodeQL configuration.

Requirements

  • python
  • pip

Usage

Install Requirements

pip install -r requirements.txt

Start tox

tox

License

PedSim is MIT licensed, as found in the LICENSE file.

Security Policy

The security policy can be found in the SECURITY.md file.

Contributing

We welcome your contribution to this project.

The contributing guidelines can be found in the CONTRIBUTING.md file.