Skip to content

Commit f40c504

Browse files
committed
-
1 parent 4bb506d commit f40c504

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

README.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,23 @@ CI server: https://jenkins.shiningpanda.com/python-toolbox/job/python_toolbox/
2828
Please keep in mind that Python Toolbox is still in alpha stage, and that backward compatibility would *not* be maintained in this phase.
2929

3030

31+
# Roadmap #
32+
33+
## Present ##
34+
35+
Python Toolbox is at version 0.1, which is an alpha release. It's being used in production every day, but backward compatibility isn't guaranteed yet.
36+
37+
## Next tasks ##
38+
39+
Making Python Toolbox support Python 3.x, and the packaging arrangements necessary.
40+
41+
Adding more useful tools.
42+
43+
## Future ##
44+
45+
Make a 1.0 release and start maintaining backward compatibility.
46+
47+
3148
# Mailing lists #
3249

3350
All general discussion happens at **[the Python Toolbox Google Group](https://groups.google.com/forum/#!forum/python-toolbox)**. If you need help with the Python Toolbox, you're welcome to post your question and we'll try to help you.

setup.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,26 @@ def get_packages():
9393
GitHub: https://github.com/cool-RR/python_toolbox
9494

9595
CI server: https://jenkins.shiningpanda.com/python-toolbox/job/python_toolbox/
96+
97+
Roadmap
98+
=======
99+
100+
Present
101+
-------
102+
103+
Python Toolbox is at version 0.1, which is an alpha release. It's being used in production every day, but backward compatibility isn't guaranteed yet.
104+
105+
Next tasks
106+
----------
107+
108+
Making Python Toolbox support Python 3.x, and the packaging arrangements necessary.
109+
110+
Adding more useful tools.
111+
112+
Future
113+
------
114+
115+
Make a 1.0 release and start maintaining backward compatibility.
96116
'''
97117

98118
my_classifiers = [

0 commit comments

Comments
 (0)