Files
pdfplumber/CITATION.cff
T
Jeremy Singer-Vine 1d5d646c04 Bump version to v0.8.1
2023-04-08 10:47:49 -04:00

21 lines
546 B
YAML

cff-version: 1.2.0
title: pdfplumber
type: software
version: 0.8.1
date-released: "2023-04-08"
authors:
- family-names: "Singer-Vine"
given-names: "Jeremy"
email: "jsvine@gmail.com"
- name: "The pdfplumber contributors"
repository-code: "https://github.com/jsvine/pdfplumber"
url: "https://github.com/jsvine/pdfplumber"
license: MIT
abstract: >-
Plumb a PDF for detailed information about each char, rectangle,
line, et cetera — and easily extract text and tables.
keywords:
- "pdf"
- "pdf parsing"
- "table extraction"