mach_client


Namemach_client JSON
Version 0.1.67 PyPI version JSON
download
home_pageNone
SummaryA Python client for the Mach exchange.
upload_time2025-01-12 00:57:17
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/e7/c6/409aa179924745f390f0d549d23ffb99d6448f38962294b0039dbbab4dd3/mach_client-0.1.67.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.67",
    "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": "072c30b41ba493de1af94565bef5fca524c4e45abce520739c07f0e609683b2f",
                "md5": "4e4dd7421ea0e2e5794aac4c189a13e8",
                "sha256": "5794b2b173e660ca22e4e8b0a669571915b1f271796ffdb3b1eafc793ddf47d2"
            },
            "downloads": -1,
            "filename": "mach_client-0.1.67-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e4dd7421ea0e2e5794aac4c189a13e8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13.0",
            "size": 145394,
            "upload_time": "2025-01-12T00:57:14",
            "upload_time_iso_8601": "2025-01-12T00:57:14.107098Z",
            "url": "https://files.pythonhosted.org/packages/07/2c/30b41ba493de1af94565bef5fca524c4e45abce520739c07f0e609683b2f/mach_client-0.1.67-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e7c6409aa179924745f390f0d549d23ffb99d6448f38962294b0039dbbab4dd3",
                "md5": "4282ebf323bbdf729b438f2750d8ee04",
                "sha256": "7b6a3676bc3c3fc88904555169832f564bb91cbc4dff6373b656847b643a6c4f"
            },
            "downloads": -1,
            "filename": "mach_client-0.1.67.tar.gz",
            "has_sig": false,
            "md5_digest": "4282ebf323bbdf729b438f2750d8ee04",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13.0",
            "size": 70399,
            "upload_time": "2025-01-12T00:57:17",
            "upload_time_iso_8601": "2025-01-12T00:57:17.232855Z",
            "url": "https://files.pythonhosted.org/packages/e7/c6/409aa179924745f390f0d549d23ffb99d6448f38962294b0039dbbab4dd3/mach_client-0.1.67.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-12 00:57:17",
    "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.45247s