CARVIEW |
joshthecoder / baconfile-python
- Source
- Commits
- Network (3)
- Issues (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Branches (1)
- master ✓
- Tags (0)
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
python library for baconfile.com api — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Jul 14 00:17:11 -0700 2009 | Fixed key error bug. [joshthecoder] |
![]() |
AUTHORS | Tue Jul 14 20:16:12 -0700 2009 | Fixed my name [adamzap] |
![]() |
LICENSE | Wed Jun 10 10:44:44 -0700 2009 | Initial commit! Added baconfile module and lice... [joshthecoder] |
![]() |
README.md | Sat Jan 02 22:55:15 -0800 2010 | simplejson, not json... [icco] |
![]() |
TODO | Tue Jul 14 19:49:21 -0700 2009 | Added BaconfileError. Failed methods now throw ... [joshthecoder] |
![]() |
WISHLIST | Tue Jul 14 16:41:43 -0700 2009 | Added todo and wishlist. [joshthecoder] |
![]() |
baconfile.py | Tue Jul 14 19:49:21 -0700 2009 | Added BaconfileError. Failed methods now throw ... [joshthecoder] |
![]() |
hello.py | Tue Jul 14 16:08:10 -0700 2009 | Fixed a few naming problems Made folder_items ... [adamzap] |
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:
- 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
Issues
Please report any issues to https://github.com/joshthecoder/baconfile-python/issues.
License: MIT Author: Joshua Roesslein Repository: https://github.com/joshthecoder/baconfile-python