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

Repository

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

README.md

# `Lua to Python - AutoSE HW2 - Data` ![license](https://img.shields.io/github/license/amisha-w/AutoSE-HW2-Data) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7592725.svg)](https://doi.org/10.5281/zenodo.7592725) [![codecov](https://codecov.io/gh/amisha-w/AutoSE-HW2-Data/branch/main/graph/badge.svg?token=)](https://codecov.io/gh/amisha-w/AutoSE-HW2-Data)
![Test Cases](https://img.shields.io/github/actions/workflow/status/amisha-w/AutoSE-HW2-Data/tests.yml?label=Test%20Cases) ![Repo Size](https://img.shields.io/github/repo-size/amisha-w/AutoSE-HW2-Data) ![Issues](https://img.shields.io/github/issues-closed-raw/amisha-w/AutoSE-HW2-Data?color=yellow) ![Release](https://img.shields.io/github/v/release/amisha-w/AutoSE-HW2-Data?color=green) ![Contributors](https://img.shields.io/github/contributors/amisha-w/AutoSE-HW2-Data?color=cyan) ![PR](https://img.shields.io/github/issues-pr/amisha-w/AutoSE-HW2-Data?color=red) ![PR Closed](https://img.shields.io/github/issues-pr-closed-raw/amisha-w/AutoSE-HW2-Data?color=red) ![Pylint](https://img.shields.io/github/actions/workflow/status/amisha-w/AutoSE-HW2-Data/pylint.yml?label=PyLint) ![Python Style Checker](https://img.shields.io/github/actions/workflow/status/amisha-w/AutoSE-HW2-Data/style_checker.yml?label=Python%20Style%20Checker) ![Commit Activity](https://img.shields.io/github/commit-activity/w/amisha-w/AutoSE-HW2-Data?color=blue)

This project translates a Lua application to Python application complete with CI/CD pipeline and demonstrates Test-Driven development. It is a homework repository for CSC 591 course.

Installation Guide

To run this codebase you just need Python in your System.

You can check if Python is installed in your system by using cmd - "python --version"

Guide for python installation based on the OS - https://www.python.org/downloads/

Code of Conduct

The rules listed below are to be followed by the ones who will be contributing to the code in the repository:

  • It is recommended to take a review of your peer or teammate before mergin any PR or commit.

  • It is recommended to create branches and start the changes in that branch and also delete the branch after commiting the code to avoid stale branches.

Wish to contribute?

  • Please refer the file CONTRIBUTING.md in the repository that guides new contributors on how they can help improve LuaToPython
  • 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.

Contributors


Amisha Waghela

Sanket Tangade

Tilak Satra

Owner

  • Name: Amisha Waghela
  • Login: amisha-w
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata from this file."

authors:
  - family-names: Waghela
    given-names: Amisha
  - family-names: Tangade
    given-names: Sanket
  - family-names: Satra
    given-names: Tilak
title: "Lua to Python - Data"
version: "1.0.0"
date-released: "01/31/2023"
doi: 10.5281/zenodo.7592725

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/style_checker.yml actions
  • andymckay/pycodestyle-action 0.1.3 composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • codecov/codecov-action v2 composite