Commit graph

48 commits

Author SHA1 Message Date
507e547aa4 Update version to v2022.04.23 2022-04-23 17:52:40 +10:00
e01e2351b2 Make installable on Ubuntu Jammy
- Move to python3.10
- Move to ruby3.0
2022-04-23 17:49:49 +10:00
8aa9c1ed9f Update version to v2022.04.18 2022-04-18 00:26:49 +10:00
4f4b7c80f3 termstr: Make center method match str's center.
- Fixes wiggling titles in fill3 borders.
2022-04-18 00:23:23 +10:00
51700abd3a Update version to v2022.03.15 2022-03-15 10:25:45 +10:00
34130e2506 Update version to v2022.03.12 2022-03-12 23:58:43 +10:00
607653271b Update version to v2022.02.25 2022-02-25 23:41:56 +10:00
6a9e800b3b Update version to v2022.02.23 2022-02-23 18:54:46 +10:00
65809feb25 termstr: Termstrs can be constructed from strings containing tabs.
- The tab expansion happens after the padding so that the tab stops
  are correctly aligned even with wide chars.
2022-02-23 18:54:29 +10:00
284f1ba8cd termstr: When there are no wide chars to pad don't make a new string 2022-02-23 18:52:52 +10:00
ccdd657c10 Update version to v2022.02.13 2022-02-13 09:14:13 +10:00
a016a36f61 Update version to v2022.01.28 2022-01-28 19:41:13 +10:00
ec62376f27 Update version to v2022.01.27 2022-01-27 16:52:20 +10:00
d192674236 Update version to v2022.01.24 2022-01-24 23:08:29 +10:00
e13d470d82 Update version to v2022.01.22 2022-01-22 17:42:38 +10:00
b11f51ab75 Update version from v2022.01.18 to v2022.01.21. 2022-01-21 09:03:14 +10:00
4feefbfb2a Update version from v2022.01.13 to v2022.01.18. 2022-01-18 15:35:59 +10:00
d899423f6b Update version from v2022.01.08 to v2022.01.13. 2022-01-13 13:27:24 +10:00
f5fb1cc84a Update version from v2022.01.07 to v2022.01.08. 2022-01-08 10:00:06 +10:00
386a1dca1c Update version from v2022.01.05 to v2022.01.07. 2022-01-07 09:23:36 +10:00
81588e15d1 Update version from v2022.01.04 to v2022.01.05. 2022-01-05 23:52:20 +10:00
125101026c Update version from v2022.01.03 to v2022.01.04. 2022-01-04 08:34:53 +10:00
2dc9c0f71a Update version from v2021.12.24 to v2022.01.03. 2022-01-03 23:29:33 +10:00
664a77909d Update version from v2021.12.22 to v2021.12.24. 2021-12-24 01:02:31 +10:00
949f5f6d24 Add version strings to the packages. 2021-12-22 20:47:31 +10:00
292f58e309 Update version from 2021.12.22 to v2021.12.22. 2021-12-22 11:33:20 +10:00
851a40dd1a Update version from 2021.12.20 to 2021.12.22. 2021-12-22 11:15:45 +10:00
4580f57119 Bring version up to date. 2021-12-20 15:24:30 +10:00
ca38a5e7c1 Make pip install work.
- Having trouble with recursive dependencies not being installed.
- Try using install_requires in setup.py instead of requirements.txt files.
- Putting back version numbers.
2021-12-20 15:03:25 +10:00
5da5f07e0a Storing less versions if possible.
- Trying to do without versions in setup.py and requirements.txt.
- The git tags define the versions.
- The seperate python packages aren't independant atm.
- Eris uses the latest versions of its dependencies, not pinned
  older ones.
2021-12-16 20:39:28 +10:00
2bb586c862 Coding style.
- Move blend_color into termstr.
- Add invert method to termstr.
2021-12-08 15:44:36 +10:00
71b9da128b Coding style.
- Increase maximum line length from 80 to 100.
2021-11-29 12:51:34 +10:00
d1e538f5f3 Coding style.
- More import tidying.
- Fix line lengths.
- Dead code in tests.
- lambdas.
- Tests pass regardless of term type.
2021-11-23 01:02:55 +10:00
9ecc65bd12 Generate correct html from xterm colors. 2021-11-15 22:18:07 +10:00
06fc1be36d Add LICENSE files to the subprojects. 2021-11-14 09:55:21 +10:00
f98d3ce416 termstr: Stop tests depending on fill3. 2021-11-11 17:33:17 +10:00
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