Skip to content

ianshefferman/api-python-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blueliv API Python SDK Build Status

Blueliv provides a simple Python-based API to access Blueliv's API and integrate it with other tools. This is the official API that is maintained by Blueliv (community@blueliv.com).

The latest version can always be found here.

Minimum Requirements

  • API key (get yours here)
  • Python v2.7

Installing

To use Bluelivs's Python API module, you need to place the package api-python-sdk in one of the directories specified by the environment variable PYTHONPATH. For more information on PYTHONPATH and using modules in Python, please read this tutorial.

Installing with pip

Master

If you wish to install the current master, use the following command (Note that master contains the latest revisions and is largely considered "stable" but it is not an official packaged release. If you want the latest packaged release, use the latest tag number):
pip install git+git://github.com/BluelivSecurity/api-python-sdk

Specific Versions

To install a specific version of the package with pip (recommended), run the following command (This example installs the v1.0.0 tag. Replace the version tag with the one you want):
pip install git+git://github.com/BluelivSecurity/api-python-sdk@v1.0.0

requirements.txt

If you're using pip with requirements.txt, add the following line:
git+git://github.com/BluelivSecurity/api-python-sdk

API Documentation

Detailed documentation about Blueliv's API is available on the Blueliv API Wiki.

Changelog

v1.1.0 - 2015 Mar 26

  • Add Bot IPs feed API

v1.0.0 - 2015 Mar 05

  • First version

About

Python SDK for Blueliv api

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%