Metadata-Version: 1.0
Name: carrier
Version: 0.1.8
Summary: Warehouse and PyPI Synchronization
Home-page: https://github.com/crateio/carrier/
Author: Donald Stufft
Author-email: donald.stufft@gmail.com
License: Copyright (c) Donald Stufft
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Description: Carrier: Warehouse and PyPI Synchronization
        ===========================================
        
        Carrier is a BSD Licensed Python application for keeping a Warehouse instance
        and PyPI synchronized.
        
        Carrier utilizes the xmlrpc and pubhubsubbub API of PyPI to keep a Warehouse
        instance up to date with PyPI. It can also utilize webhooks from Warehouse to
        propagate changes made in Warehouse to PyPI. It enables a clean separation of
        Warehouse and PyPI.
        
        Carrier is part of the Crate project, a set of applications, tools, and libraries
        for creating, distributing, and installing Python packages in a secure, efficient,
        and reliable way.
        
        
        Resources
        =========
        
        * Documentation_
        * `Bug Tracker`_
        * Code_
        * IRC_ *(irc.freenode.net, #crate)*
        
        .. _Documentation: https://docs.crate.io/carrier/
        .. _`Bug Tracker`: https://github.com/crateio/carrier/issues
        .. _Code: https://github.com/crateio/carrier/
        .. _IRC: http://webchat.freenode.net?channels=crate
        
        Contribute
        ==========
        
        1. Check for open issues or open a new issue to start a discussion around a feature
           idea or a bug.
        2. Fork `the repository`_ on GitHub and create a branch off of the master branch
           to make your changes too.
        3. Write a test which shows that the bug was fixed or that the feature works as expected.
        4. Send a pull request and bug the maintainer until it gets merged and published.
        
        .. _`the repository`: https://github.com/crateio/carrier/
        
Platform: UNKNOWN
