alchemysdk


Namealchemysdk JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/FastestMolasses/alchemy-sdk
SummaryAn unofficial Python SDK for the Alchemy API
upload_time2023-02-06 06:13:01
maintainer
docs_urlNone
authorAbe M
requires_python>=3.9,<4
licenseMIT
keywords opensea api sdk python nft erc721 erc1155 ethereum crypto cryptocurrency alchemy web3 alchemy-sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python SDK for the Alchemy API

![python](https://github.com/FastestMolasses/alchemy-sdk/actions/workflows/main.yaml/badge.svg)

An unofficial Python SDK for the [Alchemy API](https://docs.alchemy.com/).


## Installation

Requirements: Python 3.9+

Pip:
```bash
pip install alchemy-sdk
```

Poetry:
```bash
poetry add alchemy-sdk
```

### Upgrade

Pip:
```bash
pip install alchemy-sdk -U
```

Poetry:
```bash
poetry update alchemy-sdk
```

## Contributing

1. Fork it (<https://github.com/FastestMolasses/alchemy-sdk/fork>)
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FastestMolasses/alchemy-sdk",
    "name": "alchemysdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4",
    "maintainer_email": "",
    "keywords": "opensea,api,sdk,python,nft,erc721,erc1155,ethereum,crypto,cryptocurrency,alchemy,web3,alchemy-sdk",
    "author": "Abe M",
    "author_email": "abe.malla8@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8b/3d/544a89c5c5fb299c3bd1b6a457810b184ecd37a6898e737d12efb2e08d91/alchemysdk-0.1.0.tar.gz",
    "platform": null,
    "description": "# Python SDK for the Alchemy API\n\n![python](https://github.com/FastestMolasses/alchemy-sdk/actions/workflows/main.yaml/badge.svg)\n\nAn unofficial Python SDK for the [Alchemy API](https://docs.alchemy.com/).\n\n\n## Installation\n\nRequirements: Python 3.9+\n\nPip:\n```bash\npip install alchemy-sdk\n```\n\nPoetry:\n```bash\npoetry add alchemy-sdk\n```\n\n### Upgrade\n\nPip:\n```bash\npip install alchemy-sdk -U\n```\n\nPoetry:\n```bash\npoetry update alchemy-sdk\n```\n\n## Contributing\n\n1. Fork it (<https://github.com/FastestMolasses/alchemy-sdk/fork>)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An unofficial Python SDK for the Alchemy API",
    "version": "0.1.0",
    "split_keywords": [
        "opensea",
        "api",
        "sdk",
        "python",
        "nft",
        "erc721",
        "erc1155",
        "ethereum",
        "crypto",
        "cryptocurrency",
        "alchemy",
        "web3",
        "alchemy-sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1346bea78c971c06a923c3ec972e8464c6850d098151dc4b0524232bc3700d18",
                "md5": "d02ca6f515ec1bd86519b11395b77019",
                "sha256": "0855beb7de90b6362ba2946001894218423401c7b37521f6ec6819485797c727"
            },
            "downloads": -1,
            "filename": "alchemysdk-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d02ca6f515ec1bd86519b11395b77019",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4",
            "size": 6799,
            "upload_time": "2023-02-06T06:12:59",
            "upload_time_iso_8601": "2023-02-06T06:12:59.888914Z",
            "url": "https://files.pythonhosted.org/packages/13/46/bea78c971c06a923c3ec972e8464c6850d098151dc4b0524232bc3700d18/alchemysdk-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b3d544a89c5c5fb299c3bd1b6a457810b184ecd37a6898e737d12efb2e08d91",
                "md5": "247ac264052849e0ac65c959f9b4f924",
                "sha256": "6abbbe05a90e29719fdc8d37fdd013fc9a23c945c1d7f71b5f40282d8df0da35"
            },
            "downloads": -1,
            "filename": "alchemysdk-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "247ac264052849e0ac65c959f9b4f924",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4",
            "size": 6047,
            "upload_time": "2023-02-06T06:13:01",
            "upload_time_iso_8601": "2023-02-06T06:13:01.236943Z",
            "url": "https://files.pythonhosted.org/packages/8b/3d/544a89c5c5fb299c3bd1b6a457810b184ecd37a6898e737d12efb2e08d91/alchemysdk-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-06 06:13:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "FastestMolasses",
    "github_project": "alchemy-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "alchemysdk"
}
        
Elapsed time: 0.04566s