Commit graph

12 commits

Author SHA1 Message Date
33616d3f37 termstr: Coding style.
- Add tests for xterm_colors and closest_color_index.
2021-11-11 17:22:07 +10:00
2b5d14b87d Coding style.
- Change termstr from a package to a single module, since ColorMap
  no longer exists.
2021-11-11 00:08:32 +10:00
27fc9a433c Coding style.
- Add xterm colors, and func for finding closest color, to
  termstr.py.
- Remove termstr's dependencies on pygments and ColorMap.py.
2021-11-10 23:58:59 +10:00
b62afb5e69 Termstr currently depends on pygments. 2021-11-07 10:49:58 +10:00
38b0b9ead0 Add author email to setup.pys. 2021-11-07 00:01:49 +10:00
b4b237ec1f Move tests into their projects. 2021-11-04 23:04:41 +10:00
c018e9f7d4 Extracted termstr into its own python project. 2021-11-04 21:37:38 +10:00
31d8cbf4e3 Coding Style.
- Move the eris source into a subdirectory.
  - Including the setup.py and requirements files.
- This repo will hold more than one python project.
2021-11-04 21:18:44 +10:00
a74633e087 Coding Style.
- Move terminal.py from termstr package to fill3 package.
- Terminal was no longer used by termstr.
- Terminal could be in its own package in future.
2021-11-03 14:26:07 +10:00
c2b7a8ce64 Coding Style.
- Allow 'import termstr' instead of 'import termstr.termstr'.
2021-11-03 14:13:04 +10:00
5341d91592 Coding style.
- termstr no longer depends on terminal.
  - Moved some code from terminal to termstr.
2021-11-03 01:26:06 +10:00
2335dec922 Coding style.
- Break out termstr, fill3, sorted_collection and lscolors into
  seperate packages and modules.
2021-10-31 02:21:09 +10:00