Science Score: 62.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
    Organization softwaresystemslaboratory has institutional domain (ssl.cs.luc.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: SoftwareSystemsLaboratory
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 45.9 KB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 1
  • Open Issues: 0
  • Releases: 3
Created over 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme License Citation Zenodo

README.md

CLIME JSON Converter Project

DOI Release Project

A tool to convert JSON files between different formats

Table of Contents

About

The Software Systems Laboratory (SSL) CLIME JSON Converter project is a tool to convert JSON files between different formats.

Licensing

This project is licensed under the BSD-3-Clause. See the LICENSE for more information.

How To Use

Installation

You can install the tool from PyPi with one of the following one liners:

  • pip install clime-metrics
  • pip install clime-json-converter

Command Line Arguements

clime-json-converter -h

``` shell usage: CLIME JSON Converter [-h] -i INPUT [--clipboard] [--csv] [--excel] [--feather] [--hdf] --html [--json] [--latex] [--markdown] [--parquet] [--pickle] [--stata] [--tsv]

A tool to convert JSON files between different formats

options: -h, --help show this help message and exit -i INPUT, --input INPUT File to be converted to other outputs --clipboard Copy the data from the file to the system's clipboard --csv Convert the input to *.csv --excel Convert the input to *.xlsx --feather Convert the input to *.feather --hdf Convert the input to *.hdf5 --html Convert the input to *.html --json Convert the input to *.json --latex Convert the input to *.tex --markdown Convert the input to *.md --parquet Convert the input to *.parquet --pickle Convert the input to *.pkl --stata Convert input to *.dta --tsv Convert the input to *.tsv

Author(s): Nicholas M. Synovic, Matthew Hyatt, George K. Thiruvathukal ```

Owner

  • Name: Software and Systems Laboratory
  • Login: SoftwareSystemsLaboratory
  • Kind: organization
  • Email: ssl@cs.luc.edu
  • Location: Loyola University Chicago

Fostering innovation via experimentation and collaboration with an emphasis on openness.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- given-names: George
  family-names: Thiruvathukal
  email: gkt@cs.luc.edu
  affiliation: Loyola University Chicago
  orcid: 'https://orcid.org/0000-0002-0452-5571'
- given-names: Nicholas
  family-names: Synovic
  email: nsynovic@luc.edu
  affiliation: Loyola University Chicago
  orcid: 'https://orcid.org/0000-0003-0413-4594'

title: "SoftwareSystemsLaboratory/clime-json-converter"
version: 0.4
doi: 10.5281/zenodo.6480599
date-released: 2022-02-04
url: "https://github.com/SoftwareSystemsLaboratory/clime-json-converter"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 7
  • Total pull requests: 8
  • Average time to close issues: 15 days
  • Average time to close pull requests: about 17 hours
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.29
  • Average comments per pull request: 0.0
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • NicholasSynovic (6)
Pull Request Authors
  • NicholasSynovic (7)
  • estoneman (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • pandas *
  • progress *
setup.py pypi
  • pandas *