HawkEye is a v of commands that I have been building up over time to save time. Turning four&five-liners into a quick, callable function.
HawkEye:
#!/usr/bin/env python
from hawkeye import *
# quickly initialize a database (dictionary) and start storing things.
_data = INIT_Database("<DesiredPathname>") # can be .txt or .json or a custom file
printData(_data) # prettyprint
_navigateData = navigate(_data) # prints keys of dictionary to console so you can find what you need quickly
I’m still working on it tho.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hawkeye-0.1.8.tar.gz
(3.6 kB
view details)
File details
Details for the file hawkeye-0.1.8.tar.gz.
File metadata
- Download URL: hawkeye-0.1.8.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed4c15be308e49455f113f7ac3e2c7c4059ef4d4fbc2400fd6e8aa56a048f9da
|
|
| MD5 |
f21d53e682e859980ab063920753edcc
|
|
| BLAKE2b-256 |
178e5ce5d0723cfad38b7e3ee6186601dbf570c41b72572e35fd798ff2cc1df1
|