lopace 0.1.2__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.2
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
@@ -8,6 +8,8 @@ License: MIT
8
8
  Project-URL: Homepage, https://github.com/connectaman/LoPace
9
9
  Project-URL: Repository, https://github.com/connectaman/LoPace
10
10
  Project-URL: Issues, https://github.com/connectaman/LoPace/issues
11
+ Project-URL: PyPI, https://pypi.org/project/lopace/
12
+ Project-URL: Hugging Face Spaces, https://huggingface.co/spaces/codewithaman/LoPace
11
13
  Keywords: prompt,compression,tokenization,zstd,bpe,nlp
12
14
  Classifier: Development Status :: 4 - Beta
13
15
  Classifier: Intended Audience :: Developers
@@ -31,12 +33,26 @@ Dynamic: requires-python
31
33
 
32
34
  # LoPace
33
35
 
36
+ <div align="center">
37
+ <img src="screenshots/logo-text.png" alt="LoPace Logo" width="600"/>
38
+ </div>
39
+
34
40
  **Lossless Optimized Prompt Accurate Compression Engine**
35
41
 
36
42
  A professional, open-source Python package for compressing and decompressing prompts using multiple techniques: Zstd, Token-based (BPE), and Hybrid methods. Achieve up to 80% space reduction while maintaining perfect lossless reconstruction.
37
43
 
38
44
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
39
45
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
46
+ [![PyPI version](https://badge.fury.io/py/lopace.svg)](https://pypi.org/project/lopace/)
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>
40
56
 
41
57
  ## The Problem: Storage Challenges with Large Prompts
42
58
 
@@ -310,6 +326,7 @@ Comprehensive benchmarks were conducted on 10 diverse prompts across three size
310
326
  ### Speed & Throughput Metrics
311
327
 
312
328
  ![Speed Metrics](screenshots/speed_metrics.svg)
329
+ ![Speed Metrics](screenshots/original_vs_decompressed.svg)
313
330
 
314
331
  **Key Insights:**
315
332
  - **Compression speeds range from 50-200 MB/s** depending on method and prompt size
@@ -1,11 +1,25 @@
1
1
  # LoPace
2
2
 
3
+ <div align="center">
4
+ <img src="screenshots/logo-text.png" alt="LoPace Logo" width="600"/>
5
+ </div>
6
+
3
7
  **Lossless Optimized Prompt Accurate Compression Engine**
4
8
 
5
9
  A professional, open-source Python package for compressing and decompressing prompts using multiple techniques: Zstd, Token-based (BPE), and Hybrid methods. Achieve up to 80% space reduction while maintaining perfect lossless reconstruction.
6
10
 
7
11
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
12
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
13
+ [![PyPI version](https://badge.fury.io/py/lopace.svg)](https://pypi.org/project/lopace/)
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>
9
23
 
10
24
  ## The Problem: Storage Challenges with Large Prompts
11
25
 
@@ -279,6 +293,7 @@ Comprehensive benchmarks were conducted on 10 diverse prompts across three size
279
293
  ### Speed & Throughput Metrics
280
294
 
281
295
  ![Speed Metrics](screenshots/speed_metrics.svg)
296
+ ![Speed Metrics](screenshots/original_vs_decompressed.svg)
282
297
 
283
298
  **Key Insights:**
284
299
  - **Compression speeds range from 50-200 MB/s** depending on method and prompt size
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lopace
3
- Version: 0.1.2
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
@@ -8,6 +8,8 @@ License: MIT
8
8
  Project-URL: Homepage, https://github.com/connectaman/LoPace
9
9
  Project-URL: Repository, https://github.com/connectaman/LoPace
10
10
  Project-URL: Issues, https://github.com/connectaman/LoPace/issues
11
+ Project-URL: PyPI, https://pypi.org/project/lopace/
12
+ Project-URL: Hugging Face Spaces, https://huggingface.co/spaces/codewithaman/LoPace
11
13
  Keywords: prompt,compression,tokenization,zstd,bpe,nlp
12
14
  Classifier: Development Status :: 4 - Beta
13
15
  Classifier: Intended Audience :: Developers
@@ -31,12 +33,26 @@ Dynamic: requires-python
31
33
 
32
34
  # LoPace
33
35
 
36
+ <div align="center">
37
+ <img src="screenshots/logo-text.png" alt="LoPace Logo" width="600"/>
38
+ </div>
39
+
34
40
  **Lossless Optimized Prompt Accurate Compression Engine**
35
41
 
36
42
  A professional, open-source Python package for compressing and decompressing prompts using multiple techniques: Zstd, Token-based (BPE), and Hybrid methods. Achieve up to 80% space reduction while maintaining perfect lossless reconstruction.
37
43
 
38
44
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
39
45
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
46
+ [![PyPI version](https://badge.fury.io/py/lopace.svg)](https://pypi.org/project/lopace/)
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>
40
56
 
41
57
  ## The Problem: Storage Challenges with Large Prompts
42
58
 
@@ -310,6 +326,7 @@ Comprehensive benchmarks were conducted on 10 diverse prompts across three size
310
326
  ### Speed & Throughput Metrics
311
327
 
312
328
  ![Speed Metrics](screenshots/speed_metrics.svg)
329
+ ![Speed Metrics](screenshots/original_vs_decompressed.svg)
313
330
 
314
331
  **Key Insights:**
315
332
  - **Compression speeds range from 50-200 MB/s** depending on method and prompt size
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "lopace"
7
- version = "0.1.2"
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"
@@ -34,4 +34,6 @@ dependencies = [
34
34
  [project.urls]
35
35
  Homepage = "https://github.com/connectaman/LoPace"
36
36
  Repository = "https://github.com/connectaman/LoPace"
37
- Issues = "https://github.com/connectaman/LoPace/issues"
37
+ Issues = "https://github.com/connectaman/LoPace/issues"
38
+ "PyPI" = "https://pypi.org/project/lopace/"
39
+ "Hugging Face Spaces" = "https://huggingface.co/spaces/codewithaman/LoPace"
@@ -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.2",
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,
@@ -36,5 +36,7 @@ setup(
36
36
  project_urls={
37
37
  "Bug Reports": "https://github.com/connectaman/LoPace/issues",
38
38
  "Source": "https://github.com/connectaman/LoPace",
39
+ "PyPI": "https://pypi.org/project/lopace/",
40
+ "Hugging Face Spaces": "https://huggingface.co/spaces/codewithaman/LoPace",
39
41
  },
40
42
  )
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