traia-tools


Nametraia-tools JSON
Version 0.1.27 PyPI version JSON
download
home_pageNone
SummaryCustom tools for Traia/CrewAI for Web3 and crypto trading strategies
upload_time2025-10-27 10:15:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords crewai web3 cryptocurrency tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Traia Tools

**Traia Tools** is a collection of custom Python tools for [CrewAI](https://docs.crewai.com/) agents that specialize in Web3 and cryptocurrency trading strategies. This repository is structured as a Python package to be installed via `pip`, providing tools that integrate smoothly into CrewAI environments.

## Features
- **CoinGecko Quote Tool**: Fetch and process cryptocurrency price data from CoinGecko.

## Installation

1. Clone or download this repository.
2. Navigate to the `traia-tools` folder.
3. Install via `pip` (this will use the `pyproject.toml` file):
   ```bash
   pip install .
   ```

## Usage
After installation, you can import and use the tools directly in your code, such as:

```python
from traia_tools.tools import CoinGeckoQuoterTool

# Example usage
quoter = CoinGeckoQuoterTool()
quote = quoter.run("BTC")
print(quote)
```

## Contributing

We welcome contributions! Please follow these steps:

1. Fork the repository.
2. Create a new branch for your changes.
3. Make your changes and commit them.
4. Push your changes to your fork.
5. Create a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "traia-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "crewai, web3, cryptocurrency, tools",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/27/bd/41b16e2816ca7c129901d571a39f9b998d6b2c9c39c1d97e89c871d0b59e/traia_tools-0.1.27.tar.gz",
    "platform": null,
    "description": "# Traia Tools\n\n**Traia Tools** is a collection of custom Python tools for [CrewAI](https://docs.crewai.com/) agents that specialize in Web3 and cryptocurrency trading strategies. This repository is structured as a Python package to be installed via `pip`, providing tools that integrate smoothly into CrewAI environments.\n\n## Features\n- **CoinGecko Quote Tool**: Fetch and process cryptocurrency price data from CoinGecko.\n\n## Installation\n\n1. Clone or download this repository.\n2. Navigate to the `traia-tools` folder.\n3. Install via `pip` (this will use the `pyproject.toml` file):\n   ```bash\n   pip install .\n   ```\n\n## Usage\nAfter installation, you can import and use the tools directly in your code, such as:\n\n```python\nfrom traia_tools.tools import CoinGeckoQuoterTool\n\n# Example usage\nquoter = CoinGeckoQuoterTool()\nquote = quoter.run(\"BTC\")\nprint(quote)\n```\n\n## Contributing\n\nWe welcome contributions! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your changes.\n3. Make your changes and commit them.\n4. Push your changes to your fork.\n5. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Custom tools for Traia/CrewAI for Web3 and crypto trading strategies",
    "version": "0.1.27",
    "project_urls": {
        "Documentation": "https://docs.crewai.com/",
        "Source": "https://github.com/traia/traia-tools"
    },
    "split_keywords": [
        "crewai",
        " web3",
        " cryptocurrency",
        " tools"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4ac7c41ca05285971fdc5651f3d046e519447aa27fca005257a2c2012eb1d961",
                "md5": "0f326d36377b8da08e8a65997efe283a",
                "sha256": "b0f88e93513843208e86364a719b49628063a9033373b73eb723b48db939bb11"
            },
            "downloads": -1,
            "filename": "traia_tools-0.1.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f326d36377b8da08e8a65997efe283a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 21972,
            "upload_time": "2025-10-27T10:15:34",
            "upload_time_iso_8601": "2025-10-27T10:15:34.653000Z",
            "url": "https://files.pythonhosted.org/packages/4a/c7/c41ca05285971fdc5651f3d046e519447aa27fca005257a2c2012eb1d961/traia_tools-0.1.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27bd41b16e2816ca7c129901d571a39f9b998d6b2c9c39c1d97e89c871d0b59e",
                "md5": "edb50939d34c8d554c62d2279d558218",
                "sha256": "5b6c772bec81aa848be2674ee5334dbeefa4d9bbd5d46ea73dc69c4a9530eb88"
            },
            "downloads": -1,
            "filename": "traia_tools-0.1.27.tar.gz",
            "has_sig": false,
            "md5_digest": "edb50939d34c8d554c62d2279d558218",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 17912,
            "upload_time": "2025-10-27T10:15:35",
            "upload_time_iso_8601": "2025-10-27T10:15:35.927908Z",
            "url": "https://files.pythonhosted.org/packages/27/bd/41b16e2816ca7c129901d571a39f9b998d6b2c9c39c1d97e89c871d0b59e/traia_tools-0.1.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-27 10:15:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "traia",
    "github_project": "traia-tools",
    "github_not_found": true,
    "lcname": "traia-tools"
}
        
Elapsed time: 2.05970s