blazegraph-io 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- blazegraph_io-0.0.1/PKG-INFO +65 -0
- blazegraph_io-0.0.1/README.md +32 -0
- blazegraph_io-0.0.1/blazegraph_io.egg-info/PKG-INFO +65 -0
- blazegraph_io-0.0.1/blazegraph_io.egg-info/SOURCES.txt +6 -0
- blazegraph_io-0.0.1/blazegraph_io.egg-info/dependency_links.txt +1 -0
- blazegraph_io-0.0.1/blazegraph_io.egg-info/top_level.txt +1 -0
- blazegraph_io-0.0.1/setup.cfg +4 -0
- blazegraph_io-0.0.1/setup.py +36 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: blazegraph-io
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Document intelligence platform - coming soon
|
|
5
|
+
Home-page: https://blazegraph.io
|
|
6
|
+
Author: Amplify Technology
|
|
7
|
+
Project-URL: Homepage, https://blazegraph.io
|
|
8
|
+
Project-URL: Documentation, https://blazegraph.io/docs
|
|
9
|
+
Project-URL: Source, https://github.com/amplifytechnology/blazegraph-io
|
|
10
|
+
Keywords: document intelligence graph pdf analysis parsing parser
|
|
11
|
+
Classifier: Development Status :: 1 - Planning
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
21
|
+
Classifier: Topic :: Text Processing :: Markup
|
|
22
|
+
Requires-Python: >=3.9
|
|
23
|
+
Description-Content-Type: text/markdown
|
|
24
|
+
Dynamic: author
|
|
25
|
+
Dynamic: classifier
|
|
26
|
+
Dynamic: description
|
|
27
|
+
Dynamic: description-content-type
|
|
28
|
+
Dynamic: home-page
|
|
29
|
+
Dynamic: keywords
|
|
30
|
+
Dynamic: project-url
|
|
31
|
+
Dynamic: requires-python
|
|
32
|
+
Dynamic: summary
|
|
33
|
+
|
|
34
|
+
# Blazegraph IO
|
|
35
|
+
|
|
36
|
+
**Document Intelligence Platform**
|
|
37
|
+
|
|
38
|
+
🔥 Transform any document into intelligent, interactive knowledge graphs.
|
|
39
|
+
|
|
40
|
+
## Status
|
|
41
|
+
|
|
42
|
+
This package is currently in development.
|
|
43
|
+
|
|
44
|
+
## Features (Coming Soon)
|
|
45
|
+
|
|
46
|
+
- 📄 **Multi-Format Support** - PDF, Word, PowerPoint, Web pages
|
|
47
|
+
- 📊 **Export Capabilities** - Multiple output formats
|
|
48
|
+
- 🎯 **Bounding Box Detection** - Precise content mapping
|
|
49
|
+
|
|
50
|
+
## Use Cases
|
|
51
|
+
|
|
52
|
+
- **Document Analysis** - Research papers, reports, legal documents
|
|
53
|
+
- **Knowledge Extraction** - Turn documents into structured data/graphs
|
|
54
|
+
- **Content Intelligence** - Understand document relationships
|
|
55
|
+
- **Research Workflows** - Academic and professional research
|
|
56
|
+
|
|
57
|
+
## Links
|
|
58
|
+
|
|
59
|
+
- **Website**: [blazegraph.io](https://blazegraph.io)
|
|
60
|
+
- **Documentation**: Coming Soon
|
|
61
|
+
- **GitHub**: [amplifytechnology/blazegraph-io](https://github.com/amplifytechnology/blazegraph-io)
|
|
62
|
+
|
|
63
|
+
## License
|
|
64
|
+
|
|
65
|
+
MIT © 2025 Amplify Technology
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Blazegraph IO
|
|
2
|
+
|
|
3
|
+
**Document Intelligence Platform**
|
|
4
|
+
|
|
5
|
+
🔥 Transform any document into intelligent, interactive knowledge graphs.
|
|
6
|
+
|
|
7
|
+
## Status
|
|
8
|
+
|
|
9
|
+
This package is currently in development.
|
|
10
|
+
|
|
11
|
+
## Features (Coming Soon)
|
|
12
|
+
|
|
13
|
+
- 📄 **Multi-Format Support** - PDF, Word, PowerPoint, Web pages
|
|
14
|
+
- 📊 **Export Capabilities** - Multiple output formats
|
|
15
|
+
- 🎯 **Bounding Box Detection** - Precise content mapping
|
|
16
|
+
|
|
17
|
+
## Use Cases
|
|
18
|
+
|
|
19
|
+
- **Document Analysis** - Research papers, reports, legal documents
|
|
20
|
+
- **Knowledge Extraction** - Turn documents into structured data/graphs
|
|
21
|
+
- **Content Intelligence** - Understand document relationships
|
|
22
|
+
- **Research Workflows** - Academic and professional research
|
|
23
|
+
|
|
24
|
+
## Links
|
|
25
|
+
|
|
26
|
+
- **Website**: [blazegraph.io](https://blazegraph.io)
|
|
27
|
+
- **Documentation**: Coming Soon
|
|
28
|
+
- **GitHub**: [amplifytechnology/blazegraph-io](https://github.com/amplifytechnology/blazegraph-io)
|
|
29
|
+
|
|
30
|
+
## License
|
|
31
|
+
|
|
32
|
+
MIT © 2025 Amplify Technology
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: blazegraph-io
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Document intelligence platform - coming soon
|
|
5
|
+
Home-page: https://blazegraph.io
|
|
6
|
+
Author: Amplify Technology
|
|
7
|
+
Project-URL: Homepage, https://blazegraph.io
|
|
8
|
+
Project-URL: Documentation, https://blazegraph.io/docs
|
|
9
|
+
Project-URL: Source, https://github.com/amplifytechnology/blazegraph-io
|
|
10
|
+
Keywords: document intelligence graph pdf analysis parsing parser
|
|
11
|
+
Classifier: Development Status :: 1 - Planning
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
20
|
+
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
21
|
+
Classifier: Topic :: Text Processing :: Markup
|
|
22
|
+
Requires-Python: >=3.9
|
|
23
|
+
Description-Content-Type: text/markdown
|
|
24
|
+
Dynamic: author
|
|
25
|
+
Dynamic: classifier
|
|
26
|
+
Dynamic: description
|
|
27
|
+
Dynamic: description-content-type
|
|
28
|
+
Dynamic: home-page
|
|
29
|
+
Dynamic: keywords
|
|
30
|
+
Dynamic: project-url
|
|
31
|
+
Dynamic: requires-python
|
|
32
|
+
Dynamic: summary
|
|
33
|
+
|
|
34
|
+
# Blazegraph IO
|
|
35
|
+
|
|
36
|
+
**Document Intelligence Platform**
|
|
37
|
+
|
|
38
|
+
🔥 Transform any document into intelligent, interactive knowledge graphs.
|
|
39
|
+
|
|
40
|
+
## Status
|
|
41
|
+
|
|
42
|
+
This package is currently in development.
|
|
43
|
+
|
|
44
|
+
## Features (Coming Soon)
|
|
45
|
+
|
|
46
|
+
- 📄 **Multi-Format Support** - PDF, Word, PowerPoint, Web pages
|
|
47
|
+
- 📊 **Export Capabilities** - Multiple output formats
|
|
48
|
+
- 🎯 **Bounding Box Detection** - Precise content mapping
|
|
49
|
+
|
|
50
|
+
## Use Cases
|
|
51
|
+
|
|
52
|
+
- **Document Analysis** - Research papers, reports, legal documents
|
|
53
|
+
- **Knowledge Extraction** - Turn documents into structured data/graphs
|
|
54
|
+
- **Content Intelligence** - Understand document relationships
|
|
55
|
+
- **Research Workflows** - Academic and professional research
|
|
56
|
+
|
|
57
|
+
## Links
|
|
58
|
+
|
|
59
|
+
- **Website**: [blazegraph.io](https://blazegraph.io)
|
|
60
|
+
- **Documentation**: Coming Soon
|
|
61
|
+
- **GitHub**: [amplifytechnology/blazegraph-io](https://github.com/amplifytechnology/blazegraph-io)
|
|
62
|
+
|
|
63
|
+
## License
|
|
64
|
+
|
|
65
|
+
MIT © 2025 Amplify Technology
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
|
|
3
|
+
with open("README.md", "r", encoding="utf-8") as fh:
|
|
4
|
+
long_description = fh.read()
|
|
5
|
+
|
|
6
|
+
setup(
|
|
7
|
+
name="blazegraph-io",
|
|
8
|
+
version="0.0.1",
|
|
9
|
+
author="Amplify Technology",
|
|
10
|
+
description="Document intelligence platform - coming soon",
|
|
11
|
+
long_description=long_description,
|
|
12
|
+
long_description_content_type="text/markdown",
|
|
13
|
+
url="https://blazegraph.io",
|
|
14
|
+
project_urls={
|
|
15
|
+
"Homepage": "https://blazegraph.io",
|
|
16
|
+
"Documentation": "https://blazegraph.io/docs",
|
|
17
|
+
"Source": "https://github.com/amplifytechnology/blazegraph-io",
|
|
18
|
+
},
|
|
19
|
+
classifiers=[
|
|
20
|
+
"Development Status :: 1 - Planning",
|
|
21
|
+
"Intended Audience :: Developers",
|
|
22
|
+
"License :: OSI Approved :: MIT License",
|
|
23
|
+
"Operating System :: OS Independent",
|
|
24
|
+
"Programming Language :: Python :: 3.9",
|
|
25
|
+
"Programming Language :: Python :: 3.10",
|
|
26
|
+
"Programming Language :: Python :: 3.11",
|
|
27
|
+
"Programming Language :: Python :: 3.12",
|
|
28
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
29
|
+
"Topic :: Scientific/Engineering :: Information Analysis",
|
|
30
|
+
"Topic :: Text Processing :: Markup",
|
|
31
|
+
],
|
|
32
|
+
packages=find_packages(),
|
|
33
|
+
python_requires=">=3.9",
|
|
34
|
+
install_requires=[],
|
|
35
|
+
keywords="document intelligence graph pdf analysis parsing parser",
|
|
36
|
+
)
|