csc510-fall22-hw2345-42

This repo contains the code related to the homeworks 2,3,4 and 5 of the course CSC510 - Software Engineering

https://github.com/mukunda-p/csc510-fall22-hw2345-42

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

Repository

This repo contains the code related to the homeworks 2,3,4 and 5 of the course CSC510 - Software Engineering

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

README.md

TEAM-42 Repository To Have Homeworks 2,3,4,5 of CSC 510

This repo contains the code related to the homeworks 2,3,4 and 5 of the course CSC510 - Software Engineering

License: MIT <!-----> Build Status - GitHub <!-----> Open Issues <!-----> Stars <!-----> DOI <!-----> CodeCov

Getting Started

Follow the steps for setting up the project: - git clone https://github.com/mukunda-p/CSC510-FALL22-HW2345-42.git - cd CSC510-FALL22-HW2345-42 - pip install -r requirements.txt - python csv.py -h (for help)

Unit Tests Execution

After setting up project follow the steps for unit tests execution: - python csv.py -e ALL for running all the test cases. - python csv.py -e bignum for running a bignum test case. - python csv.py -e csv for running a csv test case. (can pass option parameter -f [filename] for passing explicit file) - python csv.py -e data for running a data test case.(can pass option parameter -f [filename] for passing explicit file) - python csv.py -e num for running a num test case. - python csv.py -e stats for running a stats test case.(can pass option parameter -f [filename] for passing explicit file) - python csv.py -e sym for running a data the case. - python csv.py -e the for running a data the case.

Team Members:

  • Kalyan Karnati
  • Mukunda Varma Pericherla
  • Pranavi Sharma Sanganabhatla
  • Saketh Vangala
  • Srihitha Reddy Kaalam

Owner

  • Name: Mukunda Varma Pericherla
  • Login: mukunda-p
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Karnati"
  given-names: "Kalyan"
- family-names: "Pericherla"
  given-names: "Mukunda Varma"
- family-names: "Sanganabhatla"
  given-names: "Pranavi Sharma"
- family-names: "Vangala"
  given-names: "Saketh"
- family-names: "Kaalam"
  given-names: "Srihitha Reddy"  
title: "CSC510-HW-42"
version: 1.0.0
doi: 10.5281/zenodo.7094923
date-released: 2022-09-19
url: "https://github.com/mukunda-p/CSC510-FALL22-HW2345-42"

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • pytest >=3.7.0
.github/workflows/python-app.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v2 composite