Skip to main content

No project description provided

Project description

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.

Project details


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.6.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page