quickie-runner

View on PyPIReverse Dependencies (1)

0.3.3 quickie_runner-0.3.3-py3-none-any.whl

Wheel Details

Project: quickie-runner
Version: 0.3.3
Filename: quickie_runner-0.3.3-py3-none-any.whl
Download: [link]
Size: 31078
MD5: 8033a6380314f34703c1a9b7ad00cf3e
SHA256: 0faac6f89906b443dc8e06b605922239c4c423a22ba7cb4240a0cec6029d8a92
Uploaded: 2024-08-20 12:35:21 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: quickie-runner
Version: 0.3.3
Summary: A CLI tool for quick tasks.
Author-Email: Adrian Martinez Rodriguez <adrianmrit[at]gmail.com>
Project-Url: Homepage, https://github.com/adrianmrit/quickie
Project-Url: Documentation, https://quickie.readthedocs.io
Project-Url: Repository, https://github.com/adrianmrit/quickie.git
Project-Url: Issues, https://github.com/adrianmrit/quickie/issues
Project-Url: Changelog, https://github.com/adrianmrit/quickie/blob/main/CHANGELOG.md
License: The MIT License Copyright 2024 Adrian Martinez Rodriguez <adrianmrit@gmail.com> 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.
Keywords: CLI,quick,tasks
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: argcomplete (~=3.5)
Requires-Dist: frozendict (~=2.4)
Requires-Dist: oslex (~=0.1)
Requires-Dist: python-dotenv (~=1.0)
Requires-Dist: rich (~=13.7)
Requires-Dist: mock; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Requires-Dist: sphinx-toolbox (~=3.8.0); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2984 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
quickie/__init__.py sha256=dKSgbKbddccSOnC_WKfj70-4F_FUFiWxInQ-b4kogW8 792
quickie/__main__.py sha256=NuaJe4VJ1_43c2OFvvv0GZQIYrLJ6_2DdZQ4whECioA 240
quickie/_argparser.py sha256=6tDt-YihIQ3wZlt4Y9RB_UvwXKXfjIgcHpib8UiKF-Q 2409
quickie/_cli.py sha256=dmu-Bw-HKUP--q_UfA43DbXw1lVS4qZsekoTvSvc16o 7771
quickie/_loader.py sha256=nXkC_pyh6JayEHwx9liRsaXV9pdHxV5LTDqgZR5SaCY 1809
quickie/_meta.py sha256=f8-S16vRoN5YuflWW-eYzyR2sezpCjBtgTTC6W87gj4 233
quickie/_namespace.py sha256=EaTneUnG7dqSkUWMr6ygErMGY2PIRwUD4VeBNSD4Mls 2739
quickie/_version.py sha256=x_DqfJNRziVJWo-JljjsN_lsUo35cuh1oj7-huOH8jU 118
quickie/config.py sha256=zEJr3KYlq0qPckLUK_dO4K06hbdFGoQXXBywB1JkGBw 4594
quickie/context.py sha256=cE67yt5pGMkkATN9XyRKeEi5f7PpltwvdtFH-7uHfvc 1317
quickie/errors.py sha256=Xg7US1x5drsKuZZfGDHQSTseEJgL9iyoDZn5aIQnAFI 1519
quickie/factories.py sha256=LZyxvPJf-Iw0hM15xADlDme2Ckf_lKi-Hj86JoRz1YM 20368
quickie/tasks.py sha256=NwgyeJzbpt2msZX98CZg2ctByagsXzdLROdtAyvDaY8 25619
quickie/completion/__init__.py sha256=CrpncJf5087w8qrRAsEp2HYe4tJ9JymQ4FfSTkpwLXw 1529
quickie/completion/_internal.py sha256=VI6a3YVnMGRfx9GXk8QBjCOmATbxHI0RyduU1xOd934 773
quickie/completion/base.py sha256=URMep79Cwp1_sv5JbNRrd2qqiKKLv5LkR_ndpk0Qu_4 1521
quickie/completion/python.py sha256=iC342ZOmj9O5ZMewu0yf_J_VYHjxir6iMy8HHDvejgc 3021
quickie/conditions/__init__.py sha256=Ef2VcbtPpOtK020BNjWnkhIq_l_I1qlDn0uCxxTjzQk 7086
quickie/conditions/base.py sha256=fTSTaUhozv-ZHDpLAdGGYy1ZKMfRhy4Fqv2vV_mQE7g 3108
quickie/utils/__init__.py sha256=gXzLAPSbHMZCzWjXyU3zfReTviBAQMz2PhSYF5t6Jp4 20
quickie/utils/imports.py sha256=6fi-3wG2ojo7Smf4bLl9O9thMJrifbGBJWfcEq38rjQ 2232
quickie_runner-0.3.3.dist-info/METADATA sha256=wrWc9ks6oxccyA9ytuFVckzgCd6b2GRBMvIyA4kH-4Q 5559
quickie_runner-0.3.3.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
quickie_runner-0.3.3.dist-info/entry_points.txt sha256=iSQcW1k7SbcJ9LW6f1_3eeM4rySfrN2j23CAv-RaQJ8 42
quickie_runner-0.3.3.dist-info/licenses/LICENSE sha256=a6Hn-gW_z3hdSN9ohUnvyJTy4rNF5MmEuSvKBwADUg4 1105
quickie_runner-0.3.3.dist-info/RECORD

entry_points.txt

qck = quickie._cli:main