Metadata-Version: 2.4
Name: arc-method
Version: 0.1.3
Summary: Arc Yöntemi tabanlı LLM interaction framework.
Author-email: Arda Akgür <arda@akgur.com>
License: ARC License (Version 1.1)
        
        Copyright (c) 2025 - ARDA AKGUR(ArcNaboo)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to use, copy, modify, merge, distribute, and sublicense the Software, subject to the following conditions:
        
        Become a member
        1. The Software may not be used for commercial purposes.
        This includes, but is not limited to, using the Software in any product or service that generates revenue, directly or indirectly — unless prior written permission is obtained from the copyright holder.
        
        2. The Software may not be used in any military context or for the development, production, or operation of weapons or systems intended for warfare, except in scenarios where the conflict is verifiably in defense of the survival of humankind as a whole.
        
        3. The Software may only be used for purposes that benefit humanity.
        This includes promoting peace, sustainability, and the advancement of collective well-being.
        
        4. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        ---
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: Homepage, https://arccorp.ai
Project-URL: Source, https://github.com/arcnaboo/arc_method
Project-URL: Issues, https://github.com/arcnaboo/arc_method/issues
Project-URL: Documentation, https://pypi.org/project/arc-method/
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: groq>=0.5.0
Requires-Dist: openai>=1.0.0
Dynamic: license-file

# ArcMethod

ArcMethod is an LLM interaction framework based on the Arc Yöntemi.

## Installation

```
pip install arc-method
```

## Usage

```python
from arc_method.core import ArcMethod

arc = ArcMethod(provider="llama", api_key="YOUR_GROQ_KEY")

system = "You are an AI assistant using the Arc Method."
user = "Extract the GUID from this text: TRT-REF-9988-ABCD"

print(arc.interact(system, user))
```

## Providers
- **openai** → GPT-4.1 family  
- **llama** → Groq LLaMA 3.3 70B Versatile

## License
ARC
