Metadata-Version: 2.1
Name: fairmaterials
Version: 0.0.3
Summary: Generate  json-ld format file based on FAIRification standard
Home-page: https://engineering.case.edu/centers/sdle/
Author: Roger French(ORCID:000000-0002-6162-0532), Mingjian Lu,Liangyi Huang(ORCID:0000-0003-0845-3293), Will Oltjen(ORCID:0000-0003-0380-1033),Xuanji Yu,Arafath Nihar, Tommy Ciardi, Erika Barcelos,Pawan Tripathi,Abhishek Daundkar,Deepa Bhuvanagiri,Hope Omodolor,Hein Htet Aung,Kristen Hernandez,Mirra Rasmussen,Raymond Wieser, Sameera Nalin Venkat,Tian Wang, Weiqi Yue, Yangxin Fan,Rounak Chawla,Leean Jo,Zelin Li,Jiqi Liu, Justin Glynn, Kehley Coleman,Yinghui Wu, Laura Bruckman,Jeffery Yarus, Kris Davis
Author-email: roger.french@case.edu, mxl1171@case.edu,lxh442@case.edu, wco3@case.edu,xxy530@case.edu ,arafath@case.edu 
License: BSD License (BSD-3)
Keywords: FAIRification,PowerPlant,Engineering
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt


![logo](https://i.imgur.com/pqR2OBe.png)

# Fairmaterials
Fairmaterials is a tool for fairing data. It reads a template JSON file to get the preset data. The user can edit the data by manually inputting or by importing a csv file. The final output will be a new JSON file with the same structure. 


# Features
 -  Importing JSON template as JSON-LD.
 -   Display fair data in dataframe format.
 -   Automatically notify duplicate names.
 -   Modify JSON data.
		- Based on CSV file.
		- Based on keyboard input.
 -   Output as standard JSON-LD.
 
#  Setup
1. Install it at bash
```bash
$ pip install fairmaterials
```
2.	Import it in python
```python
from fairmaterials.fairy_csv import *
``` 
#  A quick example
***Select a domain***
```python
fairy_data("OpticalSpc")
``` 
***Output will be json-ld format file***

#  Versions
All notable changes to this project will be documented in this file.
## [0.0.3] - 2022-12-10
### Added
- Add fairy_data function
## [0.0.213] - 2022-10-8
### Added
- Add template csv file.
## [0.0.212] - 2021-10-7
### Added
- Add group input CSV file generation function.
- Add directly convert a group input CSV file to multiple json file function.
- Add Version part in Readme.md file.

