Skip to content

treviza153/GloboNetworkAPI-client-python

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%