Massive work on text output and col widths

Solid beta for 2.0.0
This commit is contained in:
Stephen Mildenhall
2025-06-01 22:49:35 +01:00
parent f354ef7b10
commit e10fe1f98f
4 changed files with 1045 additions and 434 deletions
+7 -1
View File
@@ -10,7 +10,13 @@ authors = [{name = "Stephen J Mildehall", email = "mynl@me.com" }]
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.10"
dependencies = ["pandas", "bs4", "IPython"]
dependencies = [
"bs4",
"cachetools",
"faker",
"IPython",
"pandas",
]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",