From f69978e394f82a13a296db723fa0c3ca684d4cfd Mon Sep 17 00:00:00 2001 From: Michael Shields Date: Mon, 17 Aug 2015 17:14:10 -0700 Subject: Convert README to Markdown, and update links. --- README | 8 -------- README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 1b54294..0000000 --- a/README +++ /dev/null @@ -1,8 +0,0 @@ -ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6. -It was developed by Google for internal use, and is now open source. - -Project home page: http://code.google.com/p/ipaddr-py/ - -Please send contributions to ipaddr-py-dev@googlegroups.com. Code should -include unit tests and follow the Google Python style guide: -http://code.google.com/p/soc/wiki/PythonStyleGuide diff --git a/README.md b/README.md new file mode 100644 index 0000000..e5595f9 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +`ipaddr.py` is a library for working with IP addresses, both IPv4 and IPv6. +It was developed by Google for internal use, and is now open source. + +Project home page: https://github.com/google/ipaddr-py + +Please send contributions to ipaddr-py-dev@googlegroups.com. Code should +include unit tests and follow the Google Python style guide: +https://google.github.io/styleguide/pyguide.html -- cgit v1.2.1