Metadata-Version: 2.1
Name: pulpcore
Version: 3.6.1
Summary: Pulp Django Application and Related Modules
Home-page: https://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 :: 5 - Production/Stable
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: aiodns
Requires-Dist: aiofiles
Requires-Dist: backoff
Requires-Dist: Django (~=2.2.14)
Requires-Dist: django-currentuser (~=0.5.1)
Requires-Dist: django-filter (~=2.3.0)
Requires-Dist: django-guardian (~=2.3.0)
Requires-Dist: django-import-export (~=2.3.0)
Requires-Dist: django-lifecycle (~=0.7.7)
Requires-Dist: djangorestframework (~=3.10.3)
Requires-Dist: djangorestframework-queryfields (~=1.0.0)
Requires-Dist: drf-access-policy (~=0.6.2)
Requires-Dist: drf-nested-routers (~=0.91.0)
Requires-Dist: drf-spectacular (>=0.9.12)
Requires-Dist: dynaconf (<4.0,>=2.2)
Requires-Dist: gunicorn (<20.1,>=19.9)
Requires-Dist: pygtrie (~=2.3.3)
Requires-Dist: psycopg2 (<2.9,>=2.7)
Requires-Dist: PyYAML (<5.4.0,>=5.1.1)
Requires-Dist: python-gnupg (~=0.4.6)
Requires-Dist: redis (>=3.4.0)
Requires-Dist: rq (<1.6,>=1.1)
Requires-Dist: setuptools (>=39.2.0)
Requires-Dist: whitenoise (<5.3.0,>=5.0.0)

[![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: GPLv2+
- Documentation: https://docs.pulpproject.org/
- Source: https://github.com/pulp/pulpcore/
- Bugs: https://pulp.plan.io/projects/pulp

For more information, check out the project website: https://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


