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

Create python package #6

Open
DancingQuanta opened this issue Sep 28, 2016 · 3 comments
Open

Create python package #6

DancingQuanta opened this issue Sep 28, 2016 · 3 comments

Comments

@DancingQuanta
Copy link

This may be a big ask but it is far easier if I could use this as a package so I can import it from anywhere, especially I may have to mention this algorithm in my work to others.
A way of turning this into a package is to create a setup.py.

@jhykes
Copy link
Owner

jhykes commented Oct 1, 2016

I'm working on this. See the packaging branch, which is the work in progress.

I haven't packaged up a module before, so we'll see how it goes. I'll try to upload it to PyPi.

@demolitionb
Copy link
Contributor

Whats the current status? I just used your code by importing it:

import sys
sys.path.append('/...destination.../rebin/')
import rebin

@jhykes
Copy link
Owner

jhykes commented Mar 26, 2018

Unfortunately, I haven't done any more on this since my comment in 2016.

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

3 participants