Skip to content

Commit 9abafe9

Browse files
committed
Added new terminal_colours.py module based on colorama, with type annotations and context managers
1 parent cd353da commit 9abafe9

File tree

17 files changed

+460
-12
lines changed

17 files changed

+460
-12
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ jobs:
99
- uses: domdfcoding/copy_pypi_2_github@master
1010
with:
1111
pypi_name: "domdf_python_tools"
12-
repository: "domdfcoding/domdf_python_tools"
1312
env:
1413
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.isort.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ known_third_party=
1717
github
1818
requests
1919
aenum
20+
colorama
2021
coverage
2122
extras_require
2223
pydash
@@ -33,5 +34,6 @@ known_third_party=
3334
sphinx_rtd_theme
3435
sphinxcontrib-httpdomain
3536
sphinxemoji
37+
typing_extensions
3638
known_first_party=
3739
domdf_python_tools

doc-source/api/bases.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*********************************
2+
:mod:`domdf_python_tools.bases`
3+
*********************************
4+
5+
.. contents:: Table of Contents
6+
7+
.. automodule:: domdf_python_tools.bases
8+
:members:
9+
:undoc-members:
10+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc-source/api/terminal_colours.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*******************************************
2+
:mod:`domdf_python_tools.terminal_colours`
3+
*******************************************
4+
5+
.. contents:: Table of Contents
6+
7+
.. automodule:: domdf_python_tools.terminal_colours
8+
:members:
9+
File renamed without changes.

0 commit comments

Comments
 (0)