/baconfile-python

python library for baconfile.com api

Primary LanguagePythonMIT LicenseMIT

Baconfile Python Library/Tool

A python library and tool for access the baconfile.com API

Library

The library provides functions for accessing the baconfile.com API from within your python applications.

To install just be sure to put the module into your python path or simply include the module within your project's source.

For more infomation check out the hello.py example. Also read through the baconfile.py module.

Requirements

baconfile-python requires the following libraries:

  • JSON (found at python.org or the python-simplejson package on debian.)

Commandline tool

You may also use the baconfile module as a standalone tool from the commandline.

To install for Linux:

  1. Copy baconfile.py into a folder that is in your PATH.
    cp baconfile.py /usr/bin/baconfile
  2. Give the baconfile executable permission.
    chmod +x /usr/bin/baconfile
  3. Enjoy by typing baconfile into the commandline.
    baconfile

Issues

Please report any issues to http://github.com/joshthecoder/baconfile-python/issues.

License: MIT Author: Joshua Roesslein Repository: http://github.com/joshthecoder/baconfile-python