PKTNsIeeblue_chip/__init__.py""" blue_chip ~~~~~~~~~ """ __version__ = "0.0.1" __all__ = ["__main__", "constants", "tasks"] PK}NuBMMblue_chip/__main__.py""" blue_chip.__main__.py ~~~~~~~~~~~~~~~~~~~~~ """ from invoke import Collection, Program # pylint: disable=import-error from blue_chip import tasks from blue_chip import __version__ # pylint: disable=invalid-name program = Program( namespace=Collection.from_module(tasks), name="blue-chip", version=__version__ ) PKNL0blue_chip/constants.py""" blue_chip.contants.py ~~~~~~~~~~~~~~~~~~~~~ """ import pathlib BC_ROOT = pathlib.Path(__file__).parent LINE_LENGTH = 88 PK&Nkblue_chip/tasks.py""" blue_chip.tasks.py ~~~~~~~~~~~~~~~~~~ Invoke tasks file """ from invoke import task from blue_chip import constants @task( help={ "line-length": "How many characters per line to allow. [default: {}]".format( constants.LINE_LENGTH ), "targets": "Paths/directories to format. [default: . ]", } ) def fmt(ctx, line_length=constants.LINE_LENGTH, targets="."): """Format python source code.""" if isinstance(targets, (list, tuple, set)): targets = " ".join(targets) ctx.run(f"black --line-length {line_length} {targets}") @task def lint(ctx, targets="."): """Run static analysis on python source code.""" ctx.run(f"prospector {targets}") PK!HJ+ 75*blue_chip-0.0.1.dist-info/entry_points.txtN+I/N.,()JJM)MO,ЋM̋*(O/J+*PKZNzKx==!blue_chip-0.0.1.dist-info/LICENSEMIT License Copyright (c) 2019 Gabriel 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!HPOblue_chip-0.0.1.dist-info/WHEEL HM K-*ϳR03rOK-J,/RH,szd&Y)r$[)T&UrPK!Hͺ"blue_chip-0.0.1.dist-info/METADATAUmo6_qC6`*9K 5muA$hCPDt9E%);{(ٱzX#usԟe-b3:JqV-U+):cG݀Zlcfi+ʙ[݋ӽwbxKKgF^7VJϨU/^_$J{)!F?z(9T^Ygsg#ۘ-"FSƊ!bľez'mӡA>x~4?j-.L٠2%IGj;5k&} yF"pZK 1@VBenŏw*:A;#? qu}Aku}ܴ4ú| p)]o+E/*d:JK[-_"ך1f ׼mZ&K)!iwgE6dԃݒ\ODLVjǀ>wRS D.pbV_g@3Bl6yۏf:!ikc?e\jn8]\Stq~E/ ē"LυȎ?.lRk!nը7,hJ*@[42'( N;CI+?L.K(eP~H̴\DCnpy0jJkMcor A0ڑCkz9q &*mkw0:3Bu|'] r7J /PK!HEAݵ blue_chip-0.0.1.dist-info/RECORD}A0}mp1 04 h(B~fV/euI I I2oGU_~