A python library and tool for access the baconfile.com API
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.
baconfile-python requires the following libraries:
- JSON (found at python.org or the python-simplejson package on debian.)
You may also use the baconfile module as a standalone tool from the commandline.
To install for Linux:
- Copy baconfile.py into a folder that is in your PATH.
cp baconfile.py /usr/bin/baconfile - Give the baconfile executable permission.
chmod +x /usr/bin/baconfile - Enjoy by typing baconfile into the commandline.
baconfile
Please report any issues to http://github.com/joshthecoder/baconfile-python/issues.
License: MIT Author: Joshua Roesslein Repository: http://github.com/joshthecoder/baconfile-python