Metadata-Version: 1.0
Name: pydokus
Version: 0.8.1
Summary: pydokus is Python module for interacting with the Dokus REST API.
Home-page: https://github.com/funkbit/dokus-api
Author: Funkbit AS
Author-email: post@funkbit.no
License: BSD
Description: # pydokus
        
        pydokus is Python module for interacting with the Dokus REST API. Dokus is a 
        Norwegian web app for invoicing and timetracking, see https://dokus.no for 
        more information.
        
        ## Installation
        
        Install `pydokus`:
        
        	pip install pydokus
        
        Alternatively, download the source code and manually add it to your `PYTHONPATH`.
        
        ## Usage
        
        See the `sample.py` file for usage examples. For further documentation, please
        refer to the [GitHub Wiki](https://github.com/funkbit/dokus-api/wiki).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
