Metadata-Version: 2.1
Name: gocodeo
Version: 0.2
Summary: A package to generate unit tests for a file
Author: GoCodeo AI
Description-Content-Type: text/markdown
Requires-Dist: vertexai
Requires-Dist: requests
Requires-Dist: google-cloud-aiplatform
Requires-Dist: google-auth
Requires-Dist: python-dotenv
Requires-Dist: google-cloud-storage
Requires-Dist: pymongo

        gocodeo is a  package that provides a command-line interface (CLI) to generate unit tests for files. 
        To use gocodeo , simply run the command:
        
            gocodeo generate <file_path>
            
        For example:
        
            gocodeo generate C:\Users\Sky\Desktop\Demo.ts
        
        This will analyze the file specified and generate unit tests based on its contents.
    
