Getting Started
This library is a python SDK for FragAPI
Installation
pip install fragapi
| Requirement | Version |
|---|---|
| Python | 3.10+ |
| aiohttp | 3.14+ |
| pydantic | 2.13+ |
Basic example:
import asyncio
from fragapi import FragAPI
async def main() -> None:
fragapi = FragAPI(token="YOUR_TOKEN_FROM_PANEL")
me = await fragapi.get_me()
print(me.balance) # Your balance
if __name__ == "__main__":
asyncio.run(main())
Release files for fragapi 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fragapi-0.3.0.tar.gz | 89.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fragapi-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 101.9 kB
Release files / fragapi-0.3.0.tar.gz
| Download URL | fragapi-0.3.0.tar.gz |
|---|---|
| Size | 89.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d990daf71e0805b2d552f6c4824d8dcb8d379e3170991417b10f961cd90b84dc
|
|
BLAKE2b-256 checksum How to use checksums |
e963824b7317d50ddc35154590d5ddf1640358682eb9fe47f6269c7ad57646a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / fragapi-0.3.0-py3-none-any.whl
| Download URL | fragapi-0.3.0-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
904a705cf5eaf8901db17a43390177996348a777176443284bc53965f70339af
|
|
BLAKE2b-256 checksum How to use checksums |
e1d38db5e94fc7a46f871e191968645c7446500ed66e79cc095715cd967e3ead
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|