Metadata-Version: 2.1 Name: freenub Version: 0.1.0 Summary: This is a fork of pubnub when it still had an MIT license Home-page: https://github.com/bdraco/freenub License: MIT Author: J. Nick Koston Author-email: nick@koston.org Requires-Python: >=3.8,<4.0 Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Topic :: Internet :: WWW/HTTP Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Dist: aiohttp (>=3.9.5,<4.0.0) Requires-Dist: cbor2 (>=5.6.4,<6.0.0) Requires-Dist: pycryptodomex (>=3.3) Requires-Dist: requests (>=2.4) Project-URL: Bug Tracker, https://github.com/bdraco/freenub/issues Project-URL: Changelog, https://github.com/bdraco/freenub/blob/main/CHANGELOG.md Project-URL: Repository, https://github.com/bdraco/freenub Description-Content-Type: text/markdown # freenub
--- **Source Code**: https://github.com/bdraco/freenub --- This is a fork of pubnub when it still had an MIT license ## Installation Install this via pip (or your favourite package manager): `pip install freenub` ## Usage Start by importing it: ```python import freenub ``` ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## Credits This package was created with [Copier](https://copier.readthedocs.io/) and the [browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template) project template.