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.1
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.1.tar.gz | 89.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fragapi-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 101.9 kB
Release files / fragapi-0.3.1.tar.gz
| Download URL | fragapi-0.3.1.tar.gz |
|---|---|
| Size | 89.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c456903d613edc710c11c3d415d6c7eed5b1d876c95c446c6b1e44058932e817
|
|
BLAKE2b-256 checksum How to use checksums |
2055004dee50543ea7858c0fa892690f473f4e9bb5b6dcc757967707c94db425
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","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.1-py3-none-any.whl
| Download URL | fragapi-0.3.1-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3d0785c7f2423a00572970a67fe2910c480136268b18e2f81ba301ab457e4c09
|
|
BLAKE2b-256 checksum How to use checksums |
4b7af3281bc489ae8abc5aefa3768a9a7358587ea2380d56260b2fb72cb9ea4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.15 {"installer":{"name":"uv","version":"0.12.15","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}
|