Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 374 Bytes

File metadata and controls

6 lines (5 loc) · 374 Bytes

This repo is an example of extending the dripline namespace with an extension python package.

It serves several purposes:

  1. It leverages travis-ci to test that code changes don't break our ability to add extension modules.
  2. It is (will be) the example used in the documentation for writing extensions
  3. It includes working examples of the various boilerplate required.