faircopy 0.0.1__py3-none-any.whl
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.
faircopy/__init__.py
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: faircopy
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Turn LLM markdown into polished documents — Word docs and PDFs with real equations. Coming soon.
|
|
5
|
+
Project-URL: Homepage, https://github.com/VaishJadhavVJ/faircopy
|
|
6
|
+
Author: Vaishnavi Jadhav
|
|
7
|
+
License: MIT
|
|
8
|
+
Keywords: chatgpt,claude,converter,docx,llm,markdown,markitdown,pdf
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Intended Audience :: Education
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Topic :: Text Processing :: Markup :: Markdown
|
|
15
|
+
Requires-Python: >=3.9
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
|
|
18
|
+
# faircopy
|
|
19
|
+
|
|
20
|
+
**Turn LLM markdown into polished documents.**
|
|
21
|
+
|
|
22
|
+
Microsoft's markitdown converts your documents *into* markdown for LLMs.
|
|
23
|
+
faircopy converts it back *out* — into Word docs and PDFs with real, editable equations, proper tables, and clean styling.
|
|
24
|
+
|
|
25
|
+
> A "fair copy" is the final, neat version of a manuscript, written out clean after all the messy drafting. That's what this tool makes from your AI output.
|
|
26
|
+
|
|
27
|
+
🚧 **This is a placeholder release. v0.1 is in active development.**
|
|
28
|
+
|
|
29
|
+
Follow along: https://github.com/VaishJadhavVJ/faircopy
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
faircopy/__init__.py,sha256=91bQ9g9bouo9Zt1PogUICu0ejPBbI39yqfFh3x66KtQ,106
|
|
2
|
+
faircopy-0.0.1.dist-info/METADATA,sha256=xJnG4Atm-0-_k3w0K8SRRp1-naZ3SKOxHdIUisMzysw,1232
|
|
3
|
+
faircopy-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
faircopy-0.0.1.dist-info/RECORD,,
|