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

Any plan to make it a python package? #53

Closed
zhyack opened this issue May 4, 2017 · 2 comments
Closed

Any plan to make it a python package? #53

zhyack opened this issue May 4, 2017 · 2 comments

Comments

@zhyack
Copy link

zhyack commented May 4, 2017

It seems that codes in this repo are more tutorials than tools. I wonder if there is any plan to convert the codes to efficient python apis?

@Aluriak
Copy link

Aluriak commented May 4, 2017

The simpler way could be to put all directories containing code in a global algorithms/ directory and create the setup.py accordingly. Instant upload garanteed.
(and it could also simplify a little the testing organization, see #29 )

The first problem : it already exists. pypi and github repo. A solution could be to discuss with this other project, eventually merge them.

The second problem : the aim of this repo is above all to be a tutorial. Move all directories in a single one would lower the readability. Well, a solution is to create a more sophisticated setup.py.

@zhyack
Copy link
Author

zhyack commented May 4, 2017

@Aluriak
Clear enough for me. Thank you!

Maybe it's better to put the links into README.

@zhyack zhyack closed this as completed May 4, 2017
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

2 participants