cybex


Namecybex JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/kyegomez/Cybex
SummaryCybex - Pytorch
upload_time2023-09-17 22:04:35
maintainer
docs_urlNone
authorKye Gomez
requires_python>=3.6,<4.0
licenseMIT
keywords artificial intelligence deep learning optimizers prompt engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)

# Cybex
Autonomously generate high-quality unit tests for entire repositories, just plug in and play the repo link and enjoy high quality tests to elevate your project


## Installation
`pip install cybex`


## Usage
```python
from cybex import TestGenerator

# Example usage:
test_generator = TestGenerator(
    repo_url="https://github.com/kyegomez/exa", 
    api_key=""
)
test_generator.download()
test_generator.generate_tests()
```

# License
MIT




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kyegomez/Cybex",
    "name": "cybex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "artificial intelligence,deep learning,optimizers,Prompt Engineering",
    "author": "Kye Gomez",
    "author_email": "kye@apac.ai",
    "download_url": "https://files.pythonhosted.org/packages/33/92/1cbcd98ce7dcf93ceb96e609b9188084826356bd10492551eda03a2bdf0c/cybex-0.0.2.tar.gz",
    "platform": null,
    "description": "[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# Cybex\nAutonomously generate high-quality unit tests for entire repositories, just plug in and play the repo link and enjoy high quality tests to elevate your project\n\n\n## Installation\n`pip install cybex`\n\n\n## Usage\n```python\nfrom cybex import TestGenerator\n\n# Example usage:\ntest_generator = TestGenerator(\n    repo_url=\"https://github.com/kyegomez/exa\", \n    api_key=\"\"\n)\ntest_generator.download()\ntest_generator.generate_tests()\n```\n\n# License\nMIT\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Cybex - Pytorch",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/kyegomez/Cybex",
        "Repository": "https://github.com/kyegomez/Cybex"
    },
    "split_keywords": [
        "artificial intelligence",
        "deep learning",
        "optimizers",
        "prompt engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73e4c8b444b28dead0d9026f5ffe1d41b1bf17027136aa880ca3a1394197a7fa",
                "md5": "60808039d02a4233a881917bd064fa75",
                "sha256": "d972bf2d5add2b3d77c556749718c65133464d5a137f014f535484cf73d10d33"
            },
            "downloads": -1,
            "filename": "cybex-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "60808039d02a4233a881917bd064fa75",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 6517,
            "upload_time": "2023-09-17T22:04:34",
            "upload_time_iso_8601": "2023-09-17T22:04:34.399675Z",
            "url": "https://files.pythonhosted.org/packages/73/e4/c8b444b28dead0d9026f5ffe1d41b1bf17027136aa880ca3a1394197a7fa/cybex-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33921cbcd98ce7dcf93ceb96e609b9188084826356bd10492551eda03a2bdf0c",
                "md5": "a3616606bc53af7adedc0ff1960b440b",
                "sha256": "a2a8e81eb006b361a8f33a0d8bcf90534af1b9de4f0729af583020e0b0c1c298"
            },
            "downloads": -1,
            "filename": "cybex-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a3616606bc53af7adedc0ff1960b440b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 4751,
            "upload_time": "2023-09-17T22:04:35",
            "upload_time_iso_8601": "2023-09-17T22:04:35.664670Z",
            "url": "https://files.pythonhosted.org/packages/33/92/1cbcd98ce7dcf93ceb96e609b9188084826356bd10492551eda03a2bdf0c/cybex-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-17 22:04:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kyegomez",
    "github_project": "Cybex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cybex"
}
        
Elapsed time: 0.15137s