csc510-22-group-5

Repo for Software Engineering Group Project - Fall 2022

https://github.com/alunavat/csc510-22-group-5

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 (12.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Repo for Software Engineering Group Project - Fall 2022

Basic Info
  • Host: GitHub
  • Owner: alunavat
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 2.04 MB
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 1
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

CSC510-22-group-5

Repo for Software Engineering Group HW - Fall 2022 - Group 5

This repo will be used throughout the CSC510 course to showcase the team contribution towards weekly assignments.

Documentation Badge

unit test codecov GitHub issues GitHub forks GitHub stars

GitHub contributors GitHub commit activity

DOI

GitHub license


Installation

Please check INSTALL.md for instructions on how to install this package.

Running tests from CLI

After installation, tests can be run via the file cli.py.

bash $ python cli.py -e all

To see help on rest of the options,

bash $ python cli.py --help


Created code of conduct from default template provided by GitHub as explained in here: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project

Adding citation using template provided here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files

Owner

  • Name: Anmol Lunavat
  • Login: alunavat
  • Kind: user
  • Location: Cary
  • Company: Dell Technologies

Software Development Engineer

Citation (CITATION.cff)

cff-version: 1.0.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Rohit"
  given-names: "Nair"
- family-names: "Deep"
  given-names: "Mehta"
- family-names: "Aditya"
  given-names: "Khadse"
- family-names: "Anmol"
  given-names: "Lunavat"
- family-names: "Pritesh"
  given-names: "Surana"
title: "CSC510-22-group-5 HW Repository"
version: 1.0.0
doi: 10.5281/zenodo.7016145
date-released: 2022-08-23
url: "https://github.com/alunavat/CSC510-22-group-5/tree/main"

GitHub Events

Total
Last Year

Dependencies

requirements-dev.txt pypi
  • black * development
  • pylint * development
  • pytest * development
requirements.txt pypi
  • pytest *
setup.py pypi
  • pytest *
.github/workflows/generate-documentation.yml actions
  • Azure/static-web-apps-deploy v1 composite
  • actions/checkout v2 composite
  • actions/setup-python v4 composite
.github/workflows/unit-test.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v2 composite