-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed ansi-string to ansi_string; added is_formatting_parsable() an…
…d is_formatting_valid() functions
- Loading branch information
James Smith
authored and
James Smith
committed
Nov 20, 2024
1 parent
02e6f20
commit 6cbff11
Showing
3 changed files
with
42 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
long_description = fh.read() | ||
|
||
setuptools.setup( | ||
name='ansi-string', | ||
name='ansi_string', | ||
author='James Smith', | ||
author_email='[email protected]', | ||
description='ANSI String Formatter in Python for CLI Color and Style Formatting', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters