-
Notifications
You must be signed in to change notification settings - Fork 4
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
goals for 1.0? #23
Comments
It seems like maybe the primary thing missing is windows support. I don't personally care about that, but I believe it should be not-too-hard to convert the bits of clom that use sh(1) to use the python stdlib, and AppVeyor is a free-for-opensource Windows CI service that would prevent it from regressing. |
Stabilization of the API. Are all the common use cases handled? Example, we just added support for I don't know (or care about really) windows support. Clom is based on posix standards for command line usage. Windows commands have different ways of passing in options, no concept of pipes, etc. I don't know if it's worth it. |
Are you using clom in your projects these days? It seems relatively solid now. |
I'm using it quite a bit for a lot of fabric automation for deployment/builds/docker. The API has been complete for my use cases. I'll push out 0.8 and validate it a bit and call it 1.0. |
Sounds right to me. Thanks! |
I unfortunately can't use python 3.x much so I'd like validation that it works well there. |
Certainly all your tests pass under py3: https://travis-ci.org/six8/python-clom/builds/48931990 If there are issues under python3, it should be quite easy to regression test them, and any resulting version bump would be a bugfix bump I think. I think the tests already show that the API is sound under python3. |
What would you like to see happen before a 1.0 release?
The text was updated successfully, but these errors were encountered: