Skip to content

Instantly share code, notes, and snippets.

View JennToo's full-sized avatar
😎

Jennifer Wilcox JennToo

😎
View GitHub Profile
@JennToo
JennToo / poetry.lock
Created June 5, 2020 14:57
Always reinstalling for "upgrades"
[[package]]
category = "dev"
description = "A configurable sidebar-enabled Sphinx theme"
marker = "python_version >= \"3.6\" and python_version < \"4.0\" and (python_version >= \"3.6\" and python_version < \"4.0\")"
name = "alabaster"
optional = false
python-versions = "*"
version = "0.7.12"
[package.source]
[alias]
yeet = push
yoink = pull
tea = status
woke = commit
vibe-check = reset
fam = remote
extra = commit --ammend
stan = merge
bruh = blame

Keybase proof

I hereby claim:

  • I am nitori- on github.
  • I am jenntoo (https://keybase.io/jenntoo) on keybase.
  • I have a public key ASB772UNz-xyypLd1oqVHKwjKONDP7QhGn-KnOfZNE1pJQo

To claim this, I am signing this object:

@JennToo
JennToo / config-mgr.py
Last active September 27, 2019 21:36
#!/usr/bin/env python3
import argparse
import sys
from lxml import etree
from netconf_client.connect import connect_ssh
from netconf_client.ncclient import Manager
def parse_args():