Metadata-Version: 1.1
Name: django-selenium
Version: 0.9.8
Summary: Django Selenium Integration
Home-page: https://github.com/dragoon/django-selenium/
Author: Roman Prokofyev
Author-email: roman.prokofyev@gmail.com
License: Apache License 2.0
Download-URL: https://github.com/dragoon/django-selenium/
Description: .. image:: https://travis-ci.org/dragoon/django-selenium.png
           :target: https://travis-ci.org/dragoon/django-selenium
        
        =====================================
        Django Selenium Integration Library
        =====================================
        
        What is it?
        ===========
        | **Django-selenium** is a library that provides seamless integration for Django_ framework
          with a Selenium_ testing tool. Additionally it provides syntactic sugar for writing and
          maintaining selenium tests.
        
        Documentation is available at: https://django-selenium.readthedocs.org/
        
        .. _Django: http://www.djangoproject.com/
        .. _Selenium: http://seleniumhq.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Requires: django (>=1.3)
Requires: selenium (>= 2.28)
