solathon


Namesolathon JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/GitBolt/solathon
SummaryHigh performance, easy to use and feature-rich Solana SDK for Python.
upload_time2024-04-16 14:35:59
maintainerNone
docs_urlNone
authorGitBolt
requires_python<4.0,>=3.8
licenseMIT
keywords solana web3 sdk blockchain crypto
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <a href="#">
    <img
      alt="Solathon logo"
      src="https://media.discordapp.net/attachments/807140294764003350/929017682836193410/logo.png"
      width="140"
    />
  </a>
</p>


<p align="center">
  <a href="https://pypi.org/project/solathon/" target="_blank"><img src="https://badge.fury.io/py/solathon.svg" alt="PyPI version"></a>
  <a href="https://github.com/GitBolt/solathon/blob/master/LICENSE" target="_blank"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License"></a>
  <br>
</p>

<h1 align="center">Solathon</h1>

Solathon is a high performance, easy to use and feature-rich Solana SDK for Python. Easy for beginners, powerful for real world applications.

# ✨ Getting started
## Installation
```
pip install solathon
```
## Client example
```python
from solathon import Client

client = Client("https://api.devnet.solana.com")
```
## Basic usage example
```python
# Basic example of fetching a public key's balance
from solathon import Client, PublicKey

client = Client("https://api.devnet.solana.com")
public_key = PublicKey("B3BhJ1nvPvEhx3hq3nfK8hx4WYcKZdbhavSobZEA44ai")

balance = client.get_balance(public_key)
print(balance)
```

# 🗃️ Contribution
Drop a pull request for anything which seems wrong or can be improved, could be a small typo or an entirely new feature! Checkout [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to proceed.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GitBolt/solathon",
    "name": "solathon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "solana, web3, sdk, blockchain, crypto",
    "author": "GitBolt",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/bf/ca/78931937b4b5000e8269d306ef53acb9c64b0057a1f5616a246666be00b3/solathon-1.0.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <a href=\"#\">\n    <img\n      alt=\"Solathon logo\"\n      src=\"https://media.discordapp.net/attachments/807140294764003350/929017682836193410/logo.png\"\n      width=\"140\"\n    />\n  </a>\n</p>\n\n\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/solathon/\" target=\"_blank\"><img src=\"https://badge.fury.io/py/solathon.svg\" alt=\"PyPI version\"></a>\n  <a href=\"https://github.com/GitBolt/solathon/blob/master/LICENSE\" target=\"_blank\"><img src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" alt=\"MIT License\"></a>\n  <br>\n</p>\n\n<h1 align=\"center\">Solathon</h1>\n\nSolathon is a high performance, easy to use and feature-rich Solana SDK for Python. Easy for beginners, powerful for real world applications.\n\n# \u2728 Getting started\n## Installation\n```\npip install solathon\n```\n## Client example\n```python\nfrom solathon import Client\n\nclient = Client(\"https://api.devnet.solana.com\")\n```\n## Basic usage example\n```python\n# Basic example of fetching a public key's balance\nfrom solathon import Client, PublicKey\n\nclient = Client(\"https://api.devnet.solana.com\")\npublic_key = PublicKey(\"B3BhJ1nvPvEhx3hq3nfK8hx4WYcKZdbhavSobZEA44ai\")\n\nbalance = client.get_balance(public_key)\nprint(balance)\n```\n\n# \ud83d\uddc3\ufe0f Contribution\nDrop a pull request for anything which seems wrong or can be improved, could be a small typo or an entirely new feature! Checkout [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to proceed.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "High performance, easy to use and feature-rich Solana SDK for Python.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/GitBolt/solathon",
        "Repository": "https://github.com/GitBolt/solathon"
    },
    "split_keywords": [
        "solana",
        " web3",
        " sdk",
        " blockchain",
        " crypto"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6df0b4b143339c04130328e2564c03dcfb3ffdf57a0974fc6dde80d986f342a2",
                "md5": "9dba147db6d19fe04254ae8af558cb5d",
                "sha256": "cfbd5dca624931a16fce5b9d843b559c8c2c87262e9e7d198ff26e943d0ca849"
            },
            "downloads": -1,
            "filename": "solathon-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9dba147db6d19fe04254ae8af558cb5d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 37333,
            "upload_time": "2024-04-16T14:35:57",
            "upload_time_iso_8601": "2024-04-16T14:35:57.193849Z",
            "url": "https://files.pythonhosted.org/packages/6d/f0/b4b143339c04130328e2564c03dcfb3ffdf57a0974fc6dde80d986f342a2/solathon-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfca78931937b4b5000e8269d306ef53acb9c64b0057a1f5616a246666be00b3",
                "md5": "1d726e2ac23b5005a2aa9b12c1b20084",
                "sha256": "ae6a6bea421b76aee776bb9b748709afee286f8907e3b33957236452bf142818"
            },
            "downloads": -1,
            "filename": "solathon-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1d726e2ac23b5005a2aa9b12c1b20084",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 28856,
            "upload_time": "2024-04-16T14:35:59",
            "upload_time_iso_8601": "2024-04-16T14:35:59.412898Z",
            "url": "https://files.pythonhosted.org/packages/bf/ca/78931937b4b5000e8269d306ef53acb9c64b0057a1f5616a246666be00b3/solathon-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 14:35:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GitBolt",
    "github_project": "solathon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "solathon"
}
        
Elapsed time: 0.23845s