Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

johncosta/pingdom-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pingdom-python

Special Note 3/16/2011: I have an email out to the original author about
a pull request back to the original trunk. I'd like to see these changes pulled into the original for pypi consideration.

3rd-party Python library for Pingdom.'s new REST API. Note that this API is still in beta, so may change at any time. For more information about the API, see Pingdom's blog post.

Currently, the library supports:

  • Checks (create, delete, get, list)

Requirements

  • Pingdom account
  • simplejson (Python 2.5 and earlier)
  • requests

Documentation

More project documentation can be found in the docs directory. Documentation can be built using sphinx.

pip install sphinx

cd docs

make html

About

Python library for Pingdom's new REST API. Uses requests vs httplib2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.9%
  • Shell 22.1%