Metadata-Version: 2.1
Name: hepcrawl
Version: 13.0.46
Summary: Scrapy project for feeds into INSPIRE-HEP (http://inspirehep.net).
Home-page: https://github.com/inspirehep/hepcrawl
Author: CERN
Author-email: admin@inspirehep.net
License: UNKNOWN
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Framework :: Scrapy
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: amqp (!=2.3.0,>2.2.0,~=2.0)
Requires-Dist: autosemver (~=0.2)
Requires-Dist: backports.tempfile (==1.0)
Requires-Dist: boto3 (~=1.14)
Requires-Dist: inspire-schemas (~=61.3)
Requires-Dist: inspire-dojson (~=63.0)
Requires-Dist: inspire-utils (>=3.0.0,~=3.0)
Requires-Dist: Scrapy (<1.7.0,~=1.6)
Requires-Dist: scrapy-crawl-once (>=0.1.1,~=0.1)
Requires-Dist: scrapy-sentry (>=0.8.0,~=0.0)
Requires-Dist: scrapyd (==1.1.0)
Requires-Dist: scrapyd-client (>=1.0.1)
Requires-Dist: six (>=1.9.0)
Requires-Dist: requests (>=2.22.0,~=2.22)
Requires-Dist: celery (>=4.1)
Requires-Dist: redis (>=2.10.5)
Requires-Dist: pyasn1 (>=0.1.8)
Requires-Dist: LinkHeader (>=0.4.3)
Requires-Dist: furl (>=0.4.95)
Requires-Dist: ftputil (<4.0,>=3.3.1)
Requires-Dist: python-dateutil (>=2.7.0,~=2.0)
Requires-Dist: python-scrapyd-api (>=2.0.1)
Requires-Dist: harvestingkit (>=0.6.12)
Requires-Dist: Sickle (>=0.6.2,~=0.6)
Requires-Dist: Twisted (>=18.9.0,~=18.0)
Requires-Dist: pylatexenc (~=2.9)
Requires-Dist: queuelib (==1.5.0)
Requires-Dist: sentry-sdk (==1.3.0)
Provides-Extra: all
Requires-Dist: docutils (==0.17.1) ; extra == 'all'
Requires-Dist: Sphinx (>=1.5,~=1.0) ; extra == 'all'
Requires-Dist: sphinxcontrib-napoleon (>=0.6.1) ; extra == 'all'
Requires-Dist: check-manifest (>=0.25) ; extra == 'all'
Requires-Dist: coverage (>=4.0) ; extra == 'all'
Requires-Dist: deepdiff (==3.3.0) ; extra == 'all'
Requires-Dist: freezegun (>=0.3.9) ; extra == 'all'
Requires-Dist: isort (==4.2.2) ; extra == 'all'
Requires-Dist: mock (>=2.0.0,~=2.0) ; extra == 'all'
Requires-Dist: pytest (>=2.8.0) ; extra == 'all'
Requires-Dist: pytest-cov (>=2.1.0) ; extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'all'
Requires-Dist: requests-mock (>=1.3.0) ; extra == 'all'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'all'
Requires-Dist: PyYAML ; extra == 'all'
Provides-Extra: docs
Requires-Dist: docutils (==0.17.1) ; extra == 'docs'
Requires-Dist: Sphinx (>=1.5,~=1.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon (>=0.6.1) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.25) ; extra == 'tests'
Requires-Dist: coverage (>=4.0) ; extra == 'tests'
Requires-Dist: deepdiff (==3.3.0) ; extra == 'tests'
Requires-Dist: freezegun (>=0.3.9) ; extra == 'tests'
Requires-Dist: isort (==4.2.2) ; extra == 'tests'
Requires-Dist: mock (>=2.0.0,~=2.0) ; extra == 'tests'
Requires-Dist: pytest (>=2.8.0) ; extra == 'tests'
Requires-Dist: pytest-cov (>=2.1.0) ; extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'tests'
Requires-Dist: requests-mock (>=1.3.0) ; extra == 'tests'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'tests'
Requires-Dist: PyYAML ; extra == 'tests'

..
    This file is part of hepcrawl.
    Copyright (C) 2015, 2016, 2017 CERN.

    hepcrawl is a free software; you can redistribute it and/or modify it
    under the terms of the Revised BSD License; see LICENSE file for
    more details.


==========
 HEPcrawl
==========

.. image:: https://img.shields.io/travis/inspirehep/hepcrawl.svg
        :target: https://travis-ci.org/inspirehep/hepcrawl

.. image:: https://img.shields.io/coveralls/inspirehep/hepcrawl.svg
        :target: https://coveralls.io/r/inspirehep/hepcrawl

.. image:: https://img.shields.io/github/tag/inspirehep/hepcrawl.svg
        :target: https://github.com/inspirehep/hepcrawl/releases

.. image:: https://img.shields.io/pypi/dm/hepcrawl.svg
        :target: https://pypi.python.org/pypi/hepcrawl

.. image:: https://img.shields.io/github/license/inspirehep/hepcrawl.svg
        :target: https://github.com/inspirehep/hepcrawl/blob/master/LICENSE


HEPcrawl is a harvesting library based on Scrapy (http://scrapy.org) for INSPIRE-HEP
(http://inspirehep.net) that focuses on automatic and semi-automatic retrieval of
new content from all the sources the site aggregates. In particular content from
major and minor publishers in the field of High-Energy Physics.

The project is currently in early stage of development.

See full documentation at http://pythonhosted.org/hepcrawl


