File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737
3838ColorNames = Literal [
39- "black"
40- "red"
41- "green"
42- "yellow"
43- "blue"
44- "magenta"
45- "cyan"
46- "white"
47- "bright_black"
48- "bright_red"
49- "bright_green"
50- "bright_yellow"
51- "bright_blue"
52- "bright_magenta"
53- "bright_cyan"
54- "bright_white"
55- "bright_black_old"
56- "bright_red_old"
57- "bright_green_old"
58- "bright_yellow_old"
59- "bright_blue_old"
60- "bright_magenta_old"
61- "bright_cyan_old"
62- "bright_white_old"
39+ "black" ,
40+ "red" ,
41+ "green" ,
42+ "yellow" ,
43+ "blue" ,
44+ "magenta" ,
45+ "cyan" ,
46+ "white" ,
47+ "bright_black" ,
48+ "bright_red" ,
49+ "bright_green" ,
50+ "bright_yellow" ,
51+ "bright_blue" ,
52+ "bright_magenta" ,
53+ "bright_cyan" ,
54+ "bright_white" ,
55+ "bright_black_old" ,
56+ "bright_red_old" ,
57+ "bright_green_old" ,
58+ "bright_yellow_old" ,
59+ "bright_blue_old" ,
60+ "bright_magenta_old" ,
61+ "bright_cyan_old" ,
62+ "bright_white_old" ,
6363]
6464
6565
Original file line number Diff line number Diff line change 11[project ]
22name = " plotille"
3- version = " 5.2 .0"
3+ version = " 6.0 .0"
44description = " Plot in the terminal using braille dots."
55authors = [{ name = " Tammo Ippen" , email = " tammo.ippen@posteo.de" }]
66requires-python = " >=3.10,<4"
You can’t perform that action at this time.
0 commit comments