caliper
Caliper is a tool for measuring and assessing change in packages.
Science Score: 23.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
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.7%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
Caliper is a tool for measuring and assessing change in packages.
Basic Info
- Host: GitHub
- Owner: vsoch
- License: mpl-2.0
- Language: Python
- Default Branch: main
- Homepage: https://caliper-python.readthedocs.io/
- Size: 1.11 MB
Statistics
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 7
- Releases: 1
Created over 5 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
Funding
License
README.md

Caliper is a tool for measuring and assessing change in packages.

See the documentation for getting started.
TODO
- write tests to discover and test all metrics (type, name, etc.)
- think of common functions to run metric
- create visualization of grid of errors / scripts, and mouesover to see codes (server rendered)
- stats: try to estimate types of codes (e.g., error name)
Analysis Ideas
- Start with a bunch of unit tests for a library (or example scripts) and build a model that can predict success (return code 0) vs fail (any other code) based on the scripts (tokens is a simple idea). Then given a new script without declared versions, predict which will work.
- (A slightly different project) - given a set of known "optimal" containers for a library like tensorflow, parse dependencies, versions, and library versions, run across same set of unit tests / example scripts, and try to say which combos (architecture and dependencies) works for different kinds of scripts.
License
- Free software: MPL 2.0 License
Owner
- Name: Vanessasaurus
- Login: vsoch
- Kind: user
- Website: https://vsoch.github.io
- Twitter: vsoch
- Repositories: 631
- Profile: https://github.com/vsoch
I'm the Vanessasaurus!
GitHub Events
Total
- Delete event: 1
- Push event: 2
- Pull request event: 2
- Create event: 1
Last Year
- Delete event: 1
- Push event: 2
- Pull request event: 2
- Create event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 14
- Total pull requests: 27
- Average time to close issues: 3 days
- Average time to close pull requests: about 21 hours
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 0.57
- Average comments per pull request: 0.15
- Merged pull requests: 23
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 8 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- vsoch (14)
Pull Request Authors
- vsoch (26)
- wolfv (1)
- TrellixVulnTeam (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 268 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 13
- Total maintainers: 1
pypi.org: caliper
Caliper is a tool for measuring and assessing change in packages.
- Homepage: https://github.com/vsoch/caliper
- Documentation: https://caliper.readthedocs.io/
- License: LICENSE
-
Latest release: 0.0.23
published over 5 years ago
Rankings
Dependent packages count: 10.0%
Forks count: 16.9%
Average: 19.6%
Stargazers count: 21.5%
Dependent repos count: 21.7%
Downloads: 27.9%
Maintainers (1)
Last synced:
11 months ago
Dependencies
docs/requirements.txt
pypi
- appdirs *
- configargparse *
- docutils ==0.12
- recommonmark *
- sphinx *
- sphinx-argparse *
- sphinx_rtd_theme *
- sphinxcontrib-napoleon *
.github/workflows/main.yml
actions
- actions/checkout v2 composite
examples/analyze/Dockerfile
docker
- {{ latest build
tests/data/analyze/Dockerfile
docker
- {{ latest build
.github/dev-requirements.txt
pypi
- black ==23.3.0 development
- flake8 * development
- isort * development
- pre-commit * development
pyproject.toml
pypi
setup.py
pypi