pdf-microarray

View on PyPIReverse Dependencies (0)

1.0.1 pdf_microarray-1.0.1-py3-none-any.whl

Wheel Details

Project: pdf-microarray
Version: 1.0.1
Filename: pdf_microarray-1.0.1-py3-none-any.whl
Download: [link]
Size: 35630
MD5: c5013c59b440d513ee2466c79cd9c908
SHA256: b38ff7ada94a954342e637a0be02dfb41caaff982707e567988bba741ff13ddd
Uploaded: 2024-05-12 09:30:23 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pdf-microarray
Version: 1.0.1
Summary: A Python CLI tool designed to assist with literature research by visualizing the occurrence of words in PDF documents with a microarray format.
Author: Björn Tropf
Home-Page: https://github.com/bjorntropf/PDFMicroarray
Project-Url: Repository, https://github.com/bjorntropf/PDFMicroarray
License: GPL-3.0-or-later
Keywords: pdf,microarray
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9,<4.0
Requires-Dist: PyMuPDF (<2.0.0,>=1.24.2)
Requires-Dist: click (<9.0.0,>=8.1.7)
Requires-Dist: matplotlib (<4.0.0,>=3.8.4)
Requires-Dist: pandas (<3.0.0,>=2.2.2)
Requires-Dist: pillow (<11.0.0,>=10.3.0)
Requires-Dist: pytesseract (<0.4.0,>=0.3.10)
Requires-Dist: seaborn (<0.14.0,>=0.13.2)
Requires-Dist: thefuzz (<0.23.0,>=0.22.1)
Description-Content-Type: text/markdown
[Description omitted; length: 2085 characters]

WHEEL

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

RECORD

Path Digest Size
LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
README.md sha256=8wT7_lUyOOwR9AZZPWg5edngZh_Ykq_8tAQAATpR8NM 2084
pdf_microarray/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pdf_microarray/cli.py sha256=XCDCc9KVYz6vX9cwGkT_bg26_47XIOJ1YaYPUZ4sHMI 3726
pdf_microarray/pdf_extract.py sha256=2XciQIhnEzq40e-r1zYQB4GfL4oZJTz45lhZ4u9Vzkk 4449
pdf_microarray/pdf_microarray.py sha256=gBZEp_GXVCOkAuVhVj-6BKVUp6lNoLq63K1Juk6oVa8 8463
pdf_microarray/plot_microarray.py sha256=sVK0k8zcMcY_3lFsVYbmo53s9zy67awvV3YdouMXH1I 3985
pdf_microarray-1.0.1.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
pdf_microarray-1.0.1.dist-info/METADATA sha256=iDX0taA64Gii1rSm4KMTN9ubr7zlnk1iOjUeHpOlG04 3230
pdf_microarray-1.0.1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pdf_microarray-1.0.1.dist-info/entry_points.txt sha256=5b3KLuNewS55m7VXZ-CQpjwuy15FebdRFRKSeCsO_j4 98
pdf_microarray-1.0.1.dist-info/RECORD

entry_points.txt

pdf-microarray = pdf_microarray.cli:cli
[pytest]
pythonpath = src
testpaths = tests