-
Notifications
You must be signed in to change notification settings - Fork 178
Add packaging. #2
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
Conversation
+1 from me, but let's wait from @screamerbg, he might have a different view on this. |
+1 for having this as a python module, I was going to request this. However, if we go this way, we should consider a proper name (using at least prefix, or some more unique name for now). A reason - https://pypi.python.org/pypi/neo/0.3.3 ). |
mbed-neo ? I'm agnostic, suggestions? |
Would it be possible to merge this patch as is and rename it later? Being able to install and use from anywhere would be very useful |
I don't think so. I was told that the name "neo" needs to change, so probably merging this as-is doesn't look like a good option. |
A trunk full of fixes and improvements #2
We'll need to test aliasing against other tools but mbed-cli in pypi and mbed as an alias may work. For the record, I don't like pypi for distributing packages and think we need OS specific executable builds. |
Providing the packaging allows distribution by pypi and it also makes the package easily deployable to a virtualenv (orthogonal to the use of pypi). OS specific executable builds can coexist with this packaging.
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. |
Package the sucker.