No project description provided
Project description
gramme.rs-python
Python bindings for the grammers Telegram MTProto library.
This project is a community-maintained Python wrapper built with PyO3. It is not affiliated with Telegram, and it is not an official Python client maintained by the grammers project.
Current Status
This project is currently in an early stage of development. APIs may change between releases.
Installation
pip install grammers
Getting Telegram API Credentials
Before using this library, you must obtain your own Telegram API credentials:
- Visit https://my.telegram.org/apps
- Log in with your Telegram account
- Create a new application
- Copy your:
api_idapi_hash
These credentials are required for both user accounts and bot accounts.
Authentication Modes
This library supports two different login methods:
User Login
User login authenticates a normal Telegram account using your phone number.
Features:
- Full Telegram user capabilities
- Requires an interactive login flow on first run
- Session will be saved locally for future use
Typical flow:
- Enter phone number
- Receive login code from Telegram
- Enter the verification code
- Optionally enter 2FA password
Bot Login
Bot login authenticates using a Bot Token obtained from @BotFather.
Features:
- Simpler authentication flow
- No phone number or verification code required
- Limited to bot account capabilities
Minimal Example
Bot Login
from grammers import Client
API_ID = 123456
API_HASH = "your_api_hash"
BOT_TOKEN = "123456:ABCDEF..."
client = Client(
"bot",
API_ID,
API_HASH,
bot_token=BOT_TOKEN,
)
async def main():
print(client.me)
messages = await client.get_history_messages(777000, limit=1)
print(messages[0])
client.run(main())
User Login
from grammers import Client
API_ID = 123456
API_HASH = "your_api_hash"
client = Client(
"me",
API_ID,
API_HASH,
)
async def main():
# The first run may require interactive login
# depending on your local session state.
print(client.me)
messages = await client.get_history_messages(777000, limit=1)
print(messages[0])
client.run(main())
Session Files
The first argument passed to Client(...) is the session name:
client = Client("me", API_ID, API_HASH)
This creates a local session file that stores authentication data, allowing future runs to reuse the same login session.
Crates
- grammers-python
- grammers-session-pyo3
- grammers-mtsender-pyo3
- grammers-tl-types-pyo3
- grammers-tl-gen-pyo3
Development
Requirements:
- Rust toolchain
- Python 3.8+
- maturin
Install dependencies:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
pip install maturin
Build in development mode:
make dev
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file grammers-0.4.8.tar.gz.
File metadata
- Download URL: grammers-0.4.8.tar.gz
- Upload date:
- Size: 483.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c8711fe41fc1ede01c7fe5746f674f93d585460848237741dd57cd7b360e585
|
|
| MD5 |
cae71cdc9a89f11335a8a3ce41e445a6
|
|
| BLAKE2b-256 |
96346a3add592686385f13bc87e1ffe26e4a56e177642f7dc72676db4884e342
|
File details
Details for the file grammers-0.4.8-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 14.8 MB
- Tags: CPython 3.15, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7082dc32e89a3299bc690b21ae3785a6aa122d7fb0c2c7443215d2e5ce4b6346
|
|
| MD5 |
aed197dc9fe4b96d692f1aa89715c4ca
|
|
| BLAKE2b-256 |
1a060f4e1a7fc15535dfac5aa2ceef29566ca53bc9fd21822ad67e670345380e
|
File details
Details for the file grammers-0.4.8-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 16.3 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdacf9f810636d2919b9dadb0aaa8ff656f6d04b76edefa30b9d13a9f4a8bf80
|
|
| MD5 |
9220e275b026b2c6ed9c661e8d472fbb
|
|
| BLAKE2b-256 |
b506786222d94c7cfb9480d71cacd6b0622b6ff5f756f3372fbc68b36241db35
|
File details
Details for the file grammers-0.4.8-cp314-cp314t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 16.6 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53c84c2fdc1199a14f5515e926d85dd531f2547d7ff2ba5af4da42e8002f58b4
|
|
| MD5 |
18c61f0c0e5c05d5abc05f19e11f1947
|
|
| BLAKE2b-256 |
5c9dc9fc26dcdd3776ca158774e525997555d4eb06e01eef1f193219b1d36be6
|
File details
Details for the file grammers-0.4.8-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 16.4 MB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
882d734a61fb9d4abe344346e483fb09733fcf4dc66e88e0d29eb631edaa321e
|
|
| MD5 |
146edef65270affcbcc57a2dbf066a3c
|
|
| BLAKE2b-256 |
6412e58e3d71dad3fcffbdfd2cdfb23a94e2ea0e9186c9e9a78c6dbb313628f1
|
File details
Details for the file grammers-0.4.8-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 11.5 MB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41f9e9d37dcb377cb674561b3861bac432e3f9edfc1204dea37c7369fd472190
|
|
| MD5 |
343884e81f81c26f2c4f15087672bc66
|
|
| BLAKE2b-256 |
1efd676278ddfca4e1acd320218c7b7dd7c940daadbd81b2bc4720488cc6e609
|
File details
Details for the file grammers-0.4.8-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37675627d2e807203ecec7a185bced10ebff72b474f44e3997e89625dd83e674
|
|
| MD5 |
4aa61e3da38ea4f7d8d96d786644592c
|
|
| BLAKE2b-256 |
36930cd03ff40fa5cbb888387cb09fded7195af40cbc8a050812e6ad09d57b56
|
File details
Details for the file grammers-0.4.8-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 16.1 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fe404bbdbf988e2f6a288cee414fd438352dcbd5067039d10147c824eb40634
|
|
| MD5 |
bc88d7adbf44ad189a6267db94f68e16
|
|
| BLAKE2b-256 |
b30566246d03f426a407e8298522c679c4dc37ecb60feeb1bf76503bb84c9704
|
File details
Details for the file grammers-0.4.8-cp314-cp314-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 16.6 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdff85876039fd61c6fe92f2355c65eab10dd8de864f175b8a47b88cb9078cc8
|
|
| MD5 |
1980a3c2f6844aa340974da91e99c53f
|
|
| BLAKE2b-256 |
7c121aac8bde01325f6ce4d1b0cee3854d892d039bb6dc7eed939ca77a8ec3eb
|
File details
Details for the file grammers-0.4.8-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 14.8 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c925d3754e4d91717829b1d8b9c3e9047bdf4c49cadb2e476aae5744bc1fbe49
|
|
| MD5 |
721018723c87fde4a889ce2d319440d6
|
|
| BLAKE2b-256 |
6650778c1234f50bc0bbb27a3d70a534774dae30bed50089b29aba67d35a5a76
|
File details
Details for the file grammers-0.4.8-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 16.4 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7958fc5bc0208ef2cf98fd7edd94ad1b7c58b2cf809c217b76f7d2e4654c91f3
|
|
| MD5 |
7648f1257657cd209b93310f35b3f7a7
|
|
| BLAKE2b-256 |
587b2e93b2cf4ec1f43f38b0934546ea3de4ff3a7d438c1bdb3db4ab50f9b6b7
|
File details
Details for the file grammers-0.4.8-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 14.8 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b8445056f8ea14e17d0f267b3549d23580c022bde59484ec6415c875af58abb
|
|
| MD5 |
66cfd167a0013aa7c5c8b8e37ea0f977
|
|
| BLAKE2b-256 |
8295679ffdc9c3c8347c914388e00e523f398aef5eeb04e5547ae3a734aeb30e
|
File details
Details for the file grammers-0.4.8-cp314-cp314-macosx_10_12_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp314-cp314-macosx_10_12_x86_64.whl
- Upload date:
- Size: 14.6 MB
- Tags: CPython 3.14, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbde8db3172177f51ca96eb85c92218ee966ed2f0b9e1307d9a8580532d8ccbc
|
|
| MD5 |
efe119efdb09de2740c8d1c1e2c54899
|
|
| BLAKE2b-256 |
bda6d1bb97e51775852ddb54356c4f6de1519096bcc236de84741f3808ec56a8
|
File details
Details for the file grammers-0.4.8-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 16.2 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
592a7925a009a5ff156d017c9368ab8ce2e5f6370f48ec7d6f671e5a8b2ee2d3
|
|
| MD5 |
e0feb30fea6bb6f6eb9ca9a638777540
|
|
| BLAKE2b-256 |
5830cf1691c8f1213e01865cabe6cbe097d77651c600c42b46711a7752876fdd
|
File details
Details for the file grammers-0.4.8-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 16.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
810567008ec1773023146162b5dd3f9bdad81967d2ddc60a9fa97e30d98649e9
|
|
| MD5 |
a01f89aa47f02f220c2dd1be1d59fd17
|
|
| BLAKE2b-256 |
2ab192d560a863fe2a7374403de7b58b7b92cd7d705198e2a0054923707ab844
|
File details
Details for the file grammers-0.4.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 16.5 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f2ec6e44bb6dcc790abf2b88e9c29df4305840ec482d63992517d22b2f1094b
|
|
| MD5 |
594b6902583901af39fd73d7cc99f0ac
|
|
| BLAKE2b-256 |
e28c99e19470f13142ae99dde0ff30c3c2b0ed025741aadaff706473a78a90bd
|
File details
Details for the file grammers-0.4.8-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 11.6 MB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d36866e69414d7e5c06ec6aa5a23266750f509471998173cdc5ec37c1c72fa13
|
|
| MD5 |
bf6ad9c6540ecbccc14e58d5b96c0374
|
|
| BLAKE2b-256 |
e848b633fefa1d8c4c21ca473e90543a2dbb26656d16c6e2b039d572576fb657
|
File details
Details for the file grammers-0.4.8-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f3a3e5da4fc4d91a249b98c6c43f2dff806369e2c13234b3911d193d71d153f
|
|
| MD5 |
e01dc7f10f3b1618ecbe820eaf3c929f
|
|
| BLAKE2b-256 |
ba91f71eb13e40ac71a1fe5f37fe09e62daf724c081c13e35457aba0aa956738
|
File details
Details for the file grammers-0.4.8-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 16.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d04920187e70031c0bffe61a61bb5c7cf381b0badc726716bf5f7cca75cf475d
|
|
| MD5 |
13409f96d476d7837205d325ef615685
|
|
| BLAKE2b-256 |
43e4f06e6c0c63242236272556388e95341ea1fd324452407da06337aa971a4c
|
File details
Details for the file grammers-0.4.8-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 16.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d18aa5b31f016377bdea9df50fd6cb5eefb702aa1fa1a52eddaec9112773090
|
|
| MD5 |
cd5b76d7eda2f66e4da0a70f288e0d9c
|
|
| BLAKE2b-256 |
94ddbb5446698a1f4125b4a08d3ecc927bac0a317b2f5bda6d61c1dce2b936ca
|
File details
Details for the file grammers-0.4.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 14.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09c7e2b5aadd0605617d6350331613ca584dd935eebe559251101ea68a6c987c
|
|
| MD5 |
64adfeb5210159fe12b2351a7c568ebc
|
|
| BLAKE2b-256 |
be82d57f0a3293125fe40591cf4e35e7ab4dee292a9b37854505c89ef46dac6f
|
File details
Details for the file grammers-0.4.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 16.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
964c0f0e8abafd5e07e543493c70734bf5554d662ac74acc1dbae2a6ebdfaef9
|
|
| MD5 |
e5119a0b7e32172ed66938110ddba527
|
|
| BLAKE2b-256 |
514b91af9f519965c33954fb642ad6ba81c1782ee787312ef215eb23d27d17e5
|
File details
Details for the file grammers-0.4.8-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 14.8 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb20e675c63b1fe58a4ab22f2f781228e4ede43f06fe9c50802f1e6652f38061
|
|
| MD5 |
51fcef913c33339469d40fd8cecaa121
|
|
| BLAKE2b-256 |
78a8ed03470fb8d56782fe332edbf45c6b9cb4396176aef409ef57c78bbf7e51
|
File details
Details for the file grammers-0.4.8-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 14.6 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee2cd0c6d7bf730ec0ee8947efe689adf9537572131eec8c2ad49655a1cefe16
|
|
| MD5 |
c97492c995ff29d984ee9884632cb635
|
|
| BLAKE2b-256 |
02147b30d6964f5fee557b05bc090a81124cf2ab914fc56aaa034ac870255f74
|
File details
Details for the file grammers-0.4.8-cp312-cp312-win_arm64.whl.
File metadata
- Download URL: grammers-0.4.8-cp312-cp312-win_arm64.whl
- Upload date:
- Size: 11.6 MB
- Tags: CPython 3.12, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d4e59b4a710fe935856a3060a8b53b0cc42f04b4f8549dc80352a254141466a
|
|
| MD5 |
131119d0594b3faebbdc362c67b831d4
|
|
| BLAKE2b-256 |
39a208b522a563c406c392712e995ac37e84ae9b816574c7a808c6ecef16343a
|
File details
Details for the file grammers-0.4.8-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: grammers-0.4.8-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 12.2 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82d8cca0584a74051c54a87738507bd14b9f0e429000c19579743fc42c2bbfe4
|
|
| MD5 |
8a6f3dedb3e4fbf97157d832ae3b0951
|
|
| BLAKE2b-256 |
d9b0709b16292a1b68ba0c9c7f8b2119657c7322514ddb5b8a7b0d520eba67e4
|
File details
Details for the file grammers-0.4.8-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 16.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a946bedfa4340bc781ac3794049e9f196a135190e22d01c82d0c5fc3b62c9103
|
|
| MD5 |
63a62fd735ee2aa92577715dbebe8be8
|
|
| BLAKE2b-256 |
3c51450c9ba9fda410e8294e6386967a28c663d5c16bdc1a7473e160600304d7
|
File details
Details for the file grammers-0.4.8-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: grammers-0.4.8-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 16.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4be4d70bca9e25979873e6c3b5a569b9a4980b5a3fe238833fc0d83cfcc65701
|
|
| MD5 |
62244d703567f57b624d7ea3121b344e
|
|
| BLAKE2b-256 |
0985a8c5becab1dcd9bc56b5e4537e753f21bd78a8de759e9cfb4778cd84bad9
|
File details
Details for the file grammers-0.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 14.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a13aff9fd95c365a2315b29220c9a80f1e8863ee6a14bd66e224bda25a369597
|
|
| MD5 |
588b58c4d3f5335819e2ddc114c5c9ac
|
|
| BLAKE2b-256 |
af28b98110d8b5252f890a8e3082c95c1a6ad8dfd63c1dbf17cad49e9f6e0ee1
|
File details
Details for the file grammers-0.4.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: grammers-0.4.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 16.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b3cfdfeebfc40b9be8077ea1cfff57c8c5acb862ea461a8a6d34c261c6528fb
|
|
| MD5 |
ae1a01fbfea5109f280edbed02d07b62
|
|
| BLAKE2b-256 |
2edb62642d76db38342b4d5d9f73d8b8901c6e01f0b8cc4f97d3007de3791c86
|
File details
Details for the file grammers-0.4.8-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: grammers-0.4.8-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 14.8 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72b5da5734df5aa62f262455b67c8061cb60d681311a3cb535cf457bedac4f41
|
|
| MD5 |
721518d033f796ddf31a7d2bc9251f30
|
|
| BLAKE2b-256 |
8c9115bc63e9a70e0ebc7088f8143e92f76e33e77e3dc0e381aa547a2951bf84
|
File details
Details for the file grammers-0.4.8-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: grammers-0.4.8-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 14.6 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdb746d788f12f966eabde32757cd00085a7bdc4c60baa7040bf9ff0e45d38e5
|
|
| MD5 |
c17709b0e1e642f7c09eedb061621e89
|
|
| BLAKE2b-256 |
0241d1eda7038240c6bcd44b49986b74914ab61df2450e7431a61d6c4d7c3dc5
|