pipelib

Pipelib is a library for creating pipelines for parsing, filtering, and sorting iterables.

https://github.com/vsoch/pipelib

Science Score: 54.0%

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

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

Keywords from Contributors

doi publication research-software-engineering rseng standardization
Last synced: 10 months ago · JSON representation ·

Repository

Pipelib is a library for creating pipelines for parsing, filtering, and sorting iterables.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 8
Created about 4 years ago · Last pushed about 3 years ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation

README.md

Pipelib

PyPI version DOI

Pipelib is a library for creating pipelines. You can parse, compare, and order iterables. With Pipelib you can:

  1. Create a custom pipeline to parse and compare version strings
  2. Use a collection of provided sorting functions for custom sorts.
  3. Assemble different processing blocks to pre-process inputs first.

The initial ideas came from Singularity Registry HPC (shpc) that had a need to parse and compare version strings from docker container tags.

⭐️ Documentation ⭐️

TODO

  • add tests for wrappers and pipelines
  • automated detection / docs for pipelines too
  • should be able to print pretty a pipeline / steps
  • ToInteger doesn't work because we choose an int wrapper - we need to be able to detect output and apply a different wrapper type given int.
  • pipeline steps will need a way to sort / compare / filter

Contributors

We use the all-contributors tool to generate a contributors graphic below.

Vanessasaurus
Vanessasaurus

💻
Eric Berquist
Eric Berquist

💻

License

This code is licensed under the MPL 2.0 LICENSE.

Owner

  • Name: Vanessasaurus
  • Login: vsoch
  • Kind: user

I'm the Vanessasaurus!

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Sochat"
  given-names: "Vanessa"
  orcid: "https://orcid.org/0000-0002-4387-3819"
title: "pipelib"
version: 0.15.0
doi: 10.5281/zenodo.7703389
date-released: 2023-03-07
url: "https://github.com/vsoch/pipelib"

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 20
  • Total Committers: 4
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.2
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Vanessasaurus 8****h 16
github-actions[bot] 4****] 2
github-actions g****s 1
Eric Berquist e****t@g****m 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 11
  • Average time to close issues: about 2 hours
  • Average time to close pull requests: 3 days
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.09
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 3
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • vsoch (1)
Pull Request Authors
  • vsoch (7)
  • github-actions[bot] (3)
  • berquist (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 107 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 9
  • Total maintainers: 1
pypi.org: pipelib

A command line client and functions for collation.

  • Versions: 9
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 107 Last month
Rankings
Dependent packages count: 4.6%
Dependent repos count: 21.8%
Forks count: 22.7%
Average: 23.3%
Downloads: 28.4%
Stargazers count: 38.9%
Maintainers (1)
Last synced: 10 months ago

Dependencies

docs/requirements.txt pypi
  • appdirs *
  • configargparse *
  • docutils ==0.12
  • recommonmark *
  • sphinx *
  • sphinx-argparse *
  • sphinx_rtd_theme *
  • sphinxcontrib-napoleon *
.github/workflows/docs.yaml actions
  • JamesIves/github-pages-deploy-action 4.1.1 composite
  • actions/checkout v3 composite
.github/workflows/main.yml actions
  • actions/checkout v3 composite
  • crate-ci/typos 592b36d23c62cb378f6097a292bc902ee73f93ef composite
.github/workflows/release.yaml actions
  • actions/checkout v3 composite
.github/workflows/update-contributors.yaml actions
  • actions/checkout v3 composite
  • con/tributors 0.0.20 composite
  • vsoch/pull-request-action 1.0.12 composite
.github/dev-requirements.txt pypi
  • black * development
  • flake8 * development
  • isort * development
  • pre-commit * development
pyproject.toml pypi
setup.py pypi