LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
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
tests/__init__.py
tests/requirements.txt
tests/test_elements.py
tests/test_exporter.py
tests/test_extendable_item.py
tests/test_import.py
tests/test_nscomponent_name.py
tests/utils.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/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_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/simple_item.rss
tests/tmp/.gitignore
tests/tmp/feed.rss