https://github.com/divewithdamian/pikepdf-annots

Helper utilities for pikepdf

https://github.com/divewithdamian/pikepdf-annots

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.7%) to scientific vocabulary

Keywords

hacktoberfest

Keywords from Contributors

cryptocurrencies
Last synced: 11 months ago · JSON representation

Repository

Helper utilities for pikepdf

Basic Info
  • Host: GitHub
  • Owner: DiveWithDamian
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 254 KB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
hacktoberfest
Created about 5 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

PikePDF helper utilities

Helper utilities for editing PDFs using PikePDF.

Example usage

```python3 from pathlib import PosixPath from pikepdf_annots import EditableForm, AnnotationMatcher

class ExampleForm(EditableForm): def getsource_pdf(self) -> PosixPath: return PosixPath('source.pdf')

with ExampleForm() as pdf: pdf.updateannotation(0, AnnotationMatcher("First Name"), "Bob") pdf.updateannotation(0, AnnotationMatcher("Last Name"), "Smoth") ```

Owner

  • Name: Dive With Damian
  • Login: DiveWithDamian
  • Kind: organization
  • Location: Underwater

Scuba Diver Training & Diving Services

GitHub Events

Total
  • Delete event: 189
  • Push event: 378
  • Pull request event: 376
  • Create event: 186
  • Commit comment event: 190
Last Year
  • Delete event: 189
  • Push event: 378
  • Pull request event: 376
  • Create event: 186
  • Commit comment event: 190

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 79
  • Total Committers: 5
  • Avg Commits per committer: 15.8
  • Development Distribution Score (DDS): 0.532
Top Committers
Name Email Commits
infrabits-pipup[bot] 1****]@u****m 37
pyup-bot g****t@p****o 16
infraoverlord 5****d@u****m 16
Damian Zaremba d****n@d****k 8
github-actions[bot] 4****]@u****m 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 8
  • Total pull requests: 1,130
  • Average time to close issues: 1 minute
  • Average time to close pull requests: 1 minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 8
  • Bot pull requests: 1,130
Past Year
  • Issues: 6
  • Pull requests: 414
  • Average time to close issues: 1 minute
  • Average time to close pull requests: 1 minute
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 6
  • Bot pull requests: 414
Top Authors
Issue Authors
  • infrabits-pipup[bot] (8)
Pull Request Authors
  • infrabits-pipup[bot] (1,130)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 9 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 1
  • Total maintainers: 1
pypi.org: pikepdf-annots

PikePDF helper utilities

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 9 Last month
Rankings
Dependent packages count: 10.1%
Dependent repos count: 21.6%
Stargazers count: 23.1%
Forks count: 29.8%
Average: 30.3%
Downloads: 66.9%
Maintainers (1)
Last synced: 11 months ago

Dependencies

requirements-dev.txt pypi
  • mypy ==0.961
  • pylama ==8.3.8
  • pytest ==7.1.2
  • tox ==3.25.1
requirements.txt pypi
  • pikepdf ==5.3.1
setup.py pypi
  • str *
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • actions/setup-python v2 composite
  • pypa/gh-action-pypi-publish master composite