Metadata-Version: 2.1
Name: pulpcore
Version: 3.0.0b22
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: coreapi
Requires-Dist: Django (>=2.0)
Requires-Dist: django-filter
Requires-Dist: djangorestframework
Requires-Dist: djangorestframework-queryfields
Requires-Dist: drf-nested-routers
Requires-Dist: drf-yasg
Requires-Dist: gunicorn
Requires-Dist: PyYAML
Requires-Dist: rq (>=0.12.0)
Requires-Dist: redis (<3.2.0)
Requires-Dist: setuptools
Requires-Dist: dynaconf (>=1.0.4)
Requires-Dist: whitenoise
Requires-Dist: drf-chunked-upload
Provides-Extra: mysql
Requires-Dist: mysqlclient ; extra == 'mysql'
Provides-Extra: postgres
Requires-Dist: psycopg2-binary ; extra == 'postgres'

[![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


