This project is the python implementation of a GloboNetworkAPI client library.
Install the project by running:
$> pip install GloboNetworkAPI
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
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
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.