File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ ========================================================
12Pure Python, pure state-machine WebSocket implementation
23========================================================
34
4- .. image :: https://travis-ci.org /python-hyper/wsproto.svg?branch=master
5- :target: https://travis-ci.org /python-hyper/wsproto
5+ .. image :: https://github.com /python-hyper/wsproto/workflows/CI/badge .svg
6+ :target: https://github.com /python-hyper/wsproto/actions
67 :alt: Build status
78.. image :: https://readthedocs.org/projects/wsproto/badge/?version=latest
8- :target: http ://wsproto.readthedocs.io/en/latest/?badge=latest
9+ :target: https ://wsproto.readthedocs.io/en/latest/
910 :alt: Documentation Status
1011.. image :: https://codecov.io/gh/python-hyper/wsproto/branch/master/graph/badge.svg
1112 :target: https://codecov.io/gh/python-hyper/wsproto
Original file line number Diff line number Diff line change 4242 include_package_data = True ,
4343 license = 'MIT' ,
4444 classifiers = [
45- 'Development Status :: 4 - Beta ' ,
45+ 'Development Status :: 5 - Production/Stable ' ,
4646 'Intended Audience :: Developers' ,
4747 'License :: OSI Approved :: MIT License' ,
4848 'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments