All Projects → martinrusev → solid-python

martinrusev / solid-python

Licence: BSD-3-Clause license
Python client for Solid

Programming Languages

python
139335 projects - #7 most used programming language

Solidpy

Solidpy is the python Client for Solid

Installation

1. Install the package with pip install solidpy or alternatively you can download the tarball and run python setup.py solidpy

Django

To capture and log exceptions in settings.py add the following:

SOLID_CONFIG = {
        'url': 'http://solid_instance:port',
        'secret': 'secret_key'
}
MIDDLEWARE_CLASSES = (
     .....
     'solidpy.handlers.django.DjangoExceptionMiddleware'
     )

Requirements

Python 2.6+

requests

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].