Release v0.3.2. (Getting Started)
StreamKit is a simple, cross-platform SDK for pub-sub messaging in Python.
Table of Contents
StreamKit is built on Python 3.8+ and can be installed using Pip.
$ pip install streamkit
Development of StreamKit happens on Github. If you find bugs or have questions or suggestions, open an Issue on Github. Fixes and new features are welcome in the form of Pull Requests.
If and when StreamKit gains any significant number of additional contributors, a code of conduct will be included; until then, just be nice.
StreamKit is released under the Apache Software License (v2).
Many open source software projects are released under the GNU Public License, or similar. For some, this is an appropriate choice. However, a project that is released under a GPL licence cannot be used as part of any commercial product or service (without it also being made open source).
Under the Apache Software License, anyone is free to use StreamKit as part of a proprietary, closed-source project. That’s a good thing!
Copyright 2019-2021 Geoffrey Lentner.
This program is free software: you can redistribute it and/or modify it under the terms of the Apache License (v2.0) as published by the Apache Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache License for more details.
You should have received a copy of the Apache License along with this program. If not, see https://www.apache.org/licenses/LICENSE-2.0.