Metadata-Version: 2.4
Name: gpt_db-core
Version: 0.1.1
Summary: A Django + PyTorch neural database that learns, trains, and chats directly from your database.
Author-email: Gerson De La Cruz <qaputancana@gmail.com>
License: GPT-DB License  
        Copyright (c) 2025 Gerson De La Cruz  
        
        This project is licensed under the **Creative Commons  
        Attribution–NonCommercial 4.0 International License (CC BY-NC 4.0)**.  
        
        You are free to:  
        • Use, share, and modify this software for **personal, academic, or research** purposes.  
        • Include it in **non-commercial** projects, provided that proper attribution is given to the author.  
        
        Attribution requirement:  
        Any use of this software must clearly credit **Gerson De La Cruz** in accompanying documentation,  
        readme files, or visible project descriptions. Example:  
        “Powered by GPT-DB by Gerson De La Cruz.”  
        
        You must not:  
        • Use, sell, or distribute this software or derivative works for **commercial or revenue-generating** purposes  
          without **written permission** from the author.  
        • Remove or alter author credits or license notices.  
        
        Commercial licenses are available upon request.  
        Please contact <gdelacruz.developer@gmail.com> for commercial use inquiries.  
        
        Full license text: https://creativecommons.org/licenses/by-nc/4.0/
        
Project-URL: Homepage, https://github.com/gersondelacruz/gptdb
Project-URL: Documentation, https://pypi.org/project/gptdb-core/
Project-URL: Issues, https://github.com/gersondelacruz/gptdb/issues
Keywords: gpt,django,pytorch,ai,database,neural,nlp,transformer
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Framework :: Django
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django>=4.0
Requires-Dist: torch>=2.0.0
Requires-Dist: numpy>=1.22.0
Dynamic: license-file
