Metadata-Version: 2.0
Name: python-workfront
Version: 0.8.0
Summary: Python library for accessing the Workfront REST api
Home-page: http://python-workfront.readthedocs.org
Author: Chris Withers
Author-email: chris@withers.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Provides-Extra: build
Requires-Dist: pkginfo; extra == 'build'
Requires-Dist: setuptools-git; extra == 'build'
Requires-Dist: sphinx; extra == 'build'
Provides-Extra: test
Requires-Dist: coveralls; extra == 'test'
Requires-Dist: manuel; extra == 'test'
Requires-Dist: mock; extra == 'test'
Requires-Dist: nose; extra == 'test'
Requires-Dist: nose-cov; extra == 'test'
Requires-Dist: nose-fixes; extra == 'test'
Requires-Dist: testfixtures; extra == 'test'

================
python-workfront
================

This is a Python client library for accessing the `Workfront`__ REST api.

__ https://www.workfront.com

The latest documentation can be found at:
http://python-workfront.readthedocs.org/en/latest/

Development takes place here:
https://github.com/cjw296/python-workfront/


