fnmeyer / pyzmq

"pyzmq" module as a Package Control dependency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyzmq module for Package Control

Github Action

This is the pyzmq module bundled for usage with Package Control, a package manager for the Sublime Text text editor.

this repo pypi
latest tag pypi

How to use pyzmq as a dependency

In order to tell Package Control that you are using the pyzmq module in your ST package, create a dependencies.json file in your package root with the following contents:

{
   "*": {
      "*": [
         "pyzmq"
      ]
   }
}

If the file exists already, add "pyzmq" to the every dependency list.

Then run the Package Control: Satisfy Dependencies command to make Package Control install the module for you locally (if you don't have it already).

After all this you can use import zmq in any of your Python plugins.

See also: Documentation on Dependencies

Contributions

The files were built by github workflows.

License

The contents of the root folder in this repository are released under the public domain. The contents of all the subfolders fall under their own bundled licenses.

About

"pyzmq" module as a Package Control dependency


Languages

Language:Python 90.6%Language:C 9.2%Language:C++ 0.3%