lopace 0.1.3__tar.gz → 0.1.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lopace
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Lossless Optimized Prompt Accurate Compression Engine
5
5
  Home-page: https://github.com/connectaman/LoPace
6
6
  Author: Aman Ulla
@@ -45,6 +45,14 @@ A professional, open-source Python package for compressing and decompressing pro
45
45
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
46
46
  [![PyPI version](https://badge.fury.io/py/lopace.svg)](https://pypi.org/project/lopace/)
47
47
  [![🤗 Spaces](https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/codewithaman/LoPace)
48
+ [![arXiv](https://img.shields.io/badge/arXiv-Paper-b31b1b.svg)](paper/lopace-preprint-arxiv.pdf)
49
+
50
+ <div align="center">
51
+ <a href="paper/lopace-preprint-arxiv.pdf">
52
+ <img src="paper/lopace-preprint-arxiv-01.png" alt="LoPace Research Paper - First Page" width="600" style="cursor: pointer; border: 1px solid #ddd; border-radius: 4px;">
53
+ </a>
54
+ <p><em>Click the image above to view the full research paper (PDF)</em></p>
55
+ </div>
48
56
 
49
57
  ## The Problem: Storage Challenges with Large Prompts
50
58
 
@@ -12,6 +12,14 @@ A professional, open-source Python package for compressing and decompressing pro
12
12
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
13
13
  [![PyPI version](https://badge.fury.io/py/lopace.svg)](https://pypi.org/project/lopace/)
14
14
  [![🤗 Spaces](https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/codewithaman/LoPace)
15
+ [![arXiv](https://img.shields.io/badge/arXiv-Paper-b31b1b.svg)](paper/lopace-preprint-arxiv.pdf)
16
+
17
+ <div align="center">
18
+ <a href="paper/lopace-preprint-arxiv.pdf">
19
+ <img src="paper/lopace-preprint-arxiv-01.png" alt="LoPace Research Paper - First Page" width="600" style="cursor: pointer; border: 1px solid #ddd; border-radius: 4px;">
20
+ </a>
21
+ <p><em>Click the image above to view the full research paper (PDF)</em></p>
22
+ </div>
15
23
 
16
24
  ## The Problem: Storage Challenges with Large Prompts
17
25
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lopace
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Lossless Optimized Prompt Accurate Compression Engine
5
5
  Home-page: https://github.com/connectaman/LoPace
6
6
  Author: Aman Ulla
@@ -45,6 +45,14 @@ A professional, open-source Python package for compressing and decompressing pro
45
45
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
46
46
  [![PyPI version](https://badge.fury.io/py/lopace.svg)](https://pypi.org/project/lopace/)
47
47
  [![🤗 Spaces](https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/codewithaman/LoPace)
48
+ [![arXiv](https://img.shields.io/badge/arXiv-Paper-b31b1b.svg)](paper/lopace-preprint-arxiv.pdf)
49
+
50
+ <div align="center">
51
+ <a href="paper/lopace-preprint-arxiv.pdf">
52
+ <img src="paper/lopace-preprint-arxiv-01.png" alt="LoPace Research Paper - First Page" width="600" style="cursor: pointer; border: 1px solid #ddd; border-radius: 4px;">
53
+ </a>
54
+ <p><em>Click the image above to view the full research paper (PDF)</em></p>
55
+ </div>
48
56
 
49
57
  ## The Problem: Storage Challenges with Large Prompts
50
58
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "lopace"
7
- version = "0.1.3"
7
+ version = "0.1.4"
8
8
  description = "Lossless Optimized Prompt Accurate Compression Engine"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -10,7 +10,7 @@ with open("requirements.txt", "r", encoding="utf-8") as fh:
10
10
 
11
11
  setup(
12
12
  name="lopace",
13
- version="0.1.3",
13
+ version="0.1.4",
14
14
  author="Aman Ulla",
15
15
  description="Lossless Optimized Prompt Accurate Compression Engine",
16
16
  long_description=long_description,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes