Initial commit.
This commit is contained in:
4
src/markitdown/__about__.py
Normal file
4
src/markitdown/__about__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2024-present Adam Fourney <adamfo@microsoft.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = "0.0.1a1"
|
||||
9
src/markitdown/__init__.py
Normal file
9
src/markitdown/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# SPDX-FileCopyrightText: 2024-present Adam Fourney <adamfo@microsoft.com>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
from ._markitdown import MarkItDown
|
||||
|
||||
__all__ = [
|
||||
"MarkItDown",
|
||||
]
|
||||
1091
src/markitdown/_markitdown.py
Normal file
1091
src/markitdown/_markitdown.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user