{ "info": { "author": "Scrapy project", "author_email": "info@scrapy.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Text Processing :: Markup", "Topic :: Text Processing :: Markup :: HTML", "Topic :: Text Processing :: Markup :: XML" ], "description": "===============================\nParsel\n===============================\n\n.. image:: https://img.shields.io/travis/scrapy/parsel/master.svg\n :target: https://travis-ci.org/scrapy/parsel\n :alt: Build Status\n\n.. image:: https://img.shields.io/pypi/v/parsel.svg\n :target: https://pypi.python.org/pypi/parsel\n :alt: PyPI Version\n\n.. image:: https://img.shields.io/codecov/c/github/scrapy/parsel/master.svg\n :target: http://codecov.io/github/scrapy/parsel?branch=master\n :alt: Coverage report\n\n\nParsel is a library to extract data from HTML and XML using XPath and CSS selectors\n\n* Free software: BSD license\n* Documentation: https://parsel.readthedocs.org.\n\nFeatures\n--------\n\n* Extract text using CSS or XPath selectors\n* Regular expression helper methods\n\nExample::\n\n >>> from parsel import Selector\n >>> sel = Selector(text=u\"\"\"\n
\n