agilix-api-fr8train


Nameagilix-api-fr8train JSON
Version 0.1.10 PyPI version JSON
download
home_pageNone
SummaryA Python SDK for integrating with the Agilix Buzz API
upload_time2025-07-16 02:45:08
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords agilix api sdk buzz integration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Agilix API
### By fr8train-sv

A Python SDK for integrating with Agilix Buzz API. Install with:

```bash
  pip install agilix-api-fr8train
```

Upgrade this specific library by running:

```bash
  pip install --upgrade agilix-api-fr8train
```

## Important Commands

The following list of commands are important for project maintenance.

## Building the Library

To build the library, ensure that the necessary build tools are installed in your environment. This can be done by installing `setuptools`, `build`, and `wheel`:

```bash
  pip install build twine setuptools wheel
```

`twine` can also be installed here while we're installing shit since we'll need it later. 

**REMEMBER**: INCREMENT YOUR VERSION NUMBER IN THE TOML BEFORE BUILDING.  

**REMEMBER**: REMOVE THE /DIST DIRECTORY BEFORE BUILDING FOR A CLEAN BUILD

Now, you can create the distribution files (source distribution and wheel) using the following command:

```bash
  python3 -m build
```

This will generate builds in the `dist/` directory.

## Deploying to PyPI

Ensure you have a valid PyPI account and credentials added to your `.pypirc` file or provide them during the publish process. Then, upload your package to PyPI with:

```bash
  python3 -m twine upload dist/*
```

Follow any prompts from `twine` to successfully upload your package. Once deployed, your package will be available on PyPI. 

# Usage

## Initialization

To start using the API SDK, you will need to initialize an API object:

```python
from agilix_api_fr8train.api import Api

api = Api()
```

This will reach out into your project for a .env file for credentials to establish a connection to the Agilix API Gateway.
Structure your .env file like the example below and maintain it at the root of your project directory.

```dotenv
BASE_URL=
DOMAIN=
USERNAME=
PASSWORD=
HOME_DOMAIN_ID=
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "agilix-api-fr8train",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "agilix, api, sdk, buzz, integration",
    "author": null,
    "author_email": "Tyler Collette <tyler.collette@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/30/08/50e2408c66bb21feda4a7be25ba9856ae6fe8f052bc862711dc19f29ae25/agilix_api_fr8train-0.1.10.tar.gz",
    "platform": null,
    "description": "# Agilix API\n### By fr8train-sv\n\nA Python SDK for integrating with Agilix Buzz API. Install with:\n\n```bash\n  pip install agilix-api-fr8train\n```\n\nUpgrade this specific library by running:\n\n```bash\n  pip install --upgrade agilix-api-fr8train\n```\n\n## Important Commands\n\nThe following list of commands are important for project maintenance.\n\n## Building the Library\n\nTo build the library, ensure that the necessary build tools are installed in your environment. This can be done by installing `setuptools`, `build`, and `wheel`:\n\n```bash\n  pip install build twine setuptools wheel\n```\n\n`twine` can also be installed here while we're installing shit since we'll need it later. \n\n**REMEMBER**: INCREMENT YOUR VERSION NUMBER IN THE TOML BEFORE BUILDING.  \n\n**REMEMBER**: REMOVE THE /DIST DIRECTORY BEFORE BUILDING FOR A CLEAN BUILD\n\nNow, you can create the distribution files (source distribution and wheel) using the following command:\n\n```bash\n  python3 -m build\n```\n\nThis will generate builds in the `dist/` directory.\n\n## Deploying to PyPI\n\nEnsure you have a valid PyPI account and credentials added to your `.pypirc` file or provide them during the publish process. Then, upload your package to PyPI with:\n\n```bash\n  python3 -m twine upload dist/*\n```\n\nFollow any prompts from `twine` to successfully upload your package. Once deployed, your package will be available on PyPI. \n\n# Usage\n\n## Initialization\n\nTo start using the API SDK, you will need to initialize an API object:\n\n```python\nfrom agilix_api_fr8train.api import Api\n\napi = Api()\n```\n\nThis will reach out into your project for a .env file for credentials to establish a connection to the Agilix API Gateway.\nStructure your .env file like the example below and maintain it at the root of your project directory.\n\n```dotenv\nBASE_URL=\nDOMAIN=\nUSERNAME=\nPASSWORD=\nHOME_DOMAIN_ID=\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python SDK for integrating with the Agilix Buzz API",
    "version": "0.1.10",
    "project_urls": {
        "Changelog": "https://github.com/fr8train-sv/agilix-api/releases",
        "Documentation": "https://github.com/fr8train-sv/agilix-api/wiki",
        "Source": "https://github.com/fr8train-sv/agilix-api"
    },
    "split_keywords": [
        "agilix",
        " api",
        " sdk",
        " buzz",
        " integration"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b89c84eb2308f551f8512e469567c4fbbc39d8fae80f3c547224ebe754a3d691",
                "md5": "7fc4b038921de079a24f895b9532ee17",
                "sha256": "da69acc847990493dd8a684907c68f9bdb5142bf48e471ec654861084f316012"
            },
            "downloads": -1,
            "filename": "agilix_api_fr8train-0.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7fc4b038921de079a24f895b9532ee17",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10244,
            "upload_time": "2025-07-16T02:45:07",
            "upload_time_iso_8601": "2025-07-16T02:45:07.371776Z",
            "url": "https://files.pythonhosted.org/packages/b8/9c/84eb2308f551f8512e469567c4fbbc39d8fae80f3c547224ebe754a3d691/agilix_api_fr8train-0.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "300850e2408c66bb21feda4a7be25ba9856ae6fe8f052bc862711dc19f29ae25",
                "md5": "a1cce614f22208df815098a6e0973d9b",
                "sha256": "369a6ccbacdc1f71cd664518cfc73e2400df50820ce16c75b7fc4f5487559058"
            },
            "downloads": -1,
            "filename": "agilix_api_fr8train-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "a1cce614f22208df815098a6e0973d9b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8623,
            "upload_time": "2025-07-16T02:45:08",
            "upload_time_iso_8601": "2025-07-16T02:45:08.188088Z",
            "url": "https://files.pythonhosted.org/packages/30/08/50e2408c66bb21feda4a7be25ba9856ae6fe8f052bc862711dc19f29ae25/agilix_api_fr8train-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 02:45:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fr8train-sv",
    "github_project": "agilix-api",
    "github_not_found": true,
    "lcname": "agilix-api-fr8train"
}
        
Elapsed time: 0.49427s