Metadata-Version: 1.1
Name: bootstrapper
Version: 1.0.0
Summary: Bootstrap Python projects with virtualenv and pip.
Home-page: https://github.com/playpauseandstop/bootstrapper
Author: Igor Davydenko
Author-email: playpauseandstop@gmail.com
License: BSD License
Description: ============
        bootstrapper
        ============
        
        .. image:: https://img.shields.io/travis/playpauseandstop/bootstrapper/master.svg
            :target: https://travis-ci.org/playpauseandstop/bootstrapper
            :alt: Travis CI
        
        .. image:: https://img.shields.io/pypi/v/bootstrapper.svg
            :target: https://warehouse.python.org/project/bootstrapper/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/pyversions/bootstrapper.svg
            :target: https://warehouse.python.org/project/bootstrapper/
            :alt: Python versions
        
        .. image:: https://img.shields.io/pypi/l/bootstrapper.svg
            :target: https://github.com/playpauseandstop/bootstrapper/blob/master/LICENSE
            :alt: BSD License
        
        .. image:: https://readthedocs.org/projects/bootstrapper/badge/?version=latest
            :target: http://bootstrapper.readthedocs.org/en/latest/
            :alt: Documentation
        
        Bootstrap Python projects or libraries by checking system pre-requirements if
        necessary, creating virtual environment, installing all requirements there and
        finally execute post-bootstrap hooks if any.
        
        * Works on Python 2.6+
        * BSD licensed
        * Latest documentation `on Read the Docs <http://bootstrapper.readthedocs.org/>`_
        * Source, issues, and pull requests `on GitHub
          <https://github.com/playpauseandstop/bootstrapper>`_
        * Install with ``pip install bootstrapper``
        * Run with ``python -m bootstrapper``
        
Keywords: bootstrap pip virtualenv
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: System :: Systems Administration
