tonicmuroq / libcalico

Home Page:http://www.projectcalico.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circle CI Coverage Status

libcalico

Libcalico is a library for interacting with the Calico data model. It also contains code for working with veths.

  • It's written in Python (though ports into other languages would be welcomed as PRs)
  • It currently just talks to etcd as the backend datastore.

It's currently focused on the the container side of Calico, though again PRs are welcomed to make it more general.

Running tests

To run tests for libcalico:

  1. Install Docker.

  2. At the root of the libcalico directory, run:

     make test
    

Analytics

About

http://www.projectcalico.org/

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Makefile 0.4%