Added CITATION.cff file.

This commit is contained in:
Teal Dulcet 2023-06-08 07:50:35 -07:00
parent cb2440f1ab
commit 43a2a94a2e
4 changed files with 19 additions and 29 deletions

View File

@ -61,7 +61,7 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install ruff
- name: Script
run: ruff --format=github --target-version py37 --select F,E,W,I,D,UP,YTT,S,BLE,B,A,C4,T10,EM,EXE,ISC,ICN,G,PIE,PYI,Q,RSE,RET,SLF,SIM,TID,TCH,ARG,PGH,PL,RUF --ignore E101,E501,W191,D211,D213,D401,PLR09,PLR2004,RUF003 .
run: ruff --format=github --target-version py37 --select F,E,W,I,D,UP,YTT,S,BLE,B,A,C4,T10,EM,EXE,ISC,ICN,G,PIE,PYI,Q,RSE,RET,SLF,SIM,TID,TCH,ARG,PGH,PL,TRY,FLY,RUF --ignore E101,E501,W191,D211,D213,D401,PLR09,PLR2004,RUF003 .
continue-on-error: true
Python:

18
CITATION.cff Normal file
View File

@ -0,0 +1,18 @@
cff-version: 1.2.0
title: Console Table and Graph/Plot Libraries
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Teal
family-names: Dulcet
affiliation: Portland State University
orcid: 'https://orcid.org/0009-0008-6616-2631'
repository-code: 'https://github.com/tdulcet/Table-and-Graph-Libs'
abstract: >-
C++ and Python header only libraries that use box-drawing,
braille, fraction and other Unicode characters and
terminal colors and formatting to output tables and
graphs/plots to the console.
license: GPL-3.0

View File

@ -491,25 +491,18 @@ Option: `style`\
Values:
0. `style_ASCII`: ASCII
![](images/ASCII%20table.png)
1. `style_basic`: Basic
![](images/basic%20table.png)
2. `style_light`: Light (default)
![](images/light%20table.png)
3. `style_heavy`: Heavy
![](images/heavy%20table.png)
4. `style_double`: Double
![](images/double%20table.png)
5. `style_light_dashed`: Light Dashed
![](images/light%20dashed%20table.png)
6. `style_heavy_dashed`: Heavy Dashed
![](images/heavy%20dashed%20table.png)
#### Check size
@ -809,25 +802,18 @@ Option: `style`\
Values:
0. `style_ASCII`: ASCII
![](images/ASCII%20graph.png)
1. `style_basic`: Basic
![](images/basic%20graph.png)
2. `style_light`: Light (default)
![](images/light%20graph.png)
3. `style_heavy`: Heavy
![](images/heavy%20graph.png)
4. `style_double`: Double
![](images/double%20graph.png)
5. `style_light_dashed`: Light Dashed
![](images/light%20dashed%20graph.png)
6. `style_heavy_dashed`: Heavy Dashed
![](images/heavy%20dashed%20graph.png)
#### Graph/Plot Color

View File

@ -205,25 +205,18 @@ Option: `style`\
Values:
0. `style_types.ASCII`: ASCII
![](../images/ASCII%20table.png)
1. `style_types.basic`: Basic
![](../images/basic%20table.png)
2. `style_types.light`: Light (default)
![](../images/light%20table.png)
3. `style_types.heavy`: Heavy
![](../images/heavy%20table.png)
4. `style_types.double`: Double
![](../images/double%20table.png)
5. `style_types.light_dashed`: Light Dashed
![](../images/light%20dashed%20table.png)
6. `style_types.heavy_dashed`: Heavy Dashed
![](../images/heavy%20dashed%20table.png)
#### Check size
@ -433,25 +426,18 @@ Option: `style`\
Values:
0. `style_types.ASCII`: ASCII
![](../images/ASCII%20graph.png)
1. `style_types.basic`: Basic
![](../images/basic%20graph.png)
2. `style_types.light`: Light (default)
![](../images/light%20graph.png)
3. `style_types.heavy`: Heavy
![](../images/heavy%20graph.png)
4. `style_types.double`: Double
![](../images/double%20graph.png)
5. `style_types.light_dashed`: Light Dashed
![](../images/light%20dashed%20graph.png)
6. `style_types.heavy_dashed`: Heavy Dashed
![](../images/heavy%20dashed%20graph.png)
#### Graph/Plot Color