chunkr-ai 0.0.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.1
2
+ Name: chunkr-ai
3
+ Version: 0.0.1
4
+ Summary: PDF chunking
5
+ Author-email: Ishaan Kapoor <ishaan@lumina.sh>
6
+ Description-Content-Type: text/markdown
7
+ License-File: LICENSE
File without changes
@@ -0,0 +1,11 @@
1
+ [build-system]
2
+ requires = ["setuptools>=42", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "chunkr-ai"
7
+ version = "0.0.1"
8
+ authors = [{"name" = "Ishaan Kapoor", "email" = "ishaan@lumina.sh"}]
9
+ description = "PDF chunking"
10
+ readme = "README.md"
11
+ license = {"file" = "LICENSE"}
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
File without changes
File without changes
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.1
2
+ Name: chunkr-ai
3
+ Version: 0.0.1
4
+ Summary: PDF chunking
5
+ Author-email: Ishaan Kapoor <ishaan@lumina.sh>
6
+ Description-Content-Type: text/markdown
7
+ License-File: LICENSE
@@ -0,0 +1,9 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ src/chunkr_ai/__init__.py
5
+ src/chunkr_ai/main.py
6
+ src/chunkr_ai.egg-info/PKG-INFO
7
+ src/chunkr_ai.egg-info/SOURCES.txt
8
+ src/chunkr_ai.egg-info/dependency_links.txt
9
+ src/chunkr_ai.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ chunkr_ai