This project is the python implementation of a GloboNetworkAPI client library.
Install the project by running:
$> pip install GloboNetworkAPIWe 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 setupTests 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_setupIt will download and run GloboNetworkAPI using vagrant. After that, just run the tests using:
$> make testBefore releasing new version, don't forget to update the version you want. After this, run:
$> make publishYou can not upload the same version twice.