Skip to content

joshthecoder/baconfile-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

python library for baconfile.com api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages