elixir-ai


Nameelixir-ai JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-08-12 18:41:10
maintainerNone
docs_urlNone
authorAndrew Chang
requires_python<4.0,>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Elixir

Python SDK for the Elixir API

## Installation

1. Clone the repository:

```bash
git clone https://github.com/tryelixir/elixir-py
```

2. Navigate to the project directory:

```bash
cd elixir-py
```

3. Install the dependencies:

```bash
poetry install
```

## Setup

If using VSCode, install the `Flake8` and `Black Formatter` extensions.

## Tests

```bash
poetry run pytest tests
```

## Lint

```bash
poetry run flake8 .
```

## Formatting

```bash
poetry run black .
```

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "elixir-ai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Andrew Chang",
    "author_email": "andrew@acalabs.xyz",
    "download_url": "https://files.pythonhosted.org/packages/2a/bd/fea117eca9673f8357c30ae67aad28a35923eb0069ce6d1bca0cdd16b53f/elixir_ai-0.1.3.tar.gz",
    "platform": null,
    "description": "# Elixir\n\nPython SDK for the Elixir API\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/tryelixir/elixir-py\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd elixir-py\n```\n\n3. Install the dependencies:\n\n```bash\npoetry install\n```\n\n## Setup\n\nIf using VSCode, install the `Flake8` and `Black Formatter` extensions.\n\n## Tests\n\n```bash\npoetry run pytest tests\n```\n\n## Lint\n\n```bash\npoetry run flake8 .\n```\n\n## Formatting\n\n```bash\npoetry run black .\n```\n\n## License\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a76ddb4f97fe36e6f25665fcb1b5e45c6d9ceef28567fd564e4a92b6287a745",
                "md5": "cbeea46508cda76dd6606329c4150de1",
                "sha256": "54524da2b4d19121d6c11b010f6c4a279ce638ebb347f8031c9d3dec5e66bd06"
            },
            "downloads": -1,
            "filename": "elixir_ai-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbeea46508cda76dd6606329c4150de1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 16155,
            "upload_time": "2024-08-12T18:41:08",
            "upload_time_iso_8601": "2024-08-12T18:41:08.560240Z",
            "url": "https://files.pythonhosted.org/packages/8a/76/ddb4f97fe36e6f25665fcb1b5e45c6d9ceef28567fd564e4a92b6287a745/elixir_ai-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2abdfea117eca9673f8357c30ae67aad28a35923eb0069ce6d1bca0cdd16b53f",
                "md5": "9acbb495a7169e13006081588742f12f",
                "sha256": "8a15da6299f696123c68c48c8579447680721055db54d89963c7e32cb24a0430"
            },
            "downloads": -1,
            "filename": "elixir_ai-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9acbb495a7169e13006081588742f12f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 11820,
            "upload_time": "2024-08-12T18:41:10",
            "upload_time_iso_8601": "2024-08-12T18:41:10.025845Z",
            "url": "https://files.pythonhosted.org/packages/2a/bd/fea117eca9673f8357c30ae67aad28a35923eb0069ce6d1bca0cdd16b53f/elixir_ai-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-12 18:41:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "elixir-ai"
}
        
Elapsed time: 0.34990s