irclog2html

View on PyPIReverse Dependencies (0)

3.0.0 irclog2html-3.0.0-py2.py3-none-any.whl

Wheel Details

Project: irclog2html
Version: 3.0.0
Filename: irclog2html-3.0.0-py2.py3-none-any.whl
Download: [link]
Size: 52186
MD5: a5b7a023c22e7606bfa94a7b963bb8e3
SHA256: 5f05f613fac70090f3372addcfc28369bc21741e29c71dfa83f15c90032a81a9
Uploaded: 2023-08-28 10:42:03 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: irclog2html
Version: 3.0.0
Summary: Convert IRC logs to HTML
Author: Marius Gedminas
Author-Email: marius[at]gedmin.as
Home-Page: https://mg.pov.lt/irclog2html/
License: GPL v2 or v3
Keywords: irc log colorizer html wsgi
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Platform: any
Requires-Python: >=3.7
Requires-Dist: mock; extra == "test"
Requires-Dist: zope.testing; extra == "test"
Provides-Extra: test
Description-Content-Type: text/x-rst
License-File: COPYING
[Description omitted; length: 12162 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
irclog2html/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
irclog2html/__main__.py sha256=h7TI-q8UXF0zhYUxDRqjaQJYIHG_jztk9dgQ-VVHHcs 70
irclog2html/_version.py sha256=gxNusNF6gLsRZadw95cXFkF3E_4TNP3TWDirlReHDbw 94
irclog2html/irclog.css sha256=kRdjBVTcdvVz6pKTz5MkTUhsuaXYFqVMRk-Mu6BI0EY 2454
irclog2html/irclog2html.py sha256=W7sGZqeOYE_cXXzK8EWts51y-slcnnJqgR6A16XFbS8 33849
irclog2html/irclogsearch.py sha256=b9e0mgkRCcLuu98lTmke429C8id50TmL8kqNsfJujfk 8353
irclog2html/irclogserver.py sha256=uAyIKF2eORFvtze04W-pVXBmgXxjlzsfHyMaOR-mdNc 10846
irclog2html/logs2html.py sha256=iN1sXI_QzrBTBvRXLkslQ9MYPdEsL5iE0HRVr83XPnI 10965
irclog2html/xchatlogsplit.py sha256=mLnPspXJ040FY3_OxiT93QDhLljA-GaqqxobNxhW810 2940
irclog2html/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
irclog2html/tests/sample.cfg sha256=f7KljqZEDt3lKeWtMXfOBqP1bGPjy9hBr0a7F6xKCuc 167
irclog2html/tests/sample.log sha256=zAQGnXszWDZzL8Am4CaE5erqQO4A-YgHljigzr4hJic 950
irclog2html/tests/test_irclog2html.py sha256=hbRWgZ10C1QTOznQ4E1MGKGJ_lf1VbqtvQ2zEsdRbLM 32640
irclog2html/tests/test_irclogsearch.py sha256=dIhp6piBVtQl0_lRW4zEeHGNwCSkCwBhBqAngxol67k 18608
irclog2html/tests/test_irclogserver.py sha256=rr5io4qMunSrvIB976yFT8ybYFD9upGe8IDemErHOfU 14040
irclog2html/tests/test_logs2html.py sha256=UdJ6RhWpmAjt6nnCzt0_x_wnki5sWYKbm3IUZE_jXYQ 14103
irclog2html/tests/test_main.py sha256=tLfpBeZ5FVU2QWRoYYBYb8lu_wgDYu6b4VWvdNso5_M 427
irclog2html-3.0.0.dist-info/COPYING sha256=OduPms8DZZWiVm6j_lYLx71l2HSfCI4PSk7y-KbLSzQ 18026
irclog2html-3.0.0.dist-info/METADATA sha256=2VOR7JM40WHWI20-ZlymOjd1yy1q7YHMcwfTha9y3nY 13303
irclog2html-3.0.0.dist-info/WHEEL sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo 110
irclog2html-3.0.0.dist-info/entry_points.txt sha256=_4gPpCnuhBKxDA2vd7_IleJFMYEaqYP-k6ZaexQ1b-4 190
irclog2html-3.0.0.dist-info/top_level.txt sha256=HG9N_OgGDjrp8s39KytOSNcdfz8wInw-wF-2boslAg4 12
irclog2html-3.0.0.dist-info/RECORD

top_level.txt

irclog2html

entry_points.txt

irclog2html = irclog2html.irclog2html:main
irclogsearch = irclog2html.irclogsearch:main
irclogserver = irclog2html.irclogserver:main
logs2html = irclog2html.logs2html:main