PK!**wMM$flake8_import_order_tbm/__about__.py__all__ = [ '__author__', '__author_email__', '__copyright__', '__license__', '__summary__', '__title__', '__url__', '__version__', '__version_info__' ] __title__ = 'flake8-import-order-tbm' __summary__ = "thebigmunch's import order style for flake8-import-order." __url__ = 'https://github.com/thebigmunch/flake8-import-order-tbm' __version__ = '1.0.0' __version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit()) __author__ = 'thebigmunch' __author_email__ = 'mail@thebigmunch.me' __license__ = 'MIT' __copyright__ = f'2018 {__author__} <{__author_email__}>' PK!șsYY#flake8_import_order_tbm/__init__.pyfrom .__about__ import * from .style import TBM __all__ = [ *__about__.__all__, TBM ] PK!8#wAA flake8_import_order_tbm/style.py__all__ = ['TBM'] from flake8_import_order.styles import Style from natsort import natsorted class TBM(Style): @staticmethod def import_key(import_): modules = [TBM.module_key(module) for module in import_.modules] names = [TBM.name_key(name) for name in import_.names] return (import_.type, import_.is_from, import_.level, modules, names) @staticmethod def module_key(name): return (name.lower(), name) @staticmethod def name_key(name): return (-name.isupper(), name) @staticmethod def sorted_names(names): return natsorted(names, key=TBM.name_key) PK!H/LP.>8flake8_import_order_tbm-1.0.0.dist-info/entry_points.txtNIN-/*/JI-+.I-*Iʵ" qPK!݅LL/flake8_import_order_tbm-1.0.0.dist-info/LICENSEThe MIT License (MIT) Copyright (c) 2018 thebigmunch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK!HW"TT-flake8_import_order_tbm-1.0.0.dist-info/WHEEL A н#J."jm)Afb~ ڡ5 G7hiޅF4+-3ڦ/̖?XPK!H!ZX0flake8_import_order_tbm-1.0.0.dist-info/METADATAUrF }~y2"iىVŝzN(Lg"!j{avJٯYN/" `z^pϣh0:xp)%WP>2@b;$>زV o$B%RhX S(U,)-WJn.k:jwŏx_oy nIC/^ iȋ#_S8!>XahU vD4:_tGg~Rͽ#@">_]Rm5܊ʓ5]B p_/G׆}:?+Fu0AE3{vv3:SX'鈱g=)i 't1xM7a1\\]P⧾XݑQ(=% %,-}>p @e1G,\؂. #ɹR=*B`m!bqv>[^?y%WUV6e< _X99yͻQgiC*4.ѫ?i{pȓo^C ˕D~˶dr'Uxѵh[%[|r O`\7'%Hyⱏ\\oW4h+;sgeKl:Z65К }e88"[]R :+(Ez8غϊNYY۾]f>bPp5MXB4ˆ\ʸIO+M5UX7\3 DS.KX/![ wpfǤXh7k0$*o77PK!**wMM$flake8_import_order_tbm/__about__.pyPK!șsYY#flake8_import_order_tbm/__init__.pyPK!8#wAA )flake8_import_order_tbm/style.pyPK!H/LP.>8flake8_import_order_tbm-1.0.0.dist-info/entry_points.txtPK!݅LL/,flake8_import_order_tbm-1.0.0.dist-info/LICENSEPK!HW"TT- flake8_import_order_tbm-1.0.0.dist-info/WHEELPK!H!ZX0d flake8_import_order_tbm-1.0.0.dist-info/METADATAPK!H⯕. flake8_import_order_tbm-1.0.0.dist-info/RECORDPK