Skip to content

Commit

Permalink
Removed colorer and ansiterm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Nov 11, 2024
1 parent f2b48b6 commit 15d2f15
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 512 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
not provided by Python.

- [transparent Unicode support for text file operations (BOM detection)](https://tendo.readthedocs.io/#module-tendo.singleton)
- [console logging coloring](https://tendo.readthedocs.io/#module-tendo.colorer)
- enable you to use symlinks under windows
- [python tee implementation](https://tendo.readthedocs.io/#module-tendo.colorer) for executing external programs and redirecting their output to both console/file
- python tee implementation
- [improved execfile](https://tendo.readthedocs.io/#module-tendo.execfile2)

## Requirements and Compatibility
Expand Down
12 changes: 0 additions & 12 deletions demo/demo_colorer.py

This file was deleted.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ keywords = [
"tendo",
"tee",
"unicode",
"colorer",
"singleton",
]

Expand Down
2 changes: 0 additions & 2 deletions src/tendo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
__status__ = "Production"
__all__ = (
"tee",
"colorer",
"unicode",
"execfile2",
"singleton",
"ansiterm",
"__version__",
)

Expand Down
300 changes: 0 additions & 300 deletions src/tendo/ansiterm.py

This file was deleted.

Loading

0 comments on commit 15d2f15

Please sign in to comment.