beagle

View on PyPIReverse Dependencies (0)

0.3.0 beagle-0.3.0-py3-none-any.whl

Wheel Details

Project: beagle
Version: 0.3.0
Filename: beagle-0.3.0-py3-none-any.whl
Download: [link]
Size: 11471
MD5: e93cd8ef0cc4d15d560a2621ae9ca574
SHA256: 34b7236e550859b09ec408ef7018f6456df40a9ec08fd7ec6efb347948818c9d
Uploaded: 2020-07-07 14:12:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: beagle
Version: 0.3.0
Summary: Command line client for Hound
Author: Doug Hellmann
Author-Email: doug[at]doughellmann.com
Home-Page: https://github.com/beaglecli/beagle/
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software 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 :: 3.8
Requires-Python: >=3.6
Requires-Dist: pbr (>=2.0)
Requires-Dist: cliff (>=2.11.0)
Requires-Dist: requests (>=2.18.4)
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: testtools; extra == "test"
Requires-Dist: fixtures; extra == "test"
Requires-Dist: flake8; extra == "test"
Provides-Extra: test
[Description omitted; length: 386 characters]

WHEEL

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

RECORD

Path Digest Size
beagle/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
beagle/app.py sha256=kGg7KK5Ke9cBEOj5uu-IdP-ro1e5pMgDddgMRPsrri4 1699
beagle/grep_formatter.py sha256=Tn0dbhQ_bHzZidCm4grIQ8V58ZNYlyK2DA7_40ehsfQ 1983
beagle/hound.py sha256=MtZibFns1JoaoEn60tOTzrrgdRJhMno_kuoxYIOx1iY 1215
beagle/openstack.py sha256=brpZGhG4MKM10AxTWMR2593Tz05yTiML51oitOMq_oQ 1871
beagle/search.py sha256=JlR74721T326R9VbhcthwjTnDxJP29_ZUP4pL5f4faw 4781
beagle-0.3.0.dist-info/AUTHORS sha256=K7tLPY12uqRKWJn7YMOW5fSlzprRnXIPIYGip3hk1As 115
beagle-0.3.0.dist-info/LICENSE sha256=XfKg2H1sVi8OoRxoisUlMqoo10TKvHmU_wU39ks7MyA 10143
beagle-0.3.0.dist-info/METADATA sha256=vBeip3I9NX461rWqXYyAvYYkTT7ry_IIiC6A4rpqy-w 1465
beagle-0.3.0.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
beagle-0.3.0.dist-info/entry_points.txt sha256=rgix63Vph0ay1hHpSZG5oJ-gcLa6oSiL_IKrqZUeQ9o 247
beagle-0.3.0.dist-info/pbr.json sha256=JARuczljcOjaqgyPRTCaPBMyN2wJs243xMiV7uci7ys 46
beagle-0.3.0.dist-info/top_level.txt sha256=5bUeTq2TPXgCxnLVoyUbkKYvtiqxmgI2sJlGncYGnwU 7
beagle-0.3.0.dist-info/RECORD

top_level.txt

beagle

entry_points.txt

search = beagle.search:Search
grep = beagle.grep_formatter:GrepFormatter
link = beagle.openstack:OSLinkFormatter
beagle = beagle.app:main
code_search = beagle.search:Search