bake-cli-imports

View on PyPIReverse Dependencies (0)

0.13.0 bake_cli_imports-0.13.0-py3-none-any.whl

Wheel Details

Project: bake-cli-imports
Version: 0.13.0
Filename: bake_cli_imports-0.13.0-py3-none-any.whl
Download: [link]
Size: 21268
MD5: 730bc15545a2f8d2bb887c109ca89dae
SHA256: 0386cbe3b9b3f5e76f9c2fef87419d1a192fef4005618c28281fd0e1e9a1465e
Uploaded: 2019-10-03 01:35:18 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: bake-cli-imports
Version: 0.13.0
Summary: The familar Make / Bash hybrid.
Author: Kenneth Reitz
Author-Email: me[at]kennethreitz.org
Home-Page: https://github.com/kennethreitz/bake
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Requires-Dist: click
Requires-Dist: delegator.py
Requires-Dist: pygments
Requires-Dist: networkx
Requires-Dist: colorama
Description-Content-Type: text/markdown
[Description omitted; length: 9129 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.33.6)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
bake/__init__.py sha256=ViUPs7p4wVaI34v-4OIN9TZtZUIX3dBRtJTxO99K7po 31
bake/bakefile.py sha256=MOcA16m3zte-Cq9xWwnQ5WxHfaWqvnG6fcbkzBBzevs 18739
bake/bash.py sha256=HDdGTWqpBiN3nqo698awpx5ZbJBreRdrRPwCzje7_2g 4611
bake/cache.py sha256=5KpUnsns_9i2cBveUBgKq8gGGSWMDKygN6Si_tY62o8 2905
bake/cli.py sha256=VRVtpQgZk58gaefHZ34lV8OShLZ-YzYWdV8ANhosNqw 11929
bake/clint.py sha256=icJ4DicLOlk0zQR_NGAphOFZmt9gIbT6UWan5Ed4zRU 997
bake/constants.py sha256=GNPNm1UtMR6wKMv2WN_xjLQBd0KTC4mNqKxOAQBqyTA 304
bake/exceptions.py sha256=K0Gg0frZFsM-JQN6JDoZhh9PB0C5bF_V3GZXIatF31E 143
bake/utils.py sha256=jlPe2vpOj3tnFa-t68K7rT0Ql_SLI_tgkCijb3T9AyQ 903
bake/scripts/__init__.py sha256=x4M583OI5b8S5s5NLOEs_AtPJitEy1R5SMv07Z6NCos 79
bake/scripts/indent.py sha256=DF6J5-qQer40dYd1JmC12db7hePLj_mizB0oQmaw2hc 550
bake/scripts/notred.py sha256=DgcebnuIzimCgTIyntgUuSI99PFwAIyhzeWCCLxlKoA 423
bake/scripts/red.py sha256=2KFF7SMLXeifpi3We2X-Pb73VmcMIHbbyuu2VuQtBO8 1023
bake/scripts/step.py sha256=Ctt9RlUbtQoRB966bO5niIZGA8W7regZ4uy0ZRhiPHg 1056
bake_cli_imports-0.13.0.dist-info/LICENSE sha256=yrBCX31YdJXb79iVjhXzqSWZPUvyFD3slfHSLprkxX8 728
bake_cli_imports-0.13.0.dist-info/METADATA sha256=uTwdGn6JouRO7WgONRB-ns7bgXohqFv9G3bxe171xDU 10002
bake_cli_imports-0.13.0.dist-info/WHEEL sha256=p46_5Uhzqz6AzeSosiOnxK-zmFja1i22CrQCjmYe8ec 92
bake_cli_imports-0.13.0.dist-info/entry_points.txt sha256=44Xw-nFiLr7r-tkBZ3w5ChG2GbfdnE8SgV6CSFTKlzE 206
bake_cli_imports-0.13.0.dist-info/top_level.txt sha256=JfzAM794-cNFnVhac0J8EYg8Xka-cq9oi42s2-S4wbM 5
bake_cli_imports-0.13.0.dist-info/RECORD

top_level.txt

bake

entry_points.txt

bake = bake.cli:entrypoint
bake_indent = bake.scripts.indent:entrypoint
bake_step = bake.scripts.step:entrypoint
notred = bake.scripts.notred:entrypoint
red = bake.scripts.red:entrypoint