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

Structure as a Python package? #12

Open
petebachant opened this issue Jun 4, 2015 · 1 comment
Open

Structure as a Python package? #12

petebachant opened this issue Jun 4, 2015 · 1 comment

Comments

@petebachant
Copy link
Member

Users could install and access the data from anywhere, e.g. their numerical model processing directory, or one for writing a paper. We could create a directory in the user's home directory for storing the data, e.g. ~/.unh-core/rvat-baseline.

Users could then do something like

import unh_core_rvat_baseline as rvat

rvat.plotting.plotperf()

The nice thing is that this would work from anywhere, and the package could be installed with pip.

@petebachant
Copy link
Member Author

Could install with python setup.py develop and make all paths absolute with pyrvatbl.__path__ as the base. This would be quite the project.

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

No branches or pull requests

1 participant