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
Copy file name to clipboardExpand all lines: README.rst
+23-25Lines changed: 23 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,11 @@ twitter-text-python
7
7
PyPI release:
8
8
http://pypi.python.org/pypi/twitter-text-python/
9
9
10
-
The current version was forked by Edmond Burnett in July 2014:
11
-
https://github.com/edburnett/twitter-text-python
12
-
13
-
The library was forked by Ian Ozsvald in January 2013 and released to PyPI, some bugs were fixed, a few minor changes to functionality added (no longer supported):
14
-
https://github.com/ianozsvald/twitter-text-python
15
-
16
-
The original ttp comes from Ivo Wetzel (no longer supported):
17
-
https://github.com/BonsaiDen/twitter-text-python
18
-
19
-
It is based on twitter-text-java_ and did pass all the unittests of
20
-
twitter-text-conformance_ plus some additional ones. Note that the conformance tests are now behind (easy PR for someone to work on: https://github.com/ianozsvald/twitter-text-python/issues/5 ):
* Make it 1 line to parse and get a results dict via __init__.py
111
89
* Tag the next release
112
90
91
+
113
92
Doing a release
114
93
---------------
115
94
@@ -122,6 +101,25 @@ In parent directory on Edmond's machine see USE_THIS_FOR_PYPI_RELEASE.txt. The s
122
101
$ # this uses ~/.pypirc with cached login details
123
102
124
103
104
+
History
105
+
-------
106
+
107
+
The current version was forked by Edmond Burnett in July 2014:
108
+
https://github.com/edburnett/twitter-text-python
109
+
110
+
The library was forked by Ian Ozsvald in January 2013 and released to PyPI, some bugs were fixed, a few minor changes to functionality added (no longer supported):
111
+
https://github.com/ianozsvald/twitter-text-python
112
+
113
+
The original ttp comes from Ivo Wetzel (no longer supported):
114
+
https://github.com/BonsaiDen/twitter-text-python
115
+
116
+
It is based on twitter-text-java_ and did pass all the unittests of
117
+
twitter-text-conformance_ plus some additional ones. Note that the conformance tests are now behind (easy PR for someone to work on: https://github.com/ianozsvald/twitter-text-python/issues/5 ):
0 commit comments