Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpakishore/convert2md
Convert documents to Markdown. Specifically to use with LLM applications
https://github.com/rpakishore/convert2md
Last synced: about 2 months ago
JSON representation
Convert documents to Markdown. Specifically to use with LLM applications
- Host: GitHub
- URL: https://github.com/rpakishore/convert2md
- Owner: rpakishore
- License: mpl-2.0
- Created: 2024-11-12T21:51:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T00:18:08.000Z (about 2 months ago)
- Last Synced: 2024-11-13T00:29:57.321Z (about 2 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
convert2md
Convert documents to markdown
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/rpakishore/convert2md)
![GitHub last commit](https://img.shields.io/github/last-commit/rpakishore/convert2md)Table of Contents
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [License](#license)
- [Contact](#contact)## Prerequisites
Python 3.12
## Usage
Installation
```bash
pip install uv
uv venv --python 3.12.7
uv pip install convert2md@git+https://github.com/rpakishore/convert2md
```Python Usage
```python
from convert2md import Convert
```or alternatively in cmd
```bash
uv run cli --help
```## License
See [LICENSE](/LICENSE) for more information.
## Contact
Arun Kishore - [@rpakishore](mailto:[email protected])
Project Link: [https://github.com/rpakishore/convert2md](https://github.com/rpakishore/convert2md)