-
Notifications
You must be signed in to change notification settings - Fork 4
/
PKG-INFO
28 lines (25 loc) · 1.12 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Metadata-Version: 1.1
Name: pycheddar
Version: 0.9.3
Summary: Class objects to abstract the process of interacting with the CheddarGetter API
Home-page: http://github.com/jasford/pycheddar
Author: FeedMagnet
Author-email: [email protected]
License: UNKNOWN
Description: A Python wrapper for CheddarGetter
----------------------------------
More just just a Python wrapper for CheddarGetter, pycheddar gives you class
objects that work a lot like Django models, making the whole experience of
integrating with CheddarGetter just a little more awesome and Pythonic.
Keywords: cheddargettar,payment,processing
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: httplib2(>=0.5.0)