Metadata-Version: 1.1
Name: openrange
Version: 1.1.0
Summary: OpenRange provides a simple interface for building custom arithmetic progression objects. Quickly create range-like generators for any objects that can be represented numerically.
Home-page: https://github.com/josh-t/openrange
Author: Josh Tomlinson
Author-email: joshetomlinson@gmail.com
License: MIT
Description: .. image:: https://travis-ci.org/josh-t/OpenRange.svg
            :target: https://travis-ci.org/josh-t/OpenRange
        
        .. image:: https://readthedocs.org/projects/openrange/badge/
            :target: https://readthedocs.org/projects/openrange/
            :alt: Documentation Status
        
        OpenRange
        =========
        
        **OpenRange** provides a simple interface for building custom range-like 
        objects for any type that can be represented numerically. 
        
        Documentation
        =============
        
        See the full documentation: `openrange.readthedocs.org <http://openrange.readthedocs.org/>`_
        
        .. @divider@
        
        Installation
        ============
        
        **OpenRange** is easy to install using pip. 
        
        .. code-block:: bash
        
            $ pip install openrange
        
        Support
        =======
        
        **OpenRange** is tested against:
        
        * python ``2.7``, ``3.2``, ``3.3``, ``3.4``
        * ``pypy`` and ``pypy3``
        
        Primary development and testing were for python ``2.7``.
        
        Contribute
        ==========
        
        Contribution is welcome from those who propose new features, have ideas for improvement, or submit bug fixes. Here's a checklist for contributing to this project:
        
        * Open or respond to an issue to discuss a feature or bug
        * Fork the repo on GitHub and start making changes
        * Write test(s) for the bug or feature
        * Add yourself to **CONTRIBUTORS.rst**
        * Send a pull request
        
        
Keywords: openrange range interval progression
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
