squice

A library to visualise and interpolate matrices of numbers

https://github.com/rachelalcraft/squice

Science Score: 44.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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

A library to visualise and interpolate matrices of numbers

Basic Info
  • Host: GitHub
  • Owner: RachelAlcraft
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 1.08 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 6
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

SQUICE

Slicing through squares: visualise and interpolate numerical matrix data.

This is a python library with accompanying demonstration streamlit web application, to visualise and interpolate numerical matrix data.

This github site, streamlit application and pypi library has been created from the scientific application template app-lib-py.

Use as an application

To use the application simply go to the open source publicly hosted for free application squice@streamlit

Use as a python library

pip install squice The documentation for the library is here: squice docs. Note the application squice@streamlit also shows demonstrations of how to use the library.

Use as a self-hosted web app

This can also be downloaded from docker and self-hosted. ```

docker pull raea/squice

docker run --rm --name temp-name-p 8001:8501 raea/squice ```

Owner

  • Name: Rachel A
  • Login: RachelAlcraft
  • Kind: user
  • Location: London

Citation (citation.cff)

cff-version: 0.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Alcraft"
  given-names: "Rachel"
  orcid: "https://orcid.org/0000-0003-2674-6321"
title: "SQUICE: A visualisation and interpolation of numerical matrix data
version: 1.0.0
doi: xxx
date-released: 19-May-2024
url: "https://github.com/RachelAlcraft/squice"

GitHub Events

Total
Last Year

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 23 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
pypi.org: squice

Example library for scientific software.

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 23 Last month
Rankings
Dependent packages count: 10.9%
Average: 36.3%
Dependent repos count: 61.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/docker.yml actions
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • docker/setup-qemu-action v3 composite
.github/workflows/lint_style.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/publish.yml actions
  • actions/checkout v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/pydoctor.yml actions
  • actions/checkout master composite
  • actions/setup-python v2 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/pytest_app.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/pytest_lib.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
Dockerfile docker
pyproject.toml pypi
requirements.txt pypi
  • black *
  • numpy *
  • plotly *
  • pre-commit *
  • pytest *
  • ruff *
  • streamlit *
  • streamlit_extras *
  • urllib3 ==1.26.6
requirements_lib.txt pypi
  • black *
  • numpy *
  • pre-commit *
  • pytest *
  • ruff *