Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbrenno committed Feb 1, 2025
1 parent 1ab56f0 commit 7e8526d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Changelog

31 changes: 7 additions & 24 deletions pyproject.toml
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"
Expand All @@ -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"]

0 comments on commit 7e8526d

Please sign in to comment.