File: PKG-INFO

package info (click to toggle)
html5-parser 0.4.12%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,748 kB
  • sloc: ansic: 32,397; python: 1,732; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 864 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Metadata-Version: 2.1
Name: html5-parser
Version: 0.4.12
Summary: Fast C based HTML 5 parsing for python
Home-page: https://html5-parser.readthedocs.io
Author: Kovid Goyal
Author-email: redacted@acme.com
License: Apache 2.0
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
License-File: LICENSE
Requires-Dist: chardet
Requires-Dist: lxml>=3.8.0
Provides-Extra: soup
Requires-Dist: beautifulsoup4; extra == "soup"