texbox

View on PyPIReverse Dependencies (0)

0.2.1 texbox-0.2.1-py3-none-any.whl

Wheel Details

Project: texbox
Version: 0.2.1
Filename: texbox-0.2.1-py3-none-any.whl
Download: [link]
Size: 9781
MD5: bb7def4770f6832151c42f3f0c4b818a
SHA256: e579ede01719eb60422d8fda3cbf55e69e990f4c03ab7d3216d13e9296765b09
Uploaded: 2020-10-11 23:32:38 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: texbox
Version: 0.2.1
Summary: An opinionated Python CLI to create, organize, and prettify specific files of a LaTeX project.
Author: João Palmeiro
Author-Email: jm.palmeiro[at]campus.fct.unl.pt
Home-Page: https://github.com/joaopalmeiro/texbox
Project-Url: Bug Reports, https://github.com/joaopalmeiro/texbox/issues
Project-Url: Source, https://github.com/joaopalmeiro/texbox
License: MIT
Keywords: cli,refactor,sort,prettify,acronyms,latex
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Terminals
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6, <=3.8
Requires-Dist: pyparsing
Requires-Dist: pandas
Description-Content-Type: text/markdown
[Description omitted; length: 4002 characters]

WHEEL

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

RECORD

Path Digest Size
texbox/__init__.py sha256=WwXWWXaHoc17ziBS7zuq_XmZJh-Tb_hj1ji8iBFGHGE 297
texbox/cli_acronyms.py sha256=gerKj9ZgOSLLl_LNdoL7WEF1MbggQUcveFl6DXVATNQ 2150
texbox/cli_tables.py sha256=qQWv4OD0OK5nnadJzedODfoqMI4-W4_JOmx5uKxQzCs 6442
texbox/constants.py sha256=jHGO_aPoRN-_r3DoBa1L1Tg-gfzEgaBM8ZRdgvdHfuU 1082
texbox/parser.py sha256=Hg8LM4RUoMOqSRb5ifh6jLo7Hk5qPFPyOTAkYhic3G4 1061
texbox/utils.py sha256=RKgYAh--eryk8-tKJR6BeGt1VPXhXqcAJTdwF7G484Q 2509
texbox-0.2.1.dist-info/LICENSE sha256=GeYU2uTB8ClagD60gmJcBkd-flgftH3ujgzey_ZoDLE 1071
texbox-0.2.1.dist-info/METADATA sha256=UJroRh7yqMeIoPSBCE6Y90qD9jq4T0vR484ti7MwdT4 5532
texbox-0.2.1.dist-info/WHEEL sha256=EVRjI69F5qVjm_YgqcTXPnTAv3BfSUr0WVAHuSP3Xoo 92
texbox-0.2.1.dist-info/entry_points.txt sha256=jlkNQqEhNvJUn1wPOZ3bEaCmNDip5rgetS6EhoC7WYI 101
texbox-0.2.1.dist-info/top_level.txt sha256=wDZRA0UBqOTAkxV3DCzqO0GckZZGGc6yzVT-NAJbV30 7
texbox-0.2.1.dist-info/RECORD

top_level.txt

texbox

entry_points.txt

texbox_acronyms = texbox.cli_acronyms:main
texbox_tables = texbox.cli_tables:main