mach-client


Namemach-client JSON
Version 0.1.53 PyPI version JSON
download
home_pageNone
SummaryA Python client for the Mach exchange.
upload_time2024-12-31 01:30:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13.0
licenseNone
keywords crypto cryptocurrencies cryptocurrency defi exchange liquidity mach pool swap tristero
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mach-client-py

This library contains 2 things:

- A client for the [Mach exchange](https://www.mach.exchange/) and [asset server](https://tokens.machprotocol.com/docs)
- A strongly typed set of abstractions used for working with clients, transactions, tokens, accounts and scanners on smart contract chains

## Getting Started

Create a copy of the `template.config.yaml` file:

```bash
cp template.config.yaml config.yaml
```

Edit the config to add the credentials for the account you wish to run the example with:

```yaml
accounts:
  ethereum: "YOUR PRIVATE KEY"
  solana: "..."
  tron: "..."
# ...
```

Then look at the notebook in the `examples/` directory.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mach-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13.0",
    "maintainer_email": null,
    "keywords": "crypto, cryptocurrencies, cryptocurrency, defi, exchange, liquidity, mach, pool, swap, tristero",
    "author": null,
    "author_email": "Richard Dong <richard@tristero.xyz>",
    "download_url": "https://files.pythonhosted.org/packages/f9/e8/454882189e34be2549223634571650e6fbbf43a0cb0a92e0f0364be71276/mach_client-0.1.53.tar.gz",
    "platform": null,
    "description": "# mach-client-py\n\nThis library contains 2 things:\n\n- A client for the [Mach exchange](https://www.mach.exchange/) and [asset server](https://tokens.machprotocol.com/docs)\n- A strongly typed set of abstractions used for working with clients, transactions, tokens, accounts and scanners on smart contract chains\n\n## Getting Started\n\nCreate a copy of the `template.config.yaml` file:\n\n```bash\ncp template.config.yaml config.yaml\n```\n\nEdit the config to add the credentials for the account you wish to run the example with:\n\n```yaml\naccounts:\n  ethereum: \"YOUR PRIVATE KEY\"\n  solana: \"...\"\n  tron: \"...\"\n# ...\n```\n\nThen look at the notebook in the `examples/` directory.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python client for the Mach exchange.",
    "version": "0.1.53",
    "project_urls": {
        "Homepage": "https://github.com/tristeroresearch/mach-client-py",
        "Issues": "https://github.com/tristeroresearch/mach-client-py/issues"
    },
    "split_keywords": [
        "crypto",
        " cryptocurrencies",
        " cryptocurrency",
        " defi",
        " exchange",
        " liquidity",
        " mach",
        " pool",
        " swap",
        " tristero"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5016811e5961e66d8ede325eb97738a21b6ad59e705233ec15da165184ba35bf",
                "md5": "bf060dd104008d54bd1b7f5cb7f5f44b",
                "sha256": "5258a537ecbbf28b8632549ce4a5f0c194a6af59077a7dd8639d684ece64f50b"
            },
            "downloads": -1,
            "filename": "mach_client-0.1.53-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf060dd104008d54bd1b7f5cb7f5f44b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13.0",
            "size": 140163,
            "upload_time": "2024-12-31T01:30:10",
            "upload_time_iso_8601": "2024-12-31T01:30:10.231799Z",
            "url": "https://files.pythonhosted.org/packages/50/16/811e5961e66d8ede325eb97738a21b6ad59e705233ec15da165184ba35bf/mach_client-0.1.53-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f9e8454882189e34be2549223634571650e6fbbf43a0cb0a92e0f0364be71276",
                "md5": "410b2bb1cc6fb949c5f10684559e29cf",
                "sha256": "d26d97de41df3acc48a8b4261dbc6568577fcfa7d1c37fb0c9cf6f98e0ac4830"
            },
            "downloads": -1,
            "filename": "mach_client-0.1.53.tar.gz",
            "has_sig": false,
            "md5_digest": "410b2bb1cc6fb949c5f10684559e29cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13.0",
            "size": 68346,
            "upload_time": "2024-12-31T01:30:12",
            "upload_time_iso_8601": "2024-12-31T01:30:12.941453Z",
            "url": "https://files.pythonhosted.org/packages/f9/e8/454882189e34be2549223634571650e6fbbf43a0cb0a92e0f0364be71276/mach_client-0.1.53.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-31 01:30:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tristeroresearch",
    "github_project": "mach-client-py",
    "github_not_found": true,
    "lcname": "mach-client"
}
        
Elapsed time: 0.39870s