2323 trio-asyncio
2424==============
2525
26- **Trio-Asyncio ** is a re-implementation of the ``asyncio `` mainloop on top of
26+ **trio-asyncio ** is a re-implementation of the ``asyncio `` mainloop on top of
2727Trio.
2828
29- Trio-Asyncio requires at least Python 3.5.3. It is tested on recent versions of
29+ trio-asyncio requires at least Python 3.5.3. It is tested on recent versions of
30303.5, 3.6, 3.7, 3.8, and nightly.
3131
3232+++++++++++
@@ -42,7 +42,7 @@ On the other hand, there are quite a few asyncio-enhanced libraries. You
4242*really * don't want to re-invent any wheels in your project.
4343
4444Thus, being able to use asyncio libraries from Trio is useful.
45- Trio-Asyncio enables you to do that, and more.
45+ trio-asyncio enables you to do that, and more.
4646
4747--------------------------------------
4848 Transparent vs. explicit translation
@@ -65,34 +65,27 @@ Trio-Asyncio's documentation is too large for a README.
6565
6666For further information, `see the manual on readthedocs <http://trio-asyncio.readthedocs.io/en/latest/ >`_.
6767
68- ++++++++++++++++++++++
69- Hacking trio-asyncio
70- ++++++++++++++++++++++
68+ ++++++++++++++
69+ Contributing
70+ ++++++++++++++
7171
72- -----------
73- Licensing
74- -----------
72+ Like Trio, trio-asyncio is licensed under both the MIT and Apache licenses.
73+ Submitting a patch or pull request implies your acceptance of these licenses.
7574
76- Like trio, trio-asyncio is licensed under both the MIT and Apache licenses.
77- Submitting patches or pull requests imply your acceptance of these licenses .
75+ Testing is done with `` pytest ``. Test coverage is pretty thorough; please
76+ keep it that way when adding new code .
7877
79- ---------
80- Patches
81- ---------
78+ See the ` Trio contributor guide
79+ <https://trio.readthedocs.io/en/stable/contributing.html> `__ for much
80+ more detail on how to get involved.
8281
83- are accepted gladly.
84-
85- ---------
86- Testing
87- ---------
88-
89- As in trio, testing is done with ``pytest ``.
90-
91- Test coverage is close to 100%. Please keep it that way.
82+ Contributors are requested to follow our `code of conduct
83+ <https://trio.readthedocs.io/en/stable/code-of-conduct.html> `__ in all
84+ project spaces.
9285
9386++++++++
9487 Author
9588++++++++
9689
97- Matthias Urlichs <matthias@urlichs.de>
98-
90+ trio-asyncio was originally written by Matthias Urlichs <matthias@urlichs.de>.
91+ It is now maintained by the ` Trio project < https://github.com/python-trio >`_.
0 commit comments