pantable

View on PyPIReverse Dependencies (1)

0.14.2 pantable-0.14.2-py3-none-any.whl

Wheel Details

Project: pantable
Version: 0.14.2
Filename: pantable-0.14.2-py3-none-any.whl
Download: [link]
Size: 44255
MD5: d064f807a53297fea5bd94575c818e71
SHA256: 9b453bc5cf2bf8e2487ccc770719c7419195dfaaf9be7b16d00043268828d4c8
Uploaded: 2021-11-30 20:51:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pantable
Version: 0.14.2
Summary: A Python library for writing pandoc filters for tables with batteries included.
Author: Kolen Cheung
Author-Email: christian.kolen[at]gmail.com
Home-Page: https://github.com/ickc/pantable
Project-Url: Documentation, https://ickc.github.io/pantable
Project-Url: Repository, https://github.com/ickc/pantable
License: BSD-3-Clause
Keywords: pandoc,pandocfilters,panflute,markdown,latex,html,csv,table
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Requires-Dist: backports.cached-property (<2,>=1); python_version < "3.8"
Requires-Dist: coloredlogs (<16,>=14); extra == "extras"
Requires-Dist: coverage; extra == "tests"
Requires-Dist: coveralls; extra == "tests"
Requires-Dist: flake8; extra == "tests"
Requires-Dist: numpy (<2.0,>=1.16)
Requires-Dist: panflute (<3.0.0,>=2.1.3)
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-parallel (<0.2.0,>=0.1.1); extra == "tests"
Requires-Dist: pytest-xdist; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pyyaml (<7,>=5)
Requires-Dist: sphinx (<5,>=3); extra == "docs"
Requires-Dist: sphinx-bootstrap-theme; extra == "docs"
Requires-Dist: sphinxcontrib-apidoc; extra == "docs"
Requires-Dist: tabulate (<0.9,>=0.8); extra == "extras"
Requires-Dist: yamlloader (<2,>=1); extra == "extras"
Provides-Extra: docs
Provides-Extra: extras
Provides-Extra: tests
Description-Content-Type: text/x-rst
[Description omitted; length: 28269 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
CHANGELOG.rst sha256=SFT2AVcaQDOMMymCblbWqALdc2H6mDj8wFP7i9s2O30 2592
CONTRIBUTING.rst sha256=iE9O4_33ctxCLoMjCtwavBDjg-dqyAgpk1C2DM9PfOU 2330
LICENSE sha256=lVLO_mNAk7r70CAlNUN3z0eSguJfH_jmTRrKaBKB-RA 1525
README.rst sha256=pTOr0zRiJy68K9u1K2P2MAQwUclDHZcuHTzT2WTy6P4 28316
pantable/__init__.py sha256=hBMJVRiwl_0EYXSPEl86lnNz2fNE3F0au58UC8hkmKo 625
pantable/ast.py sha256=7TXb_FV6RNgSEIAGMsFaMzokG-OQpWDTZbIQfY4N07o 69754
pantable/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pantable/cli/pantable.py sha256=VSnGDlccCJhY3jGLSfVVO6MLQmDk_irk5ZOKkmlQoFE 804
pantable/cli/pantable2csv.py sha256=37jxNFX95JR7ZPJeCbbLSLDrb5NWJ_H4YHLmjvhlfS4 583
pantable/cli/pantable2csvx.py sha256=Y75VWjZB7u4UfEFUMtzGYEwlzwAeS8mouKRNGRzq37U 636
pantable/codeblock_to_table.py sha256=0sANoQqOwgmAQuSQ-04F4ahuYA8DZmKwdp5bYJJs0PY 1426
pantable/io.py sha256=OsGuV_9tYOIRHAbgrPMHkyEZa6ZtRjZrOjii4sK4vXw 2852
pantable/table_to_codeblock.py sha256=EVVsmyWb_1HKzitvOX5BGAXSAXuQymGKJo748mWEzNA 1013
pantable/util.py sha256=JYJHs4l5h7HoEpFG0lxFZBsTH3-I2fzvN4FEbJx5_CY 7898
pantable-0.14.2.dist-info/entry_points.txt sha256=wOE1G7qNcP199nYWjuY7ySjnwaFzjqONJulRpsTVkpI 145
pantable-0.14.2.dist-info/LICENSE sha256=lVLO_mNAk7r70CAlNUN3z0eSguJfH_jmTRrKaBKB-RA 1525
pantable-0.14.2.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
pantable-0.14.2.dist-info/METADATA sha256=ObpsKBJcn650AlGHwqmogjtpMTGaFwvLa3NnGDx15VU 30647
pantable-0.14.2.dist-info/RECORD

entry_points.txt

pantable = pantable.cli.pantable:main
pantable2csv = pantable.cli.pantable2csv:main
pantable2csvx = pantable.cli.pantable2csvx:main