X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=NOTICE;h=59d5c112579b71de2c745fa42666894b834a7acb;hb=a9bdfd8fc9f84b7b2c09a57cd12ba32259e84d1c;hp=f5937ca559dd43584133b8c9b8c7d3e6a75453ab;hpb=7dfe2039f7c53fc9f2621be9dd704bcb7681022f;p=python_utils.git diff --git a/NOTICE b/NOTICE index f5937ca..59d5c11 100644 --- a/NOTICE +++ b/NOTICE @@ -28,6 +28,7 @@ contains URLs pointing at the source of the forked code. replace_nth. + Added type annotations everywhere, + Wrote doctests everywhere, + + Added sphinx style pydocs, + Wrote a supplimental unittest (tests/string_utils_test.py), + Added logging. @@ -41,6 +42,7 @@ contains URLs pointing at the source of the forked code. Scott's modifications include: + Adding a unittest (tests/shared_dict_test.py), + Minor cleanup and style tweaks, + + Added sphinx style pydocs, + Added type hints. 3. The timeout decortator in decorator_utils.py is based on original @@ -65,6 +67,7 @@ contains URLs pointing at the source of the forked code. + Ported the code to python3, + Added type hints, + Added timeouts / retries, + + Added sphinx style pydocs, + Added logging. Thank you to everyone who makes their code available for reuse by