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

Track the packaging progress #20

Open
6 of 8 tasks
ocefpaf opened this issue Jul 6, 2017 · 8 comments
Open
6 of 8 tasks

Track the packaging progress #20

ocefpaf opened this issue Jul 6, 2017 · 8 comments

Comments

@ocefpaf
Copy link
Member

ocefpaf commented Jul 6, 2017

@sreeder and @emiliom this issue is to help me track what I need to do here. Please let me know what you think.

@emiliom
Copy link
Member

emiliom commented Jul 7, 2017

@ocefpaf, I like this, and in fact was going to suggest something along these lines. Thanks.

@sreeder
Copy link
Contributor

sreeder commented Jul 27, 2017

@ocefpaf versioneer is great

@ocefpaf
Copy link
Member Author

ocefpaf commented Jul 31, 2017

@ocefpaf versioneer is great

Thanks @sreeder! As soon as we clear #21 and #22 I'll start working on the setup.py and versioneer.

@ocefpaf
Copy link
Member Author

ocefpaf commented Aug 19, 2017

@sreeder do you have some time this week to go over the possible entrypoints for YODA-Tools?
Or maybe we need this one to call the GUI? That is the only missing part to finish #24

@sreeder
Copy link
Contributor

sreeder commented Aug 21, 2017

@ocefpaf yes, I will take a look at it. To double check what you want for "entry points", It is basically where you can access the code? So the .py file where they send in the command line arguments? Or the GUI .py file.

@ocefpaf
Copy link
Member Author

ocefpaf commented Aug 21, 2017

@ocefpaf yes, I will take a look at it.

Thanks!

To double check what you want for "entry points", It is basically where you can access the code? So the .py file where they send in the command line arguments? Or the GUI .py file.

In a way it can be both. We can have multiple entry points for CLI, for example, or 1 (or a few) for GUIs.

In this case I need the one used to call the GUI main loop. (I am guessing there there is only 1.)

@sreeder
Copy link
Contributor

sreeder commented Aug 22, 2017

@ocefpaf the file that I use to run the converter GUI is D:\DEV\YODA-Tools\yodatools\dataloader\controller\Main.py.

@ocefpaf
Copy link
Member Author

ocefpaf commented Aug 22, 2017

@ocefpaf the file that I use to run the converter GUI is D:\DEV\YODA-Tools\yodatools\dataloader\controller\Main.py.

Thanks! I'll experiment adding that to the setup.py tomorrow morning.

PS: we can do icon install, etc. But I don't want to get into that right now.
I'll started with only a command that opens the GUI.

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