Metadata-Version: 2.1
Name: wedge-lib
Version: 1.0.2
Summary: A Django app to conduct and test REST API based projects.
Home-page: http://www.wedge-digital.com/
Author: Wedge
Author-email: bertrand.begouin@wedge-digital.com
License: UNKNOWN
Description: Django Wedge lib
        ====================
        
        Django Wedge lib is a Django app to conduct and test REST API based projects.
        
        Quick start
        -----------
        
        1. Add "polls" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'wedge',
            ]
        
        2. Include pytest settings in the pytest config file like this::
        
            from w.settings.pytest import *
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
