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

Make stubs a dependency for conda packages #38

Closed
dguittet opened this issue Jun 3, 2020 · 1 comment
Closed

Make stubs a dependency for conda packages #38

dguittet opened this issue Jun 3, 2020 · 1 comment

Comments

@dguittet
Copy link
Collaborator

dguittet commented Jun 3, 2020

The stubs package provides autocompletion and static typing for the package. This increases usability in IDEs which support stub files (PyCharm for instance).

Currently, installation via conda install requires both nrel-pysam and nrel-pysam-stubs to be downloaded separately.

With pip install, the nrel-pysam download will install the stubs package as a dependency automatically.

dguittet added a commit that referenced this issue Jun 10, 2020
@dguittet
Copy link
Collaborator Author

fixed in c87ad25

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