| Name | handler-reviews-lib JSON | 
            
| Version | 
                  1.1.2
                   
                  JSON | 
            
 | download  | 
            
| home_page | None  | 
            
| Summary | This is the module for work with handlers of reviews by templates or GPT | 
            | upload_time | 2025-01-27 11:34:48 | 
            | maintainer | None | 
            
            | docs_url | None | 
            | author | 1mlnmyfavoriteinteger | 
            
            | requires_python | >=3.6 | 
            
            
            | license | None | 
            | keywords | 
                
                    reviews
                
                     handler
                 | 
            | VCS | 
                
                    | 
                
            
            | bugtrack_url | 
                
                 | 
             
            
            | requirements | 
                
                  No requirements were recorded.
                
             | 
            
| Travis-CI | 
                
                   No Travis.
                
             | 
            | coveralls test coverage | 
                
                   No coveralls.
                
             | 
        
        
            
            # Handler Reviews #
## What is this? ##
The module allows process reviews of your clients by tamplates or AI.
## Quick Guide ##
The module is based on the following structure:
    
    handler = ReviewsHandlerProvider()
    gpt_handler = handler.fetch_handler(handler_type=HandlerType.GPTHANDLER, api_key=api_key_gpt)
    template_handler = handler.fetch_handler(handler_type=HandlerType.TEMPLATEHANDLER)
    
Which Python provides by standard.
----------
### Using ###
Using the library is as simple and convenient as possible:
Let's import it first:
First, import everything from the library (use the `from `...` import *` construct).
    handler = ReviewsHandlerProvider()
    gpt_handler = handler.fetch_handler(handler_type=HandlerType.GPTHANDLER, api_key=api_key_gpt)
    template_handler = handler.fetch_handler(handler_type=HandlerType.TEMPLATEHANDLER)
#Get your data like name_client, review, grade, return_amount_tokens
response_gpt = gpt_handler.get_response(name_client, review, grade, return_amount_tokens)
response_tamplate = template_handler.get_response(name_client, grade)
----------
## Developer ##
My site: [link](https://github.com/Azakaim/) 
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": null,
    "name": "handler-reviews-lib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "reviews, handler",
    "author": "1mlnmyfavoriteinteger",
    "author_email": "romansergeev7680@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f8/12/f65b6d9cb3de96380d9d3e586c6b1de393a19e6137f2fffa84640c6c3ded/handler_reviews_lib-1.1.2.tar.gz",
    "platform": null,
    "description": "# Handler Reviews #\n\n## What is this? ##\nThe module allows process reviews of your clients by tamplates or AI.\n\n## Quick Guide ##\nThe module is based on the following structure:\n\n    \n    handler = ReviewsHandlerProvider()\n    gpt_handler = handler.fetch_handler(handler_type=HandlerType.GPTHANDLER, api_key=api_key_gpt)\n    template_handler = handler.fetch_handler(handler_type=HandlerType.TEMPLATEHANDLER)\n    \nWhich Python provides by standard.\n\n----------\n\n### Using ###\n\n\nUsing the library is as simple and convenient as possible:\n\nLet's import it first:\nFirst, import everything from the library (use the `from `...` import *` construct).\n\n    handler = ReviewsHandlerProvider()\n    gpt_handler = handler.fetch_handler(handler_type=HandlerType.GPTHANDLER, api_key=api_key_gpt)\n    template_handler = handler.fetch_handler(handler_type=HandlerType.TEMPLATEHANDLER)\n\n#Get your data like name_client, review, grade, return_amount_tokens\n\nresponse_gpt = gpt_handler.get_response(name_client, review, grade, return_amount_tokens)\nresponse_tamplate = template_handler.get_response(name_client, grade)\n\n----------\n\n\n## Developer ##\nMy site: [link](https://github.com/Azakaim/) \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This is the module for work with handlers of reviews by templates or GPT",
    "version": "1.1.2",
    "project_urls": {
        "GitHub": "https://github.com/Azakaim"
    },
    "split_keywords": [
        "reviews",
        " handler"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3902b2c7af285fbf1d00389b408e0252a332c8972ca80d33a589fdf9b290bcf0",
                "md5": "c31ee520e0b0152f822afed539002732",
                "sha256": "f27f4463d7e8bbab533fefe365db8ebb91d170f4c108b627c943459ceb8ccf6a"
            },
            "downloads": -1,
            "filename": "handler_reviews_lib-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c31ee520e0b0152f822afed539002732",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6253,
            "upload_time": "2025-01-27T11:34:47",
            "upload_time_iso_8601": "2025-01-27T11:34:47.261648Z",
            "url": "https://files.pythonhosted.org/packages/39/02/b2c7af285fbf1d00389b408e0252a332c8972ca80d33a589fdf9b290bcf0/handler_reviews_lib-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f812f65b6d9cb3de96380d9d3e586c6b1de393a19e6137f2fffa84640c6c3ded",
                "md5": "2ebc036f7c9cb998e074c4969b8b6834",
                "sha256": "5023985aeb66541c7cb690e5ae3646665cfe08af937fdb5aba0d3fe591e8fe33"
            },
            "downloads": -1,
            "filename": "handler_reviews_lib-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2ebc036f7c9cb998e074c4969b8b6834",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4592,
            "upload_time": "2025-01-27T11:34:48",
            "upload_time_iso_8601": "2025-01-27T11:34:48.467575Z",
            "url": "https://files.pythonhosted.org/packages/f8/12/f65b6d9cb3de96380d9d3e586c6b1de393a19e6137f2fffa84640c6c3ded/handler_reviews_lib-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-27 11:34:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "handler-reviews-lib"
}