Skip to content

Commit 7e8526d

Browse files
committed
Release v0.0.1
1 parent 1ab56f0 commit 7e8526d

File tree

2 files changed

+9
-24
lines changed

2 files changed

+9
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Changelog
2+

pyproject.toml

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
11
[project]
22
name = "intelliparse"
3-
version = "0.1.0"
3+
version = "v0.0.1"
44
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."
55
readme = "README.md"
6-
authors = [
7-
{ name = "Arthur Brenno", email = "[email protected]" }
8-
]
96
requires-python = ">=3.13"
10-
dependencies = [
11-
"aiofiles>=24.1.0",
12-
"architecture>=0.5.45",
13-
"intellibricks>=0.7.24",
14-
"msgspec>=0.19.0",
15-
"openpyxl>=3.1.5",
16-
"pymupdf>=1.25.2",
17-
"pypdf>=5.2.0",
18-
"python-docx>=1.1.2",
19-
"python-magic>=0.4.27",
20-
"python-pptx>=1.0.2",
21-
"rarfile>=4.2",
22-
]
7+
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"]
8+
9+
[[project.authors]]
10+
name = "Arthur Brenno"
11+
2312

2413
[project.scripts]
2514
intelliparse = "intelliparse:main"
@@ -29,10 +18,4 @@ requires = ["hatchling"]
2918
build-backend = "hatchling.build"
3019

3120
[dependency-groups]
32-
dev = [
33-
"pyfiglet>=1.0.2",
34-
"questionary>=2.1.0",
35-
"rich>=13.9.4",
36-
"toml>=0.10.2",
37-
"tomlkit>=0.13.2",
38-
]
21+
dev = ["pyfiglet>=1.0.2", "questionary>=2.1.0", "rich>=13.9.4", "toml>=0.10.2", "tomlkit>=0.13.2"]

0 commit comments

Comments
 (0)