Metadata-Version: 2.1
Name: pulpcore
Version: 3.0.0rc8
Summary: Pulp Django Application and Related Modules
Home-page: http://www.pulpproject.org
Author: Pulp Team
Author-email: pulp-list@redhat.com
License: GPLv2+
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: aiofiles
Requires-Dist: backoff
Requires-Dist: coreapi (~=2.3.3)
Requires-Dist: Django (~=2.2.3)
Requires-Dist: django-filter (~=2.2.0)
Requires-Dist: djangorestframework (~=3.10.2)
Requires-Dist: djangorestframework-queryfields (~=1.0.0)
Requires-Dist: drf-nested-routers (~=0.91.0)
Requires-Dist: drf-yasg (~=1.17.0)
Requires-Dist: gunicorn (<20.1,>=19.9)
Requires-Dist: psycopg2 (<2.9,>=2.7)
Requires-Dist: PyYAML (~=5.1.1)
Requires-Dist: rq (~=1.1.0)
Requires-Dist: redis (~=3.1.0)
Requires-Dist: setuptools (<41.7.0,>=39.2.0)
Requires-Dist: dynaconf (<2.3,>=2.2)
Requires-Dist: whitenoise (~=4.1.3)

[![Build Status](https://travis-ci.com/pulp/pulpcore.svg)](https://travis-ci.com/pulp/pulpcore)
[![PyPI](https://img.shields.io/pypi/pyversions/pulpcore.svg)](https://pypi.python.org/pypi/pulpcore)
[![codecov](https://codecov.io/gh/pulp/pulpcore/branch/master/graph/badge.svg)](https://codecov.io/gh/pulp/pulpcore/branch/master)
[![Code Quality: Python](https://img.shields.io/lgtm/grade/python/g/pulp/pulpcore.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/pulp/pulpcore/context:python)
[![Total Alerts](https://img.shields.io/lgtm/alerts/g/pulp/pulpcore.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/pulp/pulpcore/alerts)

**Acquire, Organize, and Distribute Software**

Pulp is a platform for managing repositories of content, such as software
packages, and pushing that content out to large numbers of consumers.

Using Pulp you can:
- Locally mirror all or part of a repository
- Host your own content in a new repository
- Manage content from multiple sources in one place
- Promote content through different repos in an organized way

Pulp is completely free and open-source!
- License: GNUv2
- Documentation: http://docs.pulpproject.org/en/3.0/nightly/
- Source: https://github.com/pulp/pulpcore/
- Bugs: https://pulp.plan.io/projects/pulp

For more information, check out the project website: http://www.pulpproject.org

Get Help
--------

Documentation: https://pulpproject.org/docs/

Issue Tracker: https://pulp.plan.io

User mailing list: https://www.redhat.com/mailman/listinfo/pulp-list

Developer mailing list: https://www.redhat.com/mailman/listinfo/pulp-dev

User questions welcome in #pulp on FreeNode IRC server.

Developer discussion in #pulp-dev on FreeNode IRC server


