formatscaper

View on PyPIReverse Dependencies (0)

0.1.0 formatscaper-0.1.0-py3-none-any.whl

Wheel Details

Project: formatscaper
Version: 0.1.0
Filename: formatscaper-0.1.0-py3-none-any.whl
Download: [link]
Size: 16301
MD5: be210fff012eac3087f6906ec48ccfe4
SHA256: c985dd7261f183aa18c0279a738b1e7c1ea38fe7e25183225cb238e17330f753
Uploaded: 2024-08-02 13:07:28 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: formatscaper
Version: 0.1.0
Summary: Tool for building an overview of the file format landscape in a research data repository.
Author-Email: Maximilian Moser <maximilian.moser[at]tuwien.ac.at>
Project-Url: Repository, https://gitlab.tuwien.ac.at/fairdata/formatscaper
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: File Formats
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: POSIX :: Linux
Requires-Dist: PyYAML (>=6.0.1)
Requires-Dist: progressbar2 (>=4.4.2)
Requires-Dist: urwid (>=2.6.9)
Requires-Dist: SQLAlchemy (>=2.0)
Requires-Dist: black (>=24.2.0); extra == "dev"
Requires-Dist: isort (>=5.13.2); extra == "dev"
Requires-Dist: ipython (>=8.22.2); extra == "dev"
Requires-Dist: flake8 (>=7.0); extra == "dev"
Requires-Dist: flake8-pyproject (>=1.2.3); extra == "dev"
Requires-Dist: pytest (>=8.3); extra == "tests"
Requires-Dist: pytest-black (>=0.3); extra == "tests"
Requires-Dist: pytest-cov (>=5.0); extra == "tests"
Requires-Dist: pytest-isort (>=4.0); extra == "tests"
Provides-Extra: dev
Provides-Extra: tests
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 9239 characters]

WHEEL

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

RECORD

Path Digest Size
formatscaper/__init__.py sha256=XpinQAjtd-c2pol3p3B_SVORJAqNsyGBLBCExUDcoRE 189
formatscaper/models.py sha256=Ge-BjU0SnNx0jAlN4w99tbMOhJfbVuwEUT83tg4ceNg 3762
formatscaper/utils.py sha256=KK8dbXois0Sbya64_0M0UKw9zMCU9ZP10X14Cvd1LTE 5008
formatscaper/cli/__init__.py sha256=I_hWmMOAt7-3SvwRYhYKgIfACdmXQib1FKilq3nIOYU 195
formatscaper/cli/formatscaper.py sha256=wqfcv8U04u_2QTfbA9Lcizpz-hOD1hSCyEvIHrrhGqM 9972
formatscaper/cli/resultman.py sha256=tELWJ3sLmqi7ZcWn8u5hxfBfqeSqb3iZ-rOp5E8onfg 8834
formatscaper-0.1.0.dist-info/LICENSE sha256=3fZgjSarIuLSNVv6ZZFZHAfzOx9VFoFR0-HA5uLm9k8 1065
formatscaper-0.1.0.dist-info/METADATA sha256=z-75AeLcNpY3Uzpwtg7kvpbIU3P-qOINaSHRh4OWN-E 10669
formatscaper-0.1.0.dist-info/WHEEL sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs 91
formatscaper-0.1.0.dist-info/entry_points.txt sha256=OM8SL3I1aJ6Ts8CLkM71TIVE510OELm99O-l4EeIbeA 118
formatscaper-0.1.0.dist-info/top_level.txt sha256=x7NjKbVKsFclLG24U97eaJ9pp-eJbKsEwb8tKzpGPCY 13
formatscaper-0.1.0.dist-info/RECORD

top_level.txt

formatscaper

entry_points.txt

formatscaper = formatscaper.cli:run_formatscaper_cli
resultman = formatscaper.cli:run_resultman_cli