Skip to content
New issue

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

Findings on first time use #2

Open
clemens-tolboom opened this issue Aug 24, 2021 · 0 comments
Open

Findings on first time use #2

clemens-tolboom opened this issue Aug 24, 2021 · 0 comments

Comments

@clemens-tolboom
Copy link
Contributor

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.

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 help modules

$ python
print (help ('modules'))`
print (help ('modules kivy'))
print (help ('modules radialslider'))

No info for this module.

Describe the solution you'd like

  • PR Add import statement #1 fixed the import for others.
  • Not sure how to fix pip. Guess that is kivy-garden domain
  • Documentation through help( 'modules') is python code

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant