Please install `pywa` instead. It already includes the async version.
Reason this release was yanked:
Please install `pywa` instead. It already includes the async version.
Project description
pywa_async
Installing this package will only install the latest version of pywa, which already includes the async support. This package is just a placeholder to prevent takeovers of the name. Avoid using this package because if pywa gets updated, you will not get the latest version.
Installation
pip3 install pywa # not pywa_async!
from pywa_async import WhatsApp, types, filters
wa = WhatsApp(...)
async def main():
await wa.send_message(...)
@wa.on_message(filters.text)
async def hello(_: WhatsApp, msg: types.Message):
await msg.react("👋")
await msg.reply(...)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pywa_async-0.0.1.tar.gz
(1.6 kB
view details)
File details
Details for the file pywa_async-0.0.1.tar.gz.
File metadata
- Download URL: pywa_async-0.0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b70f02029ca861a126e244bb9d3dd6c9397fb756fa38e209a52dcc0d233126e2
|
|
| MD5 |
265521906be9e1fc4f9c320aae8c8078
|
|
| BLAKE2b-256 |
40fac03686ae5be343f7473d1299d7c7db8888854870e3d85dbbbef7f7276528
|