You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is common for developers to search for needed third-party libraries in shared package registries for a given development env, PyPI for Python. Publishing a package to a registry makes the package more visible and easier to install with a single command:
pip install godice
I ask to publish the package thus making it more accessible for devs.