condy


Namecondy JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/condy
SummaryA library to get embeddings from a specific API
upload_time2024-08-30 04:34:19
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Condy

Condy is a Python library that provides easy access to embeddings from a specific API.

## Installation

You can install Condy using pip:

```
pip install condy
```

## Usage

Here's a simple example of how to use Condy:

```python
from condy import get_embeddings

text = "Hello, world!"
embeddings = get_embeddings(text)
print(embeddings)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/condy",
    "name": "condy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/50/a9/8c4d8a09002e5e349994f25efe4af642512ed29e50673956b3e435fb0548/condy-0.2.0.tar.gz",
    "platform": null,
    "description": "# Condy\n\nCondy is a Python library that provides easy access to embeddings from a specific API.\n\n## Installation\n\nYou can install Condy using pip:\n\n```\npip install condy\n```\n\n## Usage\n\nHere's a simple example of how to use Condy:\n\n```python\nfrom condy import get_embeddings\n\ntext = \"Hello, world!\"\nembeddings = get_embeddings(text)\nprint(embeddings)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library to get embeddings from a specific API",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/condy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "506607237274ce5e6ea37cc41591c761c5b7c2f4725881fd214b66f2fb8d2d7c",
                "md5": "9845110417d2e88eb7db6280846e529d",
                "sha256": "478b3432295ac8e7e215f96133283eb9536fc3ce65455a4db7456e3823455b6b"
            },
            "downloads": -1,
            "filename": "condy-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9845110417d2e88eb7db6280846e529d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1825,
            "upload_time": "2024-08-30T04:34:17",
            "upload_time_iso_8601": "2024-08-30T04:34:17.601525Z",
            "url": "https://files.pythonhosted.org/packages/50/66/07237274ce5e6ea37cc41591c761c5b7c2f4725881fd214b66f2fb8d2d7c/condy-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50a98c4d8a09002e5e349994f25efe4af642512ed29e50673956b3e435fb0548",
                "md5": "189a676d0affebf9e1286af23b643499",
                "sha256": "8c7d0846c03864280bd82e79a1e6722c9958ae12836d717b51b50f45378ea1cc"
            },
            "downloads": -1,
            "filename": "condy-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "189a676d0affebf9e1286af23b643499",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1604,
            "upload_time": "2024-08-30T04:34:19",
            "upload_time_iso_8601": "2024-08-30T04:34:19.032389Z",
            "url": "https://files.pythonhosted.org/packages/50/a9/8c4d8a09002e5e349994f25efe4af642512ed29e50673956b3e435fb0548/condy-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 04:34:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "condy",
    "github_not_found": true,
    "lcname": "condy"
}
        
Elapsed time: 0.54108s