MANIFEST.in
README.txt
setup.py
src/mekk/__init__.py
src/mekk.fics.egg-info/PKG-INFO
src/mekk.fics.egg-info/SOURCES.txt
src/mekk.fics.egg-info/dependency_links.txt
src/mekk.fics.egg-info/namespace_packages.txt
src/mekk.fics.egg-info/not-zip-safe
src/mekk.fics.egg-info/requires.txt
src/mekk.fics.egg-info/top_level.txt
src/mekk/fics/__init__.py
src/mekk/fics/errors.py
src/mekk/fics/fics_client.py
src/mekk/fics/fics_client_mixin_event_methods.py
src/mekk/fics/fics_connector.py
src/mekk/fics/version.py
src/mekk/fics/command_building/__init__.py
src/mekk/fics/command_building/ivar_login.py
src/mekk/fics/constants/__init__.py
src/mekk/fics/constants/block_codes.py
src/mekk/fics/constants/limits.py
src/mekk/fics/constants/network.py
src/mekk/fics/datatypes/__init__.py
src/mekk/fics/datatypes/channel.py
src/mekk/fics/datatypes/color.py
src/mekk/fics/datatypes/date.py
src/mekk/fics/datatypes/game_clock.py
src/mekk/fics/datatypes/game_info.py
src/mekk/fics/datatypes/game_type.py
src/mekk/fics/datatypes/generic.py
src/mekk/fics/datatypes/list_items.py
src/mekk/fics/datatypes/notifications.py
src/mekk/fics/datatypes/piece.py
src/mekk/fics/datatypes/player.py
src/mekk/fics/datatypes/style12.py
src/mekk/fics/parsing/__init__.py
src/mekk/fics/parsing/common.py
src/mekk/fics/parsing/fics_parser.py
src/mekk/fics/parsing/info_parser.py
src/mekk/fics/parsing/login_parser.py
src/mekk/fics/parsing/reply_parser.py
src/mekk/fics/parsing/reply/__init__.py
src/mekk/fics/parsing/reply/block_mode_filter.py
src/mekk/fics/parsing/reply/date.py
src/mekk/fics/parsing/reply/finger.py
src/mekk/fics/parsing/reply/games.py
src/mekk/fics/parsing/reply/info.py
src/mekk/fics/parsing/reply/list_operations.py
src/mekk/fics/parsing/reply/lists.py
src/mekk/fics/parsing/reply/observe.py
src/mekk/fics/parsing/reply/play.py
src/mekk/fics/parsing/reply/seek.py
src/mekk/fics/parsing/reply/tell.py
src/mekk/fics/parsing/reply/who.py
src/mekk/fics/support/__init__.py
src/mekk/fics/support/block_deferreds.py
src/mekk/fics/support/delaying_executor.py
src/mekk/fics/support/keep_alive.py
src/mekk/fics/support/list_cache.py
src/mekk/fics/support/tell_status.py
src/mekk/fics/tell_commands/__init__.py
src/mekk/fics/tell_commands/command_parser.py
src/mekk/fics/tell_commands/fics_client_mixin_tell_commands.py
src/mekk/fics/tell_commands/odict.py
src/mekk/fics/tell_commands/shortcut_resolver.py
src/mekk/fics/tell_commands/tell_errors.py
src/mekk/fics/test_utils/__init__.py
src/mekk/fics/test_utils/helpers.py
src/mekk/fics/twisted_util/__init__.py
src/mekk/fics/twisted_util/defer_util.py
tests/test_block_codes.py
tests/test_block_deferreds.py
tests/test_command_builder.py
tests/test_delaying_executor.py
tests/test_gameClock.py
tests/test_gameType.py
tests/test_gather_defs.py
tests/test_input_processor.py
tests/test_keep_alive.py
tests/test_parser.py
tests/test_playerName.py
tests/test_shortcutResolver.py
tests/test_style12.py
tests/test_tell_command_parser.py
tests/test_tell_status.py
tests/ficsparserdata/finger-gmkramnik.lines
tests/ficsparserdata/finger-guest.lines
tests/ficsparserdata/finger-mad.lines
tests/ficsparserdata/finger-mek.lines
tests/ficsparserdata/finger-mekk.lines
tests/ficsparserdata/finger-nonexist.lines
tests/ficsparserdata/finger-relay.lines
tests/ficsparserdata/finger-watchbot.lines
tests/ficsparserdata/games.lines
tests/ficsparserdata/observe-normal.lines
tests/ficsparserdata/observe-spec-norating.lines
tests/ficsparserdata/observe-spec-shortrating-white.lines
tests/ficsparserdata/observe-spec-shortrating.lines
tests/ficsparserdata/observe-wild4.lines
tests/ficsparserdata/seeks.lines
tests/ficsparserdata/showlist-channel.lines
tests/ficsparserdata/showlist-computers.lines
tests/ficsparserdata/showlist-emptynotify.lines
tests/ficsparserdata/showlist-td.lines
tests/ficsparserdata/who.lines