mach_client


Namemach_client JSON
Version 0.1.39 PyPI version JSON
download
home_pageNone
SummaryA Python client for the Mach exchange.
upload_time2024-12-20 16:26:35
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/22/80/befda858044509ff59228d466aa740a9bb8d0abee3a9b357e5f503bbf318/mach_client-0.1.39.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.39",
    "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": "f9f2c55a4ef6749a78953f11d3116f844c96530603f6fe2bef21544d4776d77a",
                "md5": "42f685a0a821024bdb247366a87df795",
                "sha256": "4e1db4c20ef0e102765e179aa571122bf0a2d8c8ec50cfd5bee85eea72a31513"
            },
            "downloads": -1,
            "filename": "mach_client-0.1.39-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42f685a0a821024bdb247366a87df795",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13.0",
            "size": 56819,
            "upload_time": "2024-12-20T16:26:32",
            "upload_time_iso_8601": "2024-12-20T16:26:32.525840Z",
            "url": "https://files.pythonhosted.org/packages/f9/f2/c55a4ef6749a78953f11d3116f844c96530603f6fe2bef21544d4776d77a/mach_client-0.1.39-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2280befda858044509ff59228d466aa740a9bb8d0abee3a9b357e5f503bbf318",
                "md5": "9dfa2ca99b62068c9bfa88a3f60987ea",
                "sha256": "73c8833b0eba417bb3aec355ec203988d79cfcbaf2fae79aa0e309284c62d727"
            },
            "downloads": -1,
            "filename": "mach_client-0.1.39.tar.gz",
            "has_sig": false,
            "md5_digest": "9dfa2ca99b62068c9bfa88a3f60987ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13.0",
            "size": 36319,
            "upload_time": "2024-12-20T16:26:35",
            "upload_time_iso_8601": "2024-12-20T16:26:35.225756Z",
            "url": "https://files.pythonhosted.org/packages/22/80/befda858044509ff59228d466aa740a9bb8d0abee3a9b357e5f503bbf318/mach_client-0.1.39.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 16:26:35",
    "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.39037s