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

Repository

Basic Info
  • Host: GitHub
  • Owner: ashishjoshi2605
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 104 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 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

# Lua2Py_2 - Homework 2 for CSC 591(Automated SE)
## Migrating LUA CodeBase to Python

[![license](https://img.shields.io/github/license/ashishjoshi2605/CSC591_Group5_Lua2Py_2?style=plastic)](https://github.com/ashishjoshi260/CSC591_Group5_Lua2Py_2/blob/main/LICENSE.md) [![language](https://img.shields.io/github/languages/top/ashishjoshi2605/CSC591_Group5_Lua2Py_2)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/search?l=python)
[![DOI](https://zenodo.org/badge/592043798.svg)](https://zenodo.org/badge/latestdoi/592043798) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ashishjoshi2605/CSC591_Group5_Lua2Py_2/test.yml) [![codecov](https://codecov.io/gh/ashishjoshi2605/CSC591_Group5_Lua2Py_2/branch/main/graph/badge.svg?token=YA3J2DNS04)](https://codecov.io/gh/ashishjoshi2605/CSC591_Group5_Lua2Py_2) [![Tests](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/actions/workflows/test.yml/badge.svg)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/actions/workflows/test.yml) [![Python Style Checker](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/actions/workflows/python_style_checker.yml/badge.svg)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/actions/workflows/python_style_checker.yml) [![Python Syntax Checker](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/actions/workflows/python_syntax_checker.yml/badge.svg)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/actions/workflows/python_syntax_checker.yml) [![Pylint](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/actions/workflows/pylint.yml/badge.svg)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/actions/workflows/pylint.yml) ![](https://img.shields.io/github/repo-size/ashishjoshi2605/CSC591_Group5_Lua2Py_2?style=plastic)
[![GitHub issues](https://img.shields.io/github/issues-raw/ashishjoshi2605/CSC591_Group5_Lua2Py_2?style=plastic)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/issues) [![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/ashishjoshi2605/CSC591_Group5_Lua2Py_2?style=plastic)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/issues?q=is%3Aissue+is%3Aclosed) [![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/ashishjoshi2605/CSC591_Group5_Lua2Py_2?style=plastic)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/pulls) [![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed-raw/ashishjoshi2605/CSC591_Group5_Lua2Py_2?style=plastic)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/pulls?q=is%3Apr+is%3Aclosed)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ashishjoshi2605/CSC591_Group5_Lua2Py_2?style=plastic) [![contributors](https://img.shields.io/github/contributors/ashishjoshi2605/CSC591_Group5_Lua2Py_2)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/graphs/contributors?style=plastic) ![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/ashishjoshi2605/CSC591_Group5_Lua2Py_2?style=plastic)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/ashishjoshi2605/CSC591_Group5_Lua2Py_2)](https://github.com/ashishjoshi2605/CSC591_Group5_Lua2Py_2/releases/tag/v1.0.0) ![GitHub Release Date](https://img.shields.io/github/release-date/ashishjoshi2605/CSC591_Group5_Lua2Py_2?style=plastic)

Features

|HW2|csv script reader| | ------------- |:-------------:|

Getting Started:

Installation:

  • Clone this repository.

  • Install the dependencies at using the requirements file at the root:

    bash

    $ cd CSC591Group5Lua2Py_2

    $ pip install -r requirements.txt

Code Testing:

bash
- Get inside the directory:

$ cd CSC591_Group5_Lua2Py_2
  • Display help menu:

    $ python ./Tests/Test_engine.py -h true

  • Run all the tests:

    $ python ./Tests/Test_engine.py -g all

💻 Wish to contribute?

-You will find a CONTRIBUTING.md in our repository which will provide all the potential contributors a short guide to how they can help build Lua2Py - This file is for: - Project Owners - Initiaters and maintainers of the file. - Project contributors - People who think existing features can be simplified or new features can be added to improve the project. - Users - Customers who want to clone the repository and use it create their own project. - Please go through the CONTRIBUTING.md to know more!

⚖️ Code of Conduct

  • A code of conduct defines standards for how to engage in a community. It signals an inclusive environment that respects all contributions.
  • It also outlines procedures for addressing problems between members of your project's community.
  • Please go through the CODEOFCONDUCT.md to know more!

🤝 Contributions by:-

Owner

  • Name: Ashish Joshi
  • Login: ashishjoshi2605
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "Hello!! If you use this software, please cite it using the metadata from this file"
title: "Model to read csv script"
abstract: "This is the basic working model having classes and functions that read csv script and return values like medians and standard deviation for numeric columns, mode and entropy for symbolic columns."
authors:
  - family-names: Joshi
    given-names: Ashish
  - family-names: Das
    given-names: Aoishi
  - family-names: Mohan
    given-names: Swarnamalya
version: "1.0.0"
date-released: "01/24/2023"
doi: 10.5281/zenodo.7559477

GitHub Events

Total
Last Year

Dependencies

.github/workflows/pylint.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • cclauss/Find-Python-syntax-errors-action master composite
.github/workflows/python_style_checker.yml actions
  • andymckay/pycodestyle-action 0.1.3 composite
.github/workflows/python_syntax_checker.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • codecov/codecov-action v2 composite