bashhistory

View on PyPIReverse Dependencies (0)

1.2.0 bashhistory-1.2.0-py2.py3-none-any.whl

Wheel Details

Project: bashhistory
Version: 1.2.0
Filename: bashhistory-1.2.0-py2.py3-none-any.whl
Download: [link]
Size: 13375
MD5: 9161c6f4b13da0c3ae10b9166c7f7d81
SHA256: 4be0a6f221769779a5d3d8b19852c6e56da25b935e117e388dd2bc6429439f48
Uploaded: 2022-05-09 20:43:00 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: bashhistory
Version: 1.2.0
Summary: Common Python helper functions
Author: Lance Thompson
Home-Page: https://github.com/lancethomps/bashhistory
Project-Url: Bug Reports, https://github.com/lancethomps/bashhistory/issues
Project-Url: Source, https://github.com/lancethomps/bashhistory
License: MIT
Keywords: bash,history,shell,utils
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Shells
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Requires-Dist: argcomplete
Requires-Dist: ltpylib
Requires-Dist: python-pcre; extra == "pcre"
Provides-Extra: pcre
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 190 characters]

WHEEL

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

RECORD

Path Digest Size
bashhistory/__init__.py sha256=-JIt3g1eBf4bVQNNQd4JBeQNA7o0LK0W9tYKKX_r5s8 22
bashhistory/bh_configs.py sha256=1xd3b8fKe06ZDiGdjiIU4bMVoFqUZBOtp-P8K-ymmWI 7280
bashhistory/bh_output.py sha256=3OLXPDokcB7X1wd7-K48aXWkRgVlLwfTXO5TF2BpGZ0 2212
bashhistory/bh_parser.py sha256=mXGtlqm31rryO4V6xc7YHwV8thCJddaGnjEjyK_2E_o 522
bashhistory/bh_utils.py sha256=-hdh1Eoo6CBsNPuStbsP74e1X5DtHh08d_4DEQPOXc8 912
bashhistory/cli.py sha256=FaanrGMF0bCBLVZm7zqsYKV79ZDH799sUQog5xIPbcY 6512
bashhistory/db_commands.py sha256=HiowjN1C8FsG2JpoBfBi9P87vBosT8RWCmsBAKvX9mk 1941
bashhistory/db_connection.py sha256=6UlvPabPQw1r7nr9spubWV0yVseBSxvLSZjQiOSDaGw 1021
bashhistory/query_creator.py sha256=gvUA7gNlMLsOFrol8GMmOvrsLY_vVKwvrpjAX4aFVlY 3393
bashhistory/query_runner.py sha256=suUqYdpUokjvbiTxU94Ps4FMadSQMEyMT5CSgIgVvII 3113
bashhistorytests/__init__.py sha256=-JIt3g1eBf4bVQNNQd4JBeQNA7o0LK0W9tYKKX_r5s8 22
bashhistorytests/test_bh_parser.py sha256=1UvQ91UjiqPWSrnq0YZO1llVGp38S7wRnXArxUcMgSM 586
bashhistory-1.2.0.dist-info/LICENSE sha256=S1pJL407BwTTXzZK0BQPNM7ZZs57uj1pTSfVZ8Whx30 1061
bashhistory-1.2.0.dist-info/METADATA sha256=iH4PZFSNb6RH7-jrEw5ZMx0xBKjYPhLVaItPEoOgGRM 1064
bashhistory-1.2.0.dist-info/WHEEL sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg 110
bashhistory-1.2.0.dist-info/entry_points.txt sha256=6Efol0_ObjbDYnnJ0D28zZ2u7uh06c_him6m8SbZcBo 276
bashhistory-1.2.0.dist-info/top_level.txt sha256=mPJPsXlEXMxqPgf_onM6H7ZZC40o5AKwXvknM6LDxmg 29
bashhistory-1.2.0.dist-info/RECORD

top_level.txt

bashhistory
bashhistorytests

entry_points.txt

hist = bashhistory.cli:hist
hist_db_create = bashhistory.cli:hist_db_create
hist_db_insert = bashhistory.cli:hist_db_insert
hist_grep = bashhistory.cli:hist_grep
hist_grep_copy = bashhistory.cli:hist_grep_copy
hist_grep_exec = bashhistory.cli:hist_grep_exec