Restate advantages in README.

Source code size isn't really that much of an issue when it is
well-organized, and I honestly can't be bothered updating the number
everytime something changes. It's mostly a subjective advantage anyway.
This commit is contained in:
Shiz 2014-02-21 18:35:46 +01:00
parent b5a97cda7c
commit 9b4242df77
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pydle is a compact, flexible and standards-abiding IRC library for Python 3.
Features
--------
* Compact: At ~2100SLoC at time of writing, it's not hard to find what you're looking for in the well-organized source code.
* Well-organized: Thanks to the modularized feature system, it's not hard to find what you're looking for in the well-organized source code.
* Standards-abiding: Based on [RFC1459](https://tools.ietf.org/html/rfc1459.html) with some small extension tweaks, with full support of optional extension standards:
- [TLS](http://tools.ietf.org/html/rfc5246)
- [CTCP](http://www.irchelp.org/irchelp/rfc/ctcpspec.html)