GloboNetworkAPI

GloboNetworkAPI Client Python


Keywords
network, GloboNetwork, GloboNetworkAPI
License
Other
Install
pip install GloboNetworkAPI==0.8.17

Documentation

GloboNetworkAPI python client

Documentation Status

This project is the python implementation of a GloboNetworkAPI client library.

Installation

Install the project by running:

$> pip install GloboNetworkAPI

Contributing

We are not stringent with contributions. Just fork, modify, write tests and send us a Pull Request :)

For development purpose, setup your environment by installing project and development dependencies:

$> make setup

Testing

Tests are divided into Integration, Functional and Unit tests. They are located inside tests directory. To run tests, first install tests dependencies by running:

$> make test_setup

It will download and run GloboNetworkAPI using vagrant. After that, just run the tests using:

$> make test

Releasing new version

Before releasing new version, don't forget to update the version you want. After this, run:

$> make publish

You can not upload the same version twice.