Hi! > When you say "follow that", do you mean for the Debian source package > name (.dsc, like dbus-python), or for the Debian binary package name > (.deb, like python3-dbus)?
We'll go with 'python3-pyls-jsonrpc' for the binary package. > The binary package name should be mechanically derived from what you > import. If you 'import pyls_jsonrpc', then python3-pyls-jsonrpc is right. > If you 'import pyls.jsonrpc', then python3-pyls.jsonrpc, and so on. We plan to keep the source package name and repository name as 'python-jsonrpc-server' to follow upstream. Thanks for all your help!