This website requires JavaScript.
Explore
Help
Sign In
pikers
/
piker
Watch
3
Star
0
Fork
You've already forked piker
0
Code
Issues
8
Pull Requests
10
Packages
Projects
Releases
Wiki
Activity
618d4b52c1
piker
/
piker
/
brokers
/
__init__.py
4 lines
64 B
Python
Raw
Normal View
History
Unescape
Escape
Save tokens locally for use across runs Store tokens in a local config file avoiding any refresh delay unless necessary when the current access token expires. Summary: - move draft main routine into the `brokers` package mod - start an api wrapper type - always write the current access tokens to the config on teardown
2018-01-23 02:50:26 +00:00
"""
Log entire access config on exit
2018-01-23 06:03:51 +00:00
Broker
clients
,
daemons
and
general
back
end
machinery
.
Save tokens locally for use across runs Store tokens in a local config file avoiding any refresh delay unless necessary when the current access token expires. Summary: - move draft main routine into the `brokers` package mod - start an api wrapper type - always write the current access tokens to the config on teardown
2018-01-23 02:50:26 +00:00
"""