Metadata-Version: 2.1
Name: slack-sansio
Version: 1.0.0
Summary: Python (a)sync Slack API library
License: MIT
Author: Ovv
Author-email: contact@ovv.wtf
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: aiohttp
Provides-Extra: curio
Provides-Extra: requests
Provides-Extra: trio
Requires-Dist: aiohttp (>=3.4,<4.0); extra == "aiohttp"
Requires-Dist: asks (>=2.2,<3.0); extra == "curio" or extra == "trio"
Requires-Dist: curio (>=0.9.0,<0.10.0); extra == "curio"
Requires-Dist: requests (>=2.20,<3.0); extra == "requests"
Requires-Dist: trio (>=0.9.0,<0.10.0); extra == "trio"
Requires-Dist: websocket-client (>=0.54.0,<0.55.0); extra == "requests"
