Metadata-Version: 2.4
Name: tokenpack
Version: 0.1.0
Summary: Pack JSON data into token-efficient CSV for LLM prompts. Save 40-62% on input tokens.
Author-email: Yashwanth <yashwanth9394@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Yashwanth9394/tokenpack
Project-URL: Repository, https://github.com/Yashwanth9394/tokenpack
Project-URL: Issues, https://github.com/Yashwanth9394/tokenpack/issues
Keywords: llm,tokens,csv,json,prompt,optimization,openai,anthropic,gpt,claude
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: tiktoken>=0.5.0; extra == "dev"
