Metadata-Version: 1.1
Name: robotframework-drupallibrary
Version: 1.0.0a1
Summary: robotframework keywords and utilities for Drupal testings
Home-page: https://github.com/alterway/robotframework-drupallibrary
Author: Gilles Lenfant
Author-email: gilles.lenfant@gmail.com
License: GPLv3
Description: ============================
        robotframework-drupallibrary
        ============================
        
        RobotFramework keywords and utilities for Drupal site acceptance testings.
        
        You may learn about RobotFramework reading from http://robotframework.org
        
        Full documentation and API
        ==========================
        
        http://alterway.github.io/robotframework-drupallibrary
        
        Developer installation
        ======================
        
        Please use a virtualenv to maintain this package, but I should not need to say that.
        
        Grab the source from the SCM repository, "cd" in, then:
        
        .. code:: console
        
           $ python setup.py develop
           $ pip install robotframework-drupallibrary[dev]
        
        Run the tests:
        
        .. code:: console
        
           $ python setup.py test
        
        Build the Sphinx documentation:
        
        .. code:: console
        
           $ python setup.py build_sphinx
           $ firefox gh-pages/html/index.html
        
        Links
        =====
        
        Project home page and source code
        
          https://github.com/alterway/robotframework-drupallibrary
        
        Issues tracker
        
          https://github.com/alterway/robotframework-drupallibrary/issues
        
        ============
        Contributors
        ============
        
        ``DrupalLibrary`` is a software sponsored by `Alter Way <http://www.alterway.fr>`_.
        
        * `Gilles Lenfant <gilles.lenfant@alterway.fr>`_: Main developer
        
        Changes log
        ===========
        
        1.0.0
        -----
        
        - Package creation with ``bobtemplates.gillux``
          [glenfant]
Keywords: robotframework drupal
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Software Development :: Testing
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
