se-proj22-team11

NCSU Fall 22 SE proj repo for Team 11

https://github.com/surya-prakash-susarla/se-proj22-team11

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

Repository

NCSU Fall 22 SE proj repo for Team 11

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

README.md

Team 11 - Repository for HOMEWORK -1,2,3,4

| Type | Status | | ---------- | -------------------- | | DOI | DOI | | CI/ CD | Python CI | | Coverage | codecov |

Documentation: API/ Usage Docs

Coverage Graph:

NCSU Fall 22 SE proj repo for Team 11

Summary:
This repository consists of python code generating summaries of the columns of a CSV file.

HW-2
1. The project currently works for the 'Num' and 'Sym' classes
2. The init point currently prints out only a sample help string.
3. The test cases 'the', 'num', 'sym' and 'bignum' are currently hooked up to the CI.

HW-3
1. The project includes classes for Cols, Row, Data\ 2. The test cases "eg.csv", "eg.data", "eg.stats" have been added\

HW-4
1. Added post-commit hooks to auto run all Test-cases\ 2. Added Code Coverage checks\

Team Members:

  • Aditi Vakeel
  • Harshitha Paruchuri
  • Kaushik Jadhav
  • Pradyumna Vemuri
  • Surya Prakash Susarla

Owner

  • Name: Surya Prakash Susarla
  • Login: surya-prakash-susarla
  • Kind: user
  • Location: Raleigh, North Carolina, United States
  • Company: @Microsoft

Hello there!

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Susarla"
  given-names: "Surya"
- family-names: "Paruchuri"
  given-names: "Harshitha"
- family-names: "Vakeel"
  given-names: "Aditi"
- family-names: "Jadhav"
  given-names: "Kaushik"
- family-names: "Vemuri"
  given-names: "Pradyumna"  
title: "SE-Proj22-Team11"
version: 1.0.0
doi: 10.5281/zenodo.7026606
date-released: 2022-08-26
url: "https://github.com/Surya-06/SE-Proj22-Team11"

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • pytest >=3.0.7
.github/workflows/build-test.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v2 composite