csc591_ase_assignments
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 (11.9%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: vishakayadav
- License: mit
- Language: Python
- Default Branch: main
- Size: 213 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 8
Created about 3 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
License
Citation
README.md
Welcome to CSC591ASEAssignments 👋
Simple Python project with Help text functionality and Test suite
Repo Structure
- HW1 - HOMEWORK 1
- HW2 - HOMEWORK 2
- HW3 - HOMEWORK 3
- HW4 - HOMEWORK 4
- HW4/docs/report.md Interviews Report for HW4
- HW5 - HOMEWORK 5
- HW6 - HOMEWORK 6
- HW7 - HOMEWORK 7
Install
sh
python setup.py install
Run tests
```sh bash test.sh HW1 HW2 HW3 HW4 HW5 ...
pass command line argument as list of HW
these tests would run with default settings provided in settings.py of each homework folder (HW{n}/src/settings.py)
in order to run tests with different argument please check the readme under respective homework folder
```
Documentation
- HW1 documentation
- HW2 documentation
- HW3 documentation
- HW4 documentation
- HW5 documentation
- HW6 documentation
- HW7 documentation
Generate the documentation pycco -i HWx/src/*.py -d HWx/docs/html/
Author
👤 spandey5, snaik2, vyadav
📝 License
This project is MIT licensed.
Owner
- Name: Vishaka Yadav
- Login: vishakayadav
- Kind: user
- Repositories: 22
- Profile: https://github.com/vishakayadav
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: LuaToPython
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Saksham Pandey
email: spandey5@ncsu.edu
- given-names: Vishaka Yadav
email: vyadav@ncsu.edu
- given-names: 'Shlok Naik '
email: snaik2@ncsu.edu
license: MIT
GitHub Events
Total
Last Year
Dependencies
.github/workflows/test.yml
actions
- actions/checkout v3 composite
- actions/setup-python v3 composite
requirements.txt
pypi
- Pycco ==0.6.0
- numpy ==1.24.2
setup.py
pypi