Metadata-Version: 1.1
Name: pip-compile-multi
Version: 1.5.2
Summary: Compile multiple requirements files to lock dependency versions
Home-page: https://github.com/peterdemin/pip-compile-multi
Author: Peter Demin
Author-email: peterdemin@gmail.com
License: MIT
Description: =================
        pip-compile-multi
        =================
        
        .. image:: https://badge.fury.io/py/pip-compile-multi.png
            :target: http://badge.fury.io/py/pip-compile-multi
        
        .. image:: https://travis-ci.org/peterdemin/pip-compile-multi.svg?branch=master
            :target: https://travis-ci.org/peterdemin/pip-compile-multi
        
        .. image:: https://ci.appveyor.com/api/projects/status/1spvqh9hlqtv2a81?svg=true
            :target: https://ci.appveyor.com/project/peterdemin/pip-compile-multi
        
        .. image:: https://img.shields.io/pypi/pyversions/pip-compile-multi.svg
            :target: https://pypi.python.org/pypi/pip-compile-multi
        
        `Docs <https://pip-compile-multi.readthedocs.io/en/latest/>`_
        
        Compile multiple requirements files to lock dependency versions.
        
        Install
        -------
        
        .. code-block:: shell
        
            pip install pip-compile-multi
        
        Run
        ----
        
        .. code-block:: shell
        
            pip-compile-multi
        
        
        Trusted by
        ----------
        
        |nih| |uber| |mozilla|
        
        
        Read the Docs
        -------------
        
        * `Why use pip-compile-multi <https://pip-compile-multi.readthedocs.io/en/latest/why.html>`_
        * `How to start using pip-compile-multi <https://pip-compile-multi.readthedocs.io/en/latest/migration.html>`_
        * `List of features <https://pip-compile-multi.readthedocs.io/en/latest/features.html>`_
        
        .. |nih| image:: docs/NIH_logo.svg
           :width: 200 px
           :height: 200 px
        
        .. |uber| image:: docs/Uber_Logo_Black_RGB.svg
           :width: 200 px
           :height: 200 px
        
        .. |mozilla| image:: docs/moz-logo-bw-rgb.svg
           :width: 200 px
           :height: 200 px
        
        
        
        History
        =======
        
        1.5.2 (2019-09-12)
        ------------------
        
        * Added option ``--allow-unsafe``. (thanks to @mozbhearsum #157).
        
        1.5.1 (2019-08-08)
        ------------------
        
        * Added option ``--use-cache``. (thanks to @kolotev #149).
        
        
        1.5.0 (2019-08-06)
        ------------------
        
        * Changed short option for ``--forbid-post`` from ``-P`` to ``-p``
          (as it conflicted with ``-P`` for ``--upgrade-package`` #147).
        
        
        1.3.1 (2019-02-19)
        ------------------
        
        * Re-removed workaround for future[s] packages in Python3
        
        1.3.0 (2018-12-27)
        ------------------
        
        * Introduced CLI v2 (disabled by default)
        
        
        1.2.2 (2018-11-20)
        ------------------
        
        * Removed workaround for future[s] packages in Python3 (no longer needed)
        
        1.2.1 (2018-04-16)
        -------------------
        
        * Fixed Restructured text formatting (thanks to @yigor)
        * Updated test dependencies (and hashes)
        
        1.2.0 (2018-04-03)
        -------------------
        
        * Added --forbid-post option
        
        1.1.12 (2018-02-23)
        -------------------
        
        * Added checks for conflicting package versions
        * Added support for VCS dependencies
        * Added --no-upgrade option
        
        1.1.11 (2018-02-09)
        -------------------
        
        * Propagate --only-name option to references
        * Fixed extension override options
        
        1.1.10 (2018-02-09)
        -------------------
        
        * Added ``--generate-hashes`` option
        
        1.1.9 (2018-02-08)
        ------------------
        
        * Fixed directory override option
        * Added --only-name option
        
        1.1.8 (2018-01-25)
        ------------------
        
        * Fixed comment justification
        
        1.1.6 (2018-01-19)
        ------------------
        
        * Added ``pip-compile-multi verify`` command
        
        1.1.5 (2018-01-16)
        ------------------
        
        * Omit future[s] packages for Python3
        
        1.1.0 (2018-01-12)
        ------------------
        
        * Added files discovery.
        
        1.0.0 (2018-01-11)
        ------------------
        
        * First release on PyPI.
        
Keywords: pip-compile-multi
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
