Skip to content

Developer Guide

Tom Van Mele edited this page Jun 26, 2019 · 6 revisions

Warning

Under construction...

This guide provides basic information about setting up a development environment and writing code for the COMPAS framework.

For instructions on how to submit contributions, see Contributions

Installation

  1. clone repo
  2. install from source (dependencies + dev tools)
$ pip install -r requirements-dev.txt

Writing code

Naming conventions

Package structure

Module structure

Docstrings

Testing

  • We use pytest for writing unit tests

Benchmarking

Clone this wiki locally