New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

acdh-collatex-utils

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acdh-collatex-utils

Utility functions to work with collatex

  • 1.12
  • PyPI
  • Socket score

Maintainers
2

CollateX Utils

PyPI version codecov

A python package to collate things with collate-x

install

  • create a virtual environment and install the package with pip install acdh_collatex_utils

use

To collate a bunch of XML/TEI documents located in e.g. ./to_collate run collate -g './to_collate/*.xml

This creates a folder ./to_collate/collated and saves chunked HTML and TEI Files like out__001.html or out__001.tei

To see this package in use in a real life project, please check out frd-data/collate_work.py

develop

  • create a virutal environment

  • install dev-requirements pip install -U pip and pip install -r requirements_dev.txt

  • install the package in dev-mode pip install -e .

  • run test with coverage run -m pytest -v

  • create test-report coverage report or coverage html

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