-
-
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.
- Loading branch information
1 parent
1ab56f0
commit 7e8526d
Showing
2 changed files
with
9 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Changelog | ||
|
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 |
---|---|---|
@@ -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 = "[email protected]" } | ||
] | ||
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 = "[email protected]" | ||
|
||
[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"] |