feat: Add package structure for TheChart, implement entry points for console scripts and module execution

This commit is contained in:
William Valentin
2025-08-08 18:33:51 -07:00
parent 583f5d793a
commit bd598d63f9
6 changed files with 122 additions and 5 deletions

4
uv.lock generated
View File

@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.13"
[[package]]
@@ -758,7 +758,7 @@ wheels = [
[[package]]
name = "thechart"
version = "1.14.9"
source = { virtual = "." }
source = { editable = "." }
dependencies = [
{ name = "colorlog" },
{ name = "dotenv" },