Metadata-Version: 2.1
Name: ably
Version: 1.2.1
Summary: Python REST client library SDK for Ably realtime messaging service
Home-page: https://ably.com
License: Apache-2.0
Author: Ably
Author-email: support@ably.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: crypto
Provides-Extra: oldcrypto
Requires-Dist: h2 (>=4.0.0,<5.0.0)
Requires-Dist: httpx (>=0.20.0,<0.21.0)
Requires-Dist: methoddispatch (>=3.0.2,<4.0.0)
Requires-Dist: msgpack (>=1.0.0,<2.0.0)
Requires-Dist: pycrypto (>=2.6.1,<3.0.0); extra == "oldcrypto"
Requires-Dist: pycryptodome; extra == "crypto"
Project-URL: Repository, https://github.com/ably/ably-python
Description-Content-Type: text/x-rst

Official Ably Bindings for Python
==================================

A Python client library for Ably Realtime messaging.


Setup
-----

You can install this package by using the pip tool and installing:

    pip install ably


Using Ably for Python
---------------------

- Sign up for Ably at https://ably.com/sign-up
- Get usage examples at https://github.com/ably/ably-python
- Visit https://ably.com/docs for a complete API reference and more examples

