Metadata-Version: 2.4
Name: chunkingman
Version: 0.0.2
Summary: A library for various text chunking strategies, including token-based, semantic, LLM-guided and hybrid approaches.
Author-email: Román Pérez Dumpert <roman.p98@gmail.com>
License:                                  Apache License
                                   Version 2.0, January 2004
                                http://www.apache.org/licenses/
        
           Copyright 2025 Román
        
           Licensed under the Apache License, Version 2.0 (the "License");
           you may not use this file except in compliance with the License.
           You may obtain a copy of the License at
        
               http://www.apache.org/licenses/LICENSE-2.0
        
           Unless required by applicable law or agreed to in writing, software
           distributed under the License is distributed on an "AS IS" BASIS,
           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
           See the License for the specific language governing permissions and
           limitations under the License.
        
Project-URL: Homepage, https://github.com/romanpert/chunkingman
Project-URL: Repository, https://github.com/romanpert/chunkingman
Project-URL: Issues, https://github.com/romanpert/chunkingman/issues
Keywords: chunking,text-splitting,embeddings,semantic,openai,nlp
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fuzzywuzzy
Requires-Dist: python-Levenshtein
Requires-Dist: chromadb
Requires-Dist: tiktoken
Requires-Dist: sentence-transformers
Requires-Dist: numpy
Requires-Dist: backoff
Requires-Dist: tqdm
Requires-Dist: openai
Requires-Dist: anthropic
Requires-Dist: attrs
Dynamic: license-file
