csc591_group5_lua2py

CSC 591 : Group 5

https://github.com/aoishi28/csc591_group5_lua2py

Science Score: 67.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
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

CSC 591 : Group 5

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

README.md

# Lua2Py - Homeworks for CSC 591(Automated SE)

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

Features

|HW1|NUM and SYM classes and some utility functions| | ------------- |:-------------:|

Getting Started:

Installation:

  • Clone this repository.

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

    bash

    $ cd CSC591Group5Lua2Py

    $ pip install -r requirements.txt

Code Testing:

bash
- Get inside the directory:

$ cd CSC591_Group5_Lua2Py
  • 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: Aoishi Das
  • Login: Aoishi28
  • Kind: user

Just a small neuron trying to decode the world of Machine Learning and AI

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: "Basic Model"
abstract: "This is the basic working model having classes and functions 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/12/2023"
doi: 10.5281/zenodo.7531036

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/test.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 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