.coveragerc
.dockerignore
.gitignore
Dockerfile
LICENSE
MANIFEST.in
README.rst
codecov.yml
compose.yaml
coverage4to5.py
pytest-sync-only.ini
pytest.ini
requirements.txt
setup.cfg
setup.py
tox-in-docker.py
tox.ini
.cov/.gitignore
.github/workflows/tests.yml
examples/.gitignore
examples/minimal_scrapy_project/scrapy.cfg
examples/minimal_scrapy_project/project/__init__.py
examples/minimal_scrapy_project/project/settings.py
examples/minimal_scrapy_project/project/spiders/__init__.py
examples/minimal_scrapy_project/project/spiders/first_spider.py
examples/minimal_scrapy_project/project/spiders/second_spider.py
examples/scrapy_project/requirements.txt
examples/scrapy_project/scrapy.cfg
examples/scrapy_project/project/__init__.py
examples/scrapy_project/project/exporters.py
examples/scrapy_project/project/items.py
examples/scrapy_project/project/pipelines.py
examples/scrapy_project/project/settings.py
examples/scrapy_project/project/spiders/__init__.py
examples/scrapy_project/project/spiders/first_spider.py
examples/scrapy_project/project/spiders/second_spider.py
examples/website/category1.html
examples/website/category2.html
examples/website/index.html
examples/website/item1.html
examples/website/item2.html
examples/website/item3.html
examples/website/item4.html
examples/website/item5.html
examples/website/item6.html
examples/website/item7.html
examples/website/css/bootstrap.css
examples/website/css/bootstrap.min.css
examples/website/css/shop-homepage.css
examples/website/css/shop-item.css
examples/website/fonts/glyphicons-halflings-regular.eot
examples/website/fonts/glyphicons-halflings-regular.svg
examples/website/fonts/glyphicons-halflings-regular.ttf
examples/website/fonts/glyphicons-halflings-regular.woff
examples/website/fonts/glyphicons-halflings-regular.woff2
examples/website/images/320x150.png
examples/website/images/800x300.png
examples/website/js/bootstrap.js
examples/website/js/bootstrap.min.js
examples/website/js/jquery.js
logs/.gitignore
scrapy_rss/VERSION
scrapy_rss/__init__.py
scrapy_rss/elements.py
scrapy_rss/exceptions.py
scrapy_rss/exporters.py
scrapy_rss/items.py
scrapy_rss/pipelines.py
scrapy_rss/utils.py
scrapy_rss.egg-info/PKG-INFO
scrapy_rss.egg-info/SOURCES.txt
scrapy_rss.egg-info/dependency_links.txt
scrapy_rss.egg-info/not-zip-safe
scrapy_rss.egg-info/requires.txt
scrapy_rss.egg-info/top_level.txt
scrapy_rss/meta/__init__.py
scrapy_rss/meta/attribute.py
scrapy_rss/meta/element.py
scrapy_rss/meta/item.py
scrapy_rss/meta/nscomponent.py
scrapy_rss/rss/__init__.py
scrapy_rss/rss/channel.py
scrapy_rss/rss/channel_elements.py
scrapy_rss/rss/item_elements.py
scrapy_rss/rss/items.py
scrapy_rss/rss/old/__init__.py
scrapy_rss/rss/old/item_elements.py
scrapy_rss/rss/old/items.py
tests/__init__.py
tests/predefined_items.py
tests/requirements.txt
tests/test_async_scraper.py
tests/test_exporter.py
tests/test_feed_item.py
tests/test_import.py
tests/test_nscomponent_name.py
tests/test_sync_scraper.py
tests/test_utils.py
tests/utils.py
tests/.cache/v/cache/lastfailed
tests/elements/__init__.py
tests/elements/test_inheritance.py
tests/elements/test_multiple_element.py
tests/elements/test_namespaced_elements.py
tests/elements/test_nested_elements.py
tests/elements/test_repr.py
tests/elements/test_simple_elements.py
tests/expected_rss/empty_feed.rss
tests/expected_rss/empty_feed_with_categories.rss
tests/expected_rss/empty_feed_without_generator.rss
tests/expected_rss/full_empty_feed.rss
tests/expected_rss/full_nested_item.rss
tests/expected_rss/full_rss_item.rss
tests/expected_rss/item_with_default_nses.rss
tests/expected_rss/item_with_default_nses2.rss
tests/expected_rss/item_with_default_nses3.rss
tests/expected_rss/item_with_enclosure.rss
tests/expected_rss/item_with_guid.rss
tests/expected_rss/item_with_multiple_categories.rss
tests/expected_rss/item_with_non_unique_ns.rss
tests/expected_rss/item_with_non_unique_ns2.rss
tests/expected_rss/item_with_non_unique_ns3.rss
tests/expected_rss/item_with_non_unique_ns4.rss
tests/expected_rss/item_with_non_unique_ns5.rss
tests/expected_rss/item_with_non_unique_ns_attrs.rss
tests/expected_rss/item_with_same_ns_prefixes.rss
tests/expected_rss/item_with_same_ns_prefixes2.rss
tests/expected_rss/item_with_same_ns_prefixes3.rss
tests/expected_rss/item_with_single_category.rss
tests/expected_rss/item_with_unicode.rss
tests/expected_rss/item_with_unique_ns.rss
tests/expected_rss/item_with_unique_ns2.rss
tests/expected_rss/item_with_unique_ns3.rss
tests/expected_rss/minimal_item.rss
tests/expected_rss/minimal_item2.rss
tests/expected_rss/minimal_item3.rss
tests/expected_rss/minimal_item4.rss
tests/expected_rss/nested_item0.rss
tests/expected_rss/nested_item1.rss
tests/expected_rss/nested_item2.rss
tests/expected_rss/nested_item3.rss
tests/expected_rss/simple_item.rss
tests/expected_rss/unicode_item.rss