Metadata-Version: 2.4
Name: pobyaryan
Version: 0.1.0
Summary: PO — an AI command-line agent by ARYAN
Author: ARYAN KHOKALE
License: MIT License
        
        Copyright (c) 2025 ARYAN KHOKALE
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        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://github.com/AryanKhokale/po_by_aryank
Project-URL: Issues, https://github.com/AryanKhokale/po_by_aryank
Keywords: AI,agent,cli,automation,genai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-genai~=1.0
Dynamic: license-file

pobyaryan is a lightweight Python package that turns a command-line interface into a smart AI agent named PO, built by ARYAN.


🧠 What PO Can Do:
 
 ✔ Understand natural language commands

 ✔ Build scalable, robust frontend code

 ✔ Assist with development

 ✔ Manage your filesystem 

 ✔ Execute shell/terminal commands safely

 ✔ Chat interactively in a REPL

 

 🚀 Installation

pip install pobyaryan



🏃 How to use PO ?

   💡 PO uses Google GenAI API 💡 

   ● Run PO directly from your terminal:

     🔑 Set Your API Key (Required):
     po --api-key YOUR_KEY

     eg -> po --api-key AIzaSyC9CCCKDKpcAg98zsrBBEPEDwEMVNralX0 


   ● PO is now activated and You can interact with him, as the 'USER', via terminal!

      eg -> USER : create me a frontend for wedding site # USE DETAILED PROMPTS TO BUILD MORE SPECIFIC ACCORDING TO UR CONVINIENCE ✨
            PO   : Sure! I’ll create a clean and elegant wedding website frontend for you.

                   I’ll include:
                   - A hero section with the couple’s names
                   - Date & venue section
                   - A love story/about section
                   - RSVP button
                   - Soft pastel theme
                   
                   Creating project structure...
                   
                   📁 Creating folder: wedding_site
                   📄 Creating files:
                   - wedding_site/index.html
                   - wedding_site/styles.css
                   - wedding_site/script.js
                   Let me know if you want animations, a gallery, timeline section, or a more modern aesthetic!


     👋 To terminate/deactivate the session:
            
            ● Use 'over n out'
            eg ->
                 USER : over n out
                 PO   : Over and out! 👋
     

       💡  IF ANY ERROR IS FACED THEN GENERATE A NEW API KEY TO ACTIVATE THE PO!




🖥️   TO RUN LOCALLY, FOLLOW THE STEPS ->
       
       ● requires python >= 3.9

       ● set a virtual environment/ 'py -m {name} venv' followed by '{name}/Scripts/activate' -> terminal

       ● clone this repo ->terminal

       ● pip install -r requirements.txt -> terminal

       ● set env var / ' $env:PO_GENAI_API_KEY = "YOUR_KEY_HERE" ' -> terminal

       ● run the command ' python -m pobyaryank.agent ' ->terminal


















