Skip to content

Commit 3452bfc

Browse files
Publishing the initial release
1 parent 8a222f1 commit 3452bfc

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Openize.MarkItDown
1+
# Openize.MarkItDown for Python
22

33
![Python Version](https://img.shields.io/badge/python-3.12+-blue)
44
![License](https://img.shields.io/badge/license-MIT-green)
55
![Status](https://img.shields.io/badge/status-alpha-orange)
66

7-
Openize.MarkItDown is a Python package that converts documents into Markdown format. It supports multiple file formats, provides flexible output handling, and integrates with LLMs for extended processing.
7+
Openize.MarkItDown for Python is a package that converts documents into Markdown format. It supports multiple file formats, provides flexible output handling, and integrates with LLMs for extended processing.
88

99
## Features
1010

@@ -29,14 +29,14 @@ You'll need to obtain valid licenses for these libraries separately. The package
2929
### From TestPyPI
3030

3131
```sh
32-
pip install openize-markitdown
32+
pip install openize-markitdown-python
3333
```
3434

3535
### From Source
3636

3737
```sh
38-
git clone https://github.com/openize-com/openize-markitdown.git
39-
cd openize-markitdown\packages\markitdown
38+
git clone https://github.com/openize-com/openize-markitdown-python.git
39+
cd openize-markitdown-python\packages\markitdown
4040
pip install -e . --verbose
4141
```
4242

packages/markitdown/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Openize.MarkItDown
1+
# Openize.MarkItDown for Python
22

33
![Python Version](https://img.shields.io/badge/python-3.12+-blue)
44
![License](https://img.shields.io/badge/license-MIT-green)
55
![Status](https://img.shields.io/badge/status-alpha-orange)
66

7-
Openize.MarkItDown is a Python package that converts documents into Markdown format. It supports multiple file formats, provides flexible output handling, and integrates with LLMs for extended processing.
7+
Openize.MarkItDown for Python converts documents into Markdown format. It supports multiple file formats, provides flexible output handling, and integrates with LLMs for extended processing.
88

99
## Features
1010

@@ -29,7 +29,7 @@ You'll need to obtain valid licenses for these libraries separately. The package
2929
### From TestPyPI
3030

3131
```sh
32-
pip install openize-markitdown
32+
pip install openize-markitdown-python
3333
```
3434

3535
## Usage

packages/markitdown/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[metadata]
3-
name = openize-markitdown
3+
name = openize-markitdown-python
44
version = 25.3.0
55
author = Openize
66
author_email = [email protected]
@@ -9,9 +9,9 @@ long_description = file:README.md
99
long_description_content_type = text/markdown
1010
license = MIT
1111
license_files = LICENSE
12-
url = https://github.com/openize-com/openize-markitdown
12+
url = https://github.com/openize-com/openize-markitdown-python
1313
project_urls =
14-
Bug Tracker = https://github.com/openize-com/openize-markitdown/issues
14+
Bug Tracker = https://github.com/openize-com/openize-markitdown-python/issues
1515
classifiers =
1616
Programming Language :: Python :: 3
1717
Programming Language :: Python :: 3.7

0 commit comments

Comments
 (0)