4 Commits

Author SHA1 Message Date
Jonathan Davies
5ee60209fe * manage-credentials: Use common.py's mkdir function to create as many
subdirectories as necessary for the credentials directory (LP: #317317).
2009-01-15 12:30:07 +00:00
Jonathan Davies
da7a71e54f 0.54 upload.
* manage-credentials:
  - Save credentials to ~/.cache/lp_credentials/ by
    default.
  - Set service option default to edge.
* doc/manage-credentials.1: Update as necessary for the above.
* common.py:
  - When credentials are not found, ask user to see
    manage-credentials manpage.
  - Load all token files for the consumer specified in the above
    directory as necessary.
2009-01-14 19:49:18 +00:00
Jonathan Davies
6d5d623e62 * doc/manage-credentials.1: Written up.
* common.py: Change default location of our credentials to
  ~/.lp_credentials.txt and service to edge.
* requestsync.1: Change as necessary to launchpadlib.
2009-01-13 21:43:14 +00:00
Markus Korn
148d722a60 * added manage-credentials, a tool to create (and manage) credentials which
are used to access launchpad via the API. Currently this tool can be used
  to create a token with or without using the web UI. In the future, once
  related methods are available through the API, this tool can also be used
  to manage tokens in launchpad and on the users local machine.
2009-01-13 13:25:05 +01:00