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

minor pybigtools complaints #28

Closed
sergpolly opened this issue Mar 14, 2024 · 2 comments · Fixed by #32
Closed

minor pybigtools complaints #28

sergpolly opened this issue Mar 14, 2024 · 2 comments · Fixed by #32

Comments

@sergpolly
Copy link

pybigtools can feels a bit alien as a python module
would be nice to have access to things like __version__, __path__ etc etc - e.g. import pybigtools as pybig; print(pybig.__version__)

@ghuls
Copy link
Contributor

ghuls commented Mar 18, 2024

__path__ is already there:

__version__ will be there if: #32 gets merged.

In [1]: import pybigtools as pybig

In [2]: print(pybig.__version__)
0.1.4-dev

In [3]: print(pybig.__path__)
['/anaconda3/envs/pybigtools/lib/python3.10/site-packages/pybigtools']

@sergpolly
Copy link
Author

Thank you !

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

Successfully merging a pull request may close this issue.

2 participants