From 7e8526da09a40c9f4404ec5f4e3cc095e823e1e4 Mon Sep 17 00:00:00 2001 From: Arthur Brenno <64020210+arthurbrenno@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:35:00 -0300 Subject: [PATCH] Release v0.0.1 --- CHANGELOG.md | 2 ++ pyproject.toml | 31 +++++++------------------------ 2 files changed, 9 insertions(+), 24 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4dc68c6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +# Changelog + diff --git a/pyproject.toml b/pyproject.toml index 08ae27b..448e88b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,25 +1,14 @@ [project] name = "intelliparse" -version = "0.1.0" +version = "v0.0.1" description = "Intelliparse is your all-in-one solution to extract text, images, tables, and metadata from **various file formats** - from common documents to complex CAD drawings. Powered by AI for intelligent content understanding." readme = "README.md" -authors = [ - { name = "Arthur Brenno", email = "64020210+arthurbrenno@users.noreply.github.com" } -] requires-python = ">=3.13" -dependencies = [ - "aiofiles>=24.1.0", - "architecture>=0.5.45", - "intellibricks>=0.7.24", - "msgspec>=0.19.0", - "openpyxl>=3.1.5", - "pymupdf>=1.25.2", - "pypdf>=5.2.0", - "python-docx>=1.1.2", - "python-magic>=0.4.27", - "python-pptx>=1.0.2", - "rarfile>=4.2", -] +dependencies = ["aiofiles>=24.1.0", "architecture>=0.5.45", "intellibricks>=0.7.24", "msgspec>=0.19.0", "openpyxl>=3.1.5", "pymupdf>=1.25.2", "pypdf>=5.2.0", "python-docx>=1.1.2", "python-magic>=0.4.27", "python-pptx>=1.0.2", "rarfile>=4.2"] + +[[project.authors]] +name = "Arthur Brenno" +email = "64020210+arthurbrenno@users.noreply.github.com" [project.scripts] intelliparse = "intelliparse:main" @@ -29,10 +18,4 @@ requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] -dev = [ - "pyfiglet>=1.0.2", - "questionary>=2.1.0", - "rich>=13.9.4", - "toml>=0.10.2", - "tomlkit>=0.13.2", -] +dev = ["pyfiglet>=1.0.2", "questionary>=2.1.0", "rich>=13.9.4", "toml>=0.10.2", "tomlkit>=0.13.2"]