Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hycli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hycli

Hypatos cli tool to batch extract documents through the API and to compare the results.

  • 0.6.0
  • PyPI
  • Socket score

Maintainers
1

Hycli

PyPI - Python Version PyPI version Code style: black Main workflow

This repository contains a Python package/CLI tool to batch extract documents through the Hypatos API and to compare the results.

Quickstart

pip install hycli
hycli extract path-to-files [to-xlsx|to-csv|to-json] url
hycli compare workbook1 workbook2
hycli evaluate -gt ground-truth-workbook -m1 model1-workbook -m2 model2-workbook

For more information without leaving the cli use hycli --help

API Reference and User Guide available


Development

Requirement

  • poetry

Installing

poetry install
poetry shell
hycli --help

Running the tests

poetry run pytest

Versioning

Uses bump2version:

bump2version --verbose [patch|minor|major]  # add --dry-run to have a preview
git push --follow-tags

Documentation

Is build with sphinx, can be seen/worked on locally by:

cd docs
make html
open build/html/index.html

License

Hypatos

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc