Support authentication tokens to construct networks

Closes #193
This commit is contained in:
Jace Browning 2017-01-31 15:00:38 -05:00
parent 7b3ab250df
commit 80f391761c
3 changed files with 36 additions and 10 deletions

2
.gitignore vendored
View file

@ -1,5 +1,6 @@
# User Credentials
test_pylast.yaml
.envrc
# Byte-compiled / optimized / DLL files
__pycache__/
@ -12,6 +13,7 @@ __pycache__/
# Distribution / packaging
.Python
env/
.venv/
build/
develop-eggs/
dist/