mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-05-05 21:41:12 +08:00
Added CITATION.cff file.
This commit is contained in:
parent
cb2440f1ab
commit
43a2a94a2e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install ruff
|
python3 -m pip install ruff
|
||||||
- name: Script
|
- 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
|
continue-on-error: true
|
||||||
|
|
||||||
Python:
|
Python:
|
||||||
|
18
CITATION.cff
Normal file
18
CITATION.cff
Normal 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
|
14
README.md
14
README.md
@ -491,25 +491,18 @@ Option: `style`\
|
|||||||
Values:
|
Values:
|
||||||
|
|
||||||
0. `style_ASCII`: ASCII
|
0. `style_ASCII`: ASCII
|
||||||
|
|
||||||

|

|
||||||
1. `style_basic`: Basic
|
1. `style_basic`: Basic
|
||||||
|
|
||||||

|

|
||||||
2. `style_light`: Light (default)
|
2. `style_light`: Light (default)
|
||||||
|
|
||||||

|

|
||||||
3. `style_heavy`: Heavy
|
3. `style_heavy`: Heavy
|
||||||
|
|
||||||

|

|
||||||
4. `style_double`: Double
|
4. `style_double`: Double
|
||||||
|
|
||||||

|

|
||||||
5. `style_light_dashed`: Light Dashed
|
5. `style_light_dashed`: Light Dashed
|
||||||
|
|
||||||

|

|
||||||
6. `style_heavy_dashed`: Heavy Dashed
|
6. `style_heavy_dashed`: Heavy Dashed
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Check size
|
#### Check size
|
||||||
@ -809,25 +802,18 @@ Option: `style`\
|
|||||||
Values:
|
Values:
|
||||||
|
|
||||||
0. `style_ASCII`: ASCII
|
0. `style_ASCII`: ASCII
|
||||||
|
|
||||||

|

|
||||||
1. `style_basic`: Basic
|
1. `style_basic`: Basic
|
||||||
|
|
||||||

|

|
||||||
2. `style_light`: Light (default)
|
2. `style_light`: Light (default)
|
||||||
|
|
||||||

|

|
||||||
3. `style_heavy`: Heavy
|
3. `style_heavy`: Heavy
|
||||||
|
|
||||||

|

|
||||||
4. `style_double`: Double
|
4. `style_double`: Double
|
||||||
|
|
||||||

|

|
||||||
5. `style_light_dashed`: Light Dashed
|
5. `style_light_dashed`: Light Dashed
|
||||||
|
|
||||||

|

|
||||||
6. `style_heavy_dashed`: Heavy Dashed
|
6. `style_heavy_dashed`: Heavy Dashed
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Graph/Plot Color
|
#### Graph/Plot Color
|
||||||
|
@ -205,25 +205,18 @@ Option: `style`\
|
|||||||
Values:
|
Values:
|
||||||
|
|
||||||
0. `style_types.ASCII`: ASCII
|
0. `style_types.ASCII`: ASCII
|
||||||
|
|
||||||

|

|
||||||
1. `style_types.basic`: Basic
|
1. `style_types.basic`: Basic
|
||||||
|
|
||||||

|

|
||||||
2. `style_types.light`: Light (default)
|
2. `style_types.light`: Light (default)
|
||||||
|
|
||||||

|

|
||||||
3. `style_types.heavy`: Heavy
|
3. `style_types.heavy`: Heavy
|
||||||
|
|
||||||

|

|
||||||
4. `style_types.double`: Double
|
4. `style_types.double`: Double
|
||||||
|
|
||||||

|

|
||||||
5. `style_types.light_dashed`: Light Dashed
|
5. `style_types.light_dashed`: Light Dashed
|
||||||
|
|
||||||

|

|
||||||
6. `style_types.heavy_dashed`: Heavy Dashed
|
6. `style_types.heavy_dashed`: Heavy Dashed
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Check size
|
#### Check size
|
||||||
@ -433,25 +426,18 @@ Option: `style`\
|
|||||||
Values:
|
Values:
|
||||||
|
|
||||||
0. `style_types.ASCII`: ASCII
|
0. `style_types.ASCII`: ASCII
|
||||||
|
|
||||||

|

|
||||||
1. `style_types.basic`: Basic
|
1. `style_types.basic`: Basic
|
||||||
|
|
||||||

|

|
||||||
2. `style_types.light`: Light (default)
|
2. `style_types.light`: Light (default)
|
||||||
|
|
||||||

|

|
||||||
3. `style_types.heavy`: Heavy
|
3. `style_types.heavy`: Heavy
|
||||||
|
|
||||||

|

|
||||||
4. `style_types.double`: Double
|
4. `style_types.double`: Double
|
||||||
|
|
||||||

|

|
||||||
5. `style_types.light_dashed`: Light Dashed
|
5. `style_types.light_dashed`: Light Dashed
|
||||||
|
|
||||||

|

|
||||||
6. `style_types.heavy_dashed`: Heavy Dashed
|
6. `style_types.heavy_dashed`: Heavy Dashed
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Graph/Plot Color
|
#### Graph/Plot Color
|
||||||
|
Loading…
Reference in New Issue
Block a user