<p align="center">
<a href="#">
<img
alt="Solathon logo"
src="https://solathon.vercel.app/solathon.svg"
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.9",
"maintainer_email": null,
"keywords": "solana, web3, sdk, blockchain, crypto",
"author": "GitBolt",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/b1/c4/100244ce12907c280aff766d94664dc04cbf062baa03e454f049b0d09d98/solathon-1.0.7.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <a href=\"#\">\n <img\n alt=\"Solathon logo\"\n src=\"https://solathon.vercel.app/solathon.svg\"\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": "A high-performance, easy-to-use, and feature-rich Solana SDK for Python.",
"version": "1.0.7",
"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": "7023e2b86cd1d3d940168886d28ef7cd593244c0b278591d74b665bf95a41d84",
"md5": "82d36d2996628f4d210146cd3a509669",
"sha256": "4d46553db9999349efca50eb66e3237cb5e0919649bb7d9b1651c3ccfa4d51c0"
},
"downloads": -1,
"filename": "solathon-1.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "82d36d2996628f4d210146cd3a509669",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 38484,
"upload_time": "2024-11-16T17:27:17",
"upload_time_iso_8601": "2024-11-16T17:27:17.948433Z",
"url": "https://files.pythonhosted.org/packages/70/23/e2b86cd1d3d940168886d28ef7cd593244c0b278591d74b665bf95a41d84/solathon-1.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b1c4100244ce12907c280aff766d94664dc04cbf062baa03e454f049b0d09d98",
"md5": "712dbb196056c9349869b7f33894225c",
"sha256": "dfafe159296ede8ff843b7b9ff0d0c1e2d3de8f0b9550c22b0812939239ae682"
},
"downloads": -1,
"filename": "solathon-1.0.7.tar.gz",
"has_sig": false,
"md5_digest": "712dbb196056c9349869b7f33894225c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 29949,
"upload_time": "2024-11-16T17:27:21",
"upload_time_iso_8601": "2024-11-16T17:27:21.022242Z",
"url": "https://files.pythonhosted.org/packages/b1/c4/100244ce12907c280aff766d94664dc04cbf062baa03e454f049b0d09d98/solathon-1.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-16 17:27:21",
"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"
}