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

Repository

Basic Info
  • Host: GitHub
  • Owner: CSC-510-Team-31
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 21.5 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 3
  • Open Issues: 0
  • Releases: 2
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

DOI Documentation Status GitHub language count

CSC 510 Team 31 - HW1

This repo contains a simple calculator app made in Python 3.10, with accompanying tests for testing all the functions of the calculator implementation. Includes all the relevant badges that show the proper documentation, licensing, and test metrics in GitHub actions.

Owner

  • Name: CSC-510-Team-31
  • Login: CSC-510-Team-31
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
title: 'Basic Calculator'
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: 'Vishal '
    name-particle: Veera
    family-names: Reddy
  - given-names: Neeloy
    family-names: Gomes
  - given-names: Tyler
    family-names: Craine
  - given-names: Abhimanyu
    family-names: Bellam
  - given-names: Abhishek
    family-names: Gupta
identifiers:
  - type: doi
    value: 10.5281/zenodo.7033434
abstract: 'This code gives you basic calculator functions.'
keywords:
  - calculator
  - addition
  - multiplication
  - division
  - exponents
license: MIT

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • pytest ==7.1.2
.github/workflows/python-app.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite