We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e3615 commit 4b8121cCopy full SHA for 4b8121c
README.rst
@@ -57,4 +57,23 @@ pip and easy_install will do the job::
57
>>> ttp.__version__
58
'1.0.0'
59
60
+Changelog
61
+---------
62
+
63
+Release history::
64
65
+ * 2013/2/11 1.0.0 released to PyPI
66
67
68
+Tests
69
+-----
70
71
+Checkout the code via github https://github.com/ianozsvald/twitter-text-python and run tests locally::
72
73
+ $ python tests.py
74
+ .................................................................................................
75
+ ----------------------------------------------------------------------
76
+ Ran 97 tests in 0.009s
77
+ OK
78
79
0 commit comments