master
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
cmm/suid/__pycache__/suid.cpython-38.pyc
0 → 100644
File added
cmm/suid/suid.py
0 → 100644
docs/blueocean.sql
0 → 100644
docs/cookbook.txt
0 → 100644
docs/lib-docs/paho_mqtt_client_help.txt
0 → 100644
This diff is collapsed.
Click to expand it.
docs/lib-docs/sys_help.txt
0 → 100644
This diff is collapsed.
Click to expand it.
docs/lib-docs/zmq_help.txt
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
docs/meeting/研发会议2023-03-18.md
0 → 100644
docs/python编码规范.md
0 → 100644
docs/update_lib_docs.sh
0 → 100644
download/pyzmq/.coveragerc
0 → 100644
download/pyzmq/.flake8
0 → 100644
download/pyzmq/.gitignore
0 → 100644
download/pyzmq/.mailmap
0 → 100644
download/pyzmq/.obs/workflows.yml
0 → 100644
download/pyzmq/.pre-commit-config.yaml
0 → 100644
download/pyzmq/.prettierignore
0 → 100644
download/pyzmq/.readthedocs.yml
0 → 100644
download/pyzmq/AUTHORS.md
0 → 100644
download/pyzmq/CONTRIBUTING.md
0 → 100644
download/pyzmq/COPYING.BSD
0 → 100644
download/pyzmq/COPYING.LESSER
0 → 100644
download/pyzmq/MANIFEST.in
0 → 100644
download/pyzmq/README.md
0 → 100644
download/pyzmq/RELICENSE/README.md
0 → 100644
download/pyzmq/RELICENSE/authors.py
0 → 100644
download/pyzmq/RELICENSE/chrislaws.md
0 → 100644
download/pyzmq/RELICENSE/ellisonbg.md
0 → 100644
download/pyzmq/RELICENSE/frankwiles.md
0 → 100644
download/pyzmq/RELICENSE/juliantaylor.md
0 → 100644
download/pyzmq/RELICENSE/ledgerx.md
0 → 100644
download/pyzmq/RELICENSE/lothiraldan.md
0 → 100644
download/pyzmq/RELICENSE/minrk.md
0 → 100644
download/pyzmq/RELICENSE/takluyver.md
0 → 100644
download/pyzmq/SECURITY.md
0 → 100644
download/pyzmq/Vagrantfile
0 → 100644
download/pyzmq/buildutils/__init__.py
0 → 100644
download/pyzmq/buildutils/_cffi.c
0 → 100644
download/pyzmq/buildutils/build_cffi.py
0 → 100644
download/pyzmq/buildutils/bundle.py
0 → 100644
download/pyzmq/buildutils/check_sys_un.c
0 → 100644
download/pyzmq/buildutils/config.py
0 → 100644
download/pyzmq/buildutils/constants.py
0 → 100644
download/pyzmq/buildutils/detect.py
0 → 100644
download/pyzmq/buildutils/dummy.c
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/buildutils/initlibzmq.cpp
0 → 100644
download/pyzmq/buildutils/misc.py
0 → 100644
download/pyzmq/buildutils/msg.py
0 → 100644
download/pyzmq/buildutils/patch.py
0 → 100644
download/pyzmq/buildutils/vers.c
0 → 100644
download/pyzmq/codecov.yml
0 → 100644
download/pyzmq/docs/Makefile
0 → 100644
download/pyzmq/docs/autogen_api.py
0 → 100644
download/pyzmq/docs/requirements.txt
0 → 100644
download/pyzmq/docs/source/_static/logo.png
0 → 100644
8.48 KB
File added
download/pyzmq/docs/source/api/index.rst
0 → 100644
download/pyzmq/docs/source/api/zmq.auth.rst
0 → 100644
download/pyzmq/docs/source/api/zmq.green.rst
0 → 100644
download/pyzmq/docs/source/api/zmq.rst
0 → 100644
download/pyzmq/docs/source/changelog.md
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/docs/source/conf.py
0 → 100644
download/pyzmq/docs/source/howto/devices.md
0 → 100644
download/pyzmq/docs/source/howto/draft.md
0 → 100644
download/pyzmq/docs/source/howto/index.md
0 → 100644
download/pyzmq/docs/source/howto/logging.md
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/docs/source/howto/ssh.md
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/docs/source/index.md
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/docs/source/notes/index.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/docs/source/notes/unicode.md
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/chat/display.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/chat/prompt.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/cython/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/cython/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/cython/cyzmq.pyx
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/cython/example.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/cython/setup.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/device/device.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/draft/install.sh
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/draft/radio-dish.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/eventloop/echo.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/gevent/poll.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/gevent/reqrep.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/gevent/simple.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/heartbeat/heart.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/heartbeat/ping.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/heartbeat/pong.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/logger/zmqlogger.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/mongodb/client.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/poll/pair.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/poll/pubsub.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/poll/reqrep.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/pubsub/publisher.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/pubsub/subscriber.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/pubsub/topics_pub.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/examples/pubsub/topics_sub.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/mypy.ini
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/mypy_tests/test_context.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/mypy_tests/test_socket.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/mypy_tests/test_toplevel.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/packaging/debian/changelog
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/packaging/debian/compat
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/packaging/debian/control
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/packaging/debian/copyright
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/packaging/debian/rules
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/perf/Dockerfile
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/perf/Makefile
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/perf/collect.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/perf/perf.ipynb
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
download/pyzmq/perf/perf.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/pyproject.toml
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/pytest.ini
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/setup.cfg.android
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/setup.cfg.template
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/setup.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/test-requirements.txt
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/tools/backend_imports.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/tools/install_libzmq.sh
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/tools/run_with_env.cmd
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/tools/showvcvars.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/tools/test_wheel.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/__init__.pxd
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/__init__.pyi
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/_future.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/_typing.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/asyncio.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/auth/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/auth/asyncio.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/auth/base.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/auth/certs.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/auth/ioloop.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/auth/thread.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/__init__.pyi
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cffi/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cffi/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cffi/_cdefs.h
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cffi/_poll.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cffi/context.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cffi/devices.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cffi/error.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cffi/message.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cffi/socket.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cffi/utils.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cython/_poll.pyx
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cython/error.pyx
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cython/libzmq.pxd
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cython/socket.pxd
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cython/socket.pyx
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/cython/utils.pyx
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/backend/select.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/constants.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/decorators.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/devices/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/devices/basedevice.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/devices/monitoredqueue.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/devices/proxydevice.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/error.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/eventloop/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/eventloop/_deprecated.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/eventloop/future.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/eventloop/ioloop.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/eventloop/zmqstream.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/green/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/green/core.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/green/device.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/green/eventloop/ioloop.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/green/poll.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/py.typed
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/ssh/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/ssh/forward.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/ssh/tunnel.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/sugar/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/sugar/__init__.pyi
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/sugar/attrsettr.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/sugar/context.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/sugar/frame.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/sugar/poll.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/sugar/socket.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/sugar/stopwatch.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/sugar/tracker.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/sugar/version.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/conftest.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/cython_ext.pyx
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_asyncio.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_auth.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_constants.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_context.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_cython.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_decorators.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_device.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_draft.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_error.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_etc.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_ext.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_future.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_imports.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_includes.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_ioloop.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_log.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_message.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_monitor.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_monqueue.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_multipart.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_mypy.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_pair.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_poll.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_pubsub.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_reqrep.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_retry_eintr.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_security.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_socket.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_ssh.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_version.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_win32_shim.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_z85.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/tests/test_zmqstream.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/buffers.pxd
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/garbage.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/getpid_compat.h
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/interop.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/ipcmaxlen.h
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/jsonapi.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/monitor.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/mutex.h
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/pyversion_compat.h
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/strtypes.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/win32.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/z85.py
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmq/utils/zmq_compat.h
0 → 100644
This diff is collapsed.
Click to expand it.
download/pyzmq/zmqversion.py
0 → 100644
This diff is collapsed.
Click to expand it.
feature/draw/0.png
0 → 100644
This image diff could not be displayed because it is too large.
You can
view the blob
instead.
feature/draw/CustomDraw.py
0 → 100644
This diff is collapsed.
Click to expand it.
feature/draw/CustomItem.py
0 → 100644
This diff is collapsed.
Click to expand it.
feature/draw/CustomRuler.py
0 → 100644
This diff is collapsed.
Click to expand it.
feature/draw/CustomScene.py
0 → 100644
This diff is collapsed.
Click to expand it.
feature/draw/CustomView.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
feature/draw/drawtest.py
0 → 100644
This diff is collapsed.
Click to expand it.
feature/ds/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
feature/logging/easy_logging.py
0 → 100644
This diff is collapsed.
Click to expand it.
feature/mongodb/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
feature/mysql/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
feature/mysql/readme.md
0 → 100644
This diff is collapsed.
Click to expand it.
feature/mysql/sqlkit.py
0 → 100644
This diff is collapsed.
Click to expand it.
ini/blueocean.ini
0 → 100644
This diff is collapsed.
Click to expand it.
main.py
0 → 100644
This diff is collapsed.
Click to expand it.
script/activate_env.sh
0 → 100644
This diff is collapsed.
Click to expand it.
script/blueocean.sql
0 → 100644
This diff is collapsed.
Click to expand it.
script/create_env.sh
0 → 100644
This diff is collapsed.
Click to expand it.
script/deactivate_env.sh
0 → 100644
This diff is collapsed.
Click to expand it.
script/environment.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
script/requirements.txt
0 → 100644
This diff is collapsed.
Click to expand it.
script/sqldump.sh
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/ormtables/tables.py
0 → 100644
This diff is collapsed.
Click to expand it.
spec/ormtables/tables_test.py
0 → 100644
This diff is collapsed.
Click to expand it.
spec/protobuf/cmmstruct.proto
0 → 100644
This diff is collapsed.
Click to expand it.
spec/protobuf/cmmstruct_pb2.py
0 → 100644
This diff is collapsed.
Click to expand it.
spec/protobuf/datastruct.proto
0 → 100644
This diff is collapsed.
Click to expand it.
spec/protobuf/genproto.sh
0 → 100644
This diff is collapsed.
Click to expand it.
system/agi/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
system/device/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
system/oam/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
system/oam/test.py
0 → 100644
This diff is collapsed.
Click to expand it.
system/server/login.py
0 → 100644
This diff is collapsed.
Click to expand it.
system/ui/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
test/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/logging/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/logging/easy_logging.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/logging/img/img.png
0 → 100644
This diff is collapsed.
Click to expand it.
test/logging/img/img_1.png
0 → 100644
This diff is collapsed.
Click to expand it.
test/logging/img/img_2.png
0 → 100644
This diff is collapsed.
Click to expand it.
test/logging/log.txt
0 → 100644
This diff is collapsed.
Click to expand it.
test/logging/main.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/messagecenter/main.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/messagecenter/proto/TDSCmd.proto
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/proto/mod-agi.proto
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/proto/mod-return.proto
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/proto/mod-satellite.proto
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/proto/mod-site.proto
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/proto/mod-system.proto
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/proto/mod-task.proto
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/proto/mod-user.proto
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/messagecenter/protopy/TDSCmd_pb2.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/messagecenter/protopy/mod_agi_pb2.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/protopy/mod_return_pb2.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/messagecenter/protopy/mod_site_pb2.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/protopy/mod_system_pb2.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/protopy/mod_task_pb2.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/protopy/mod_user_pb2.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/pykit/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/messagecenter/pykit/library/__init__.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/messagecenter/pykit/library/inikit.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/pykit/library/mqttkit.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/messagecenter/pykit/library/sqlkit.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/pykit/library/suidkit.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/pykit/main.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/server.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/system.ini
0 → 100644
This diff is collapsed.
Click to expand it.
test/messagecenter/tables.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/mysql/__pycache__/tables.cpython-38.pyc
0 → 100644
This diff is collapsed.
Click to expand it.
test/mysql/__pycache__/tables.cpython-39.pyc
0 → 100644
This diff is collapsed.
Click to expand it.
test/mysql/mysqltest.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/mysql/tables.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/protobuf/cmmstruct_pb2.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/protobuf/main.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/protobuf/main.py.bak
0 → 100644
This diff is collapsed.
Click to expand it.
test/public-mysql-test/public_mysql_test.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/public-mysql-test/test.sql
0 → 100644
This diff is collapsed.
Click to expand it.
test/qt/.tetris.py.swp
0 → 100644
This diff is collapsed.
Click to expand it.
test/qt/pyside6.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/qt/test.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/qt/tetris.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/thread/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
test/thread/thead_exit.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/zmq/client.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/datastruct_pb2.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/dealer.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/proxy.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/proxy/client.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/proxy/monitor.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/proxy/monitorclient.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/proxy/server.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/pub.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/push-pull/collector.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/push-pull/pusher.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/router.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/server.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/zmq/sub.py
0 → 100644
This diff is collapsed.
Click to expand it.
ui/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
ui/icon/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
ui/stylesheet/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
ui/ui/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.