You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project was idle for 2 years, the last release (v0.3.2 RC1) was made on July 2011. Reason for this might have been the project's dependency on me as sole active maintainer, which is an issue in itself.
74
-
75
72
Now that there seems to be a massive user base, this should be motivation enough to let git-python return to a proper state, which means
76
73
77
74
* no open pull requests
78
75
* no open issues describing bugs
79
76
80
-
In short, I want to make a new release of 0.3 with all contributions and fixes included, foster community building to facilitate contributions.
81
-
82
-
#### PRESENT GOALS
83
-
84
-
The goals I have set for myself, in order, are as follows, all on branch 0.3.
85
-
86
-
* evaluate python 3.3 compatibility and establish it if possible
87
-
88
-
While that is happening, I will try hard to foster community around the project. This means being more responsive on the mailing list and in issues, as well as setting up clear guide lines about the [contribution](http://rfc.zeromq.org/spec:22) and maintenance workflow.
89
-
90
77
#### FUTURE GOALS
91
78
92
79
There has been a lot of work in the master branch, which is the direction I want git-python to go. Namely, it should be able to freely mix and match the back-end used, depending on your requirements and environment.
93
80
94
-
* restructure master to match my [OSS standard](https://github.com/Byron/bcore)
95
-
* review code base and bring test-suite back online
96
-
* establish python 3.3 compatibility
97
-
* make it work similarly to 0.3, but with the option to swap for at least one additional backend
81
+
* make new master work similarly to 0.3, but with the option to swap for at least one additional backend
0 commit comments