Move keep script into barbicanclient module.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -36,6 +36,7 @@ nosetests.xml
|
||||
|
||||
# Idea
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# generic venvs
|
||||
.venv
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
python-barbicanclient
|
||||
=====================
|
||||
|
||||
A python library for accessing the Barbican key management service.
|
||||
This is a client for the [Barbican](https://github.com/cloudkeep/barbican)
|
||||
Key Management API. There is a Python library for accessing the API
|
||||
(`barbicanclient` module), and a command-line script (`keep`).
|
||||
|
||||
4
keep → barbicanclient/keep.py
Executable file → Normal file
4
keep → barbicanclient/keep.py
Executable file → Normal file
@@ -166,7 +166,3 @@ class Keep:
|
||||
def main():
|
||||
k = Keep()
|
||||
k.execute()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user