Metadata-Version: 2.4
Name: django-crawl
Version: 1.0.0
Summary: An in-process site crawler using Django’s test client.
Author-email: Adam Johnson <me@adamj.eu>
License-Expression: MIT
Project-URL: Changelog, https://django-crawl.readthedocs.io/en/latest/changelog.html
Project-URL: Documentation, https://django-crawl.readthedocs.io/
Project-URL: Funding, https://adamj.eu/books/
Project-URL: Repository, https://github.com/adamchainz/django-crawl
Keywords: Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Framework :: Django :: 6.1
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: django>=5.1
Requires-Dist: django-rich>=2
Requires-Dist: justhtml>=3
Requires-Dist: rich>=14.1
Dynamic: license-file

============
django-crawl
============

.. image:: https://img.shields.io/readthedocs/django-crawl?style=for-the-badge
   :target: https://django-crawl.readthedocs.io/en/latest/

.. image:: https://img.shields.io/github/actions/workflow/status/adamchainz/django-crawl/main.yml.svg?branch=main&style=for-the-badge
   :target: https://github.com/adamchainz/django-crawl/actions?workflow=CI

.. image:: https://img.shields.io/badge/Coverage-100%25-success?style=for-the-badge
   :target: https://github.com/adamchainz/django-crawl/actions?workflow=CI

.. image:: https://img.shields.io/pypi/v/django-crawl.svg?style=for-the-badge
   :target: https://pypi.org/project/django-crawl/

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge
   :target: https://github.com/psf/black

.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit

----

.. figure:: https://raw.githubusercontent.com/adamchainz/django-crawl/main/docs/_static/logo.svg
  :alt: django-crawl logo
  :align: center

An in-process site crawler using Django’s test client.

----

**Work smarter and faster** with my book `Boost Your Django DX <https://adamchainz.gumroad.com/l/byddx>`__ which covers many tools to improve your development experience.

----

Documentation
-------------

Please see https://django-crawl.readthedocs.io/.
