Metadata-Version: 1.1
Name: ydcommon
Version: 0.1.6
Summary: 
YD Technology common libraries

Home-page: https://github.com/YD-Technology/ydcommon
Author: YD Technology
Author-email: team@ydtechnology.com
License: MIT
Description: =========================
        YD Technology Common libs
        =========================
        
        .. image:: https://travis-ci.org/YD-Technology/ydcommon.png?branch=master
           :target: http://travis-ci.org/YD-Technology/ydcommon
        
        .. image:: https://coveralls.io/repos/YD-Technology/ydcommon/badge.png?branch=master
           :target: https://coveralls.io/r/YD-Technology/ydcommon/
        
        Settings
        ========
        ``IGNORE_QUNIT_HTML_FILES`` ignore HTML qunits files
        ``JSHINT_FILES_FIND`` JS Hint search files grep. Default ``-name "*.js" | xargs grep -l '/\*jslint' | grep -v libs``
        
        Views
        =====
        ``QunitTestsView`` Qunit tests (stuff permission required), example entry in urls.py:
        ::
        
            url(r"^js-tests/(?P<path>.*)", 'ydcommon.views.qunit_view', name='quinit'),
        
        Commands
        ========
        Running Qunit tests
        ::
        
            ./manage.py run_qunit
        
        Running JS Hint
        ::
        
            ./manage.py jshint
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
