Skip to content

Commit ecaf069

Browse files
committed
rearrange readme; add develop branch
1 parent 2f89291 commit ecaf069

File tree

1 file changed

+23
-25
lines changed

1 file changed

+23
-25
lines changed

README.rst

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,11 @@ twitter-text-python
77
PyPI release:
88
http://pypi.python.org/pypi/twitter-text-python/
99

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 ):
2110

22-
.. _twitter-text-java: http://github.com/mzsanford/twitter-text-java
23-
.. _twitter-text-conformance: http://github.com/mzsanford/twitter-text-conformance
11+
Installation
12+
------------
2413

14+
pip install twitter-text-python
2515

2616

2717
Usage
@@ -60,18 +50,6 @@ To use the shortlink follower:
6050
>>> # note that bad shortlink URLs have a key to an empty list (lost/forgotten shortlink URLs don't generate any error)
6151

6252

63-
Installation
64-
------------
65-
66-
pip and easy_install will do the job::
67-
68-
# via: http://pypi.python.org/pypi/twitter-text-python
69-
$ pip install twitter-text-python
70-
$ python
71-
>>> from ttp import ttp
72-
>>> ttp.__version__
73-
'1.0.0.2'
74-
7553
Changelog
7654
---------
7755

@@ -110,6 +88,7 @@ Todo
11088
* Make it 1 line to parse and get a results dict via __init__.py
11189
* Tag the next release
11290

91+
11392
Doing a release
11493
---------------
11594

@@ -122,6 +101,25 @@ In parent directory on Edmond's machine see USE_THIS_FOR_PYPI_RELEASE.txt. The s
122101
$ # this uses ~/.pypirc with cached login details
123102

124103

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 ):
118+
119+
.. _twitter-text-java: http://github.com/mzsanford/twitter-text-java
120+
.. _twitter-text-conformance: http://github.com/mzsanford/twitter-text-conformance
121+
122+
125123
License
126124
-------
127125

0 commit comments

Comments
 (0)