Metadata-Version: 2.4
Name: aksharamd
Version: 0.3.0
Summary: AksharaMD — LLM document ingestion pipeline. Compile any document into token-efficient, structured content for AI workflows.
License: PolyForm Noncommercial License 1.0.0
        
        Copyright (c) 2026 Kalyan Kottapalli
        
        https://polyformproject.org/licenses/noncommercial/1.0.0
        
        ## Commercial Licensing
        
        Commercial use of this software requires a separate license.
        To inquire, open an issue at: https://github.com/K2alyan/aksharaMD/issues
        
        ---
        
        ## Acceptance
        
        In order to get any license under these terms, you must agree to them as
        both strict obligations and conditions to all your licenses.
        
        ## Copyright License
        
        The licensor grants you a copyright license for the software to do
        everything you might do with the software for noncommercial purposes only.
        However, you may not distribute the software or make changes or new works
        based on the software for any purpose.
        
        ## Noncommercial Purposes
        
        Any purpose is a noncommercial purpose as long as you do not use the
        software to provide services to others for a fee or for their benefit at
        your expense, or use the software to make money for yourself or your
        employer. Noncommercial purposes include personal use, academic research,
        education, and evaluation.
        
        ## Notices
        
        You must ensure that anyone who gets a copy of any part of the software
        from you also gets a copy of these terms or the URL for them above, as
        well as copies of any plain-text lines beginning with "Required Notice:"
        that the licensor provided with the software. For example:
        
          Required Notice: Copyright Kalyan Kottapalli (https://github.com/K2alyan/aksharaMD)
        
        ## No Other Rights
        
        These terms do not allow you to sublicense or transfer any of your
        licenses to anyone else, or prevent the licensor from granting licenses
        to anyone else. These terms do not imply any other licenses.
        
        ## Patent License
        
        The licensor grants you a patent license for the software that covers
        patent claims the licensor can license, or will be able to license, that
        you would infringe by using the software.
        
        ## Fair Use
        
        You may have "fair use" rights for the software under the law. These
        terms do not limit them.
        
        ## Termination
        
        If you use the software in violation of these terms, such use is not
        licensed, and your licenses will automatically terminate. If the licensor
        provides you with a notice of your violation, and you cease all violation
        of this license no later than 30 days after you receive that notice, your
        licenses will be reinstated retroactively. However, if you violate these
        terms after such reinstatement, any additional violation of these terms
        will cause your licenses to terminate automatically and permanently.
        
        ## No Liability
        
        As far as the law allows, the software comes as is, without any warranty
        or condition, and the licensor will not be liable to you for any damages
        arising out of these terms or the use or nature of the software, under
        any kind of legal claim.
        
        ## Definitions
        
        The "licensor" is the entity offering these terms, and the "software" is
        the software the licensor makes available under these terms, including
        any part of it.
        
        "You" refers to the individual or entity agreeing to these terms.
        
        "Your company" is any legal entity, sole proprietorship, or other kind
        of organization that you work for, plus all organizations that have
        control over, are under the control of, or are under common control with
        that organization. "Control" means ownership of substantially all the
        assets of an entity, or the power to direct its management and policies
        by vote, contract, or otherwise. Control can be direct or indirect.
        
        "Your licenses" are all the licenses granted to you for the software
        under these terms.
        
        "Use" means anything you do with the software requiring one of your
        licenses.
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: beautifulsoup4>=4.12
Requires-Dist: chardet>=5.0
Requires-Dist: click>=8.1
Requires-Dist: defusedxml>=0.7
Requires-Dist: ebooklib>=0.18
Requires-Dist: extract-msg>=0.50
Requires-Dist: feedparser>=6.0
Requires-Dist: filetype>=1.2
Requires-Dist: markdown-it-py>=3.0
Requires-Dist: mcp[cli]>=1.0
Requires-Dist: olefile>=0.46
Requires-Dist: openpyxl>=3.1
Requires-Dist: pdfplumber>=0.11
Requires-Dist: pillow>=10.0
Requires-Dist: py7zr>=0.20
Requires-Dist: pydantic>=2.0
Requires-Dist: pymupdf>=1.24
Requires-Dist: python-docx>=1.1
Requires-Dist: python-pptx>=1.0
Requires-Dist: requests>=2.28
Requires-Dist: rich>=13.0
Requires-Dist: striprtf>=0.0.26
Requires-Dist: tiktoken>=0.7
Requires-Dist: xlrd>=2.0
Provides-Extra: audio
Requires-Dist: openai-whisper>=20231117; extra == 'audio'
Provides-Extra: dev
Requires-Dist: bandit[toml]>=1.7; extra == 'dev'
Requires-Dist: docutils>=0.20; extra == 'dev'
Requires-Dist: mypy>=1.8; extra == 'dev'
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
Requires-Dist: pytest-mock>=3.12; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Provides-Extra: eval
Requires-Dist: anthropic>=0.40; extra == 'eval'
Requires-Dist: datasets>=2.0; extra == 'eval'
Requires-Dist: google-genai>=1.0; extra == 'eval'
Requires-Dist: markitdown>=0.1; extra == 'eval'
Requires-Dist: openai>=1.30; extra == 'eval'
Requires-Dist: python-levenshtein>=0.25; extra == 'eval'
Requires-Dist: pyyaml>=6.0; extra == 'eval'
Requires-Dist: tiktoken>=0.7; extra == 'eval'
Provides-Extra: full
Requires-Dist: openai-whisper>=20231117; extra == 'full'
Requires-Dist: pytesseract>=0.3; extra == 'full'
Provides-Extra: ocr
Requires-Dist: pytesseract>=0.3; extra == 'ocr'
