We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(I'm a module noob and a python shavvy)
I had a hard time finding import statement. See #1
This pip show kivy-garden.radialslider gives incomplete info.
pip show kivy-garden.radialslider
Name: kivy-garden.radialslider Version: 0.1.1 Summary: A kivy garden radialslider. Home-page: https://github.com/kivy-garden/radialslider Author: Kivy <================================ Guess @DexerBR is the author? Author-email: [email protected] <===================== Wrong too? License: UNKNOWN <========================== MIT Location: /Users/clemens/opt/anaconda3/envs/tivy/lib/python3.8/site-packages Requires: <================================== Kivi Required-by:
$ python print (help ('modules'))` print (help ('modules kivy')) print (help ('modules radialslider'))
No info for this module.
help( 'modules')
Describe alternatives you've considered
I checked https://github.com/kivy-garden/radialslider/blob/develop/kivy_garden/radialslider/tests/test_import.py to resolve my #1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
(I'm a module noob and a python shavvy)
I had a hard time finding import statement. See #1
pip
This
pip show kivy-garden.radialslider
gives incomplete info.Python help modules
No info for this module.
Describe the solution you'd like
help( 'modules')
is python codeDescribe alternatives you've considered
I checked https://github.com/kivy-garden/radialslider/blob/develop/kivy_garden/radialslider/tests/test_import.py to resolve my #1.
The text was updated successfully, but these errors were encountered: