This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Python CLI GSoC15 #437
Open
agentmilindu
wants to merge
79
commits into
apache:gsoc-projects-2015
Choose a base branch
from
agentmilindu:python-cli-gsoc15
base: gsoc-projects-2015
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Python CLI GSoC15 #437
agentmilindu
wants to merge
79
commits into
apache:gsoc-projects-2015
from
agentmilindu:python-cli-gsoc15
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On branch python-cli new file: components/org.apache.stratos.python.cli/src/main/python/cli/__init__.py
On branch python-cli new file: components/org.apache.stratos.python.cli/src/main/python/cli/setup.cfg new file: components/org.apache.stratos.python.cli/src/main/python/cli/setup.py
On branch python-cli new file: components/org.apache.stratos.python.cli/src/main/python/tests/__init__.py
On branch python-cli renamed: components/org.apache.stratos.python.cli/src/main/python/cli/setup.cfg -> components/org.apache.stratos.python.cli/src/main/python/setup.cfg renamed: components/org.apache.stratos.python.cli/src/main/python/cli/setup.py -> components/org.apache.stratos.python.cli/src/main/python/setup.py Refer https://pythonhosted.org/an_example_pypi_project/setuptools.html#directory-structure
On branch python-cli new file: components/org.apache.stratos.python.cli/src/main/python/cli/Main.py Main file contains the main() method, the entry point of the CLI
On branch python-cli new file: components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py new file: components/org.apache.stratos.python.cli/src/main/python/cli/Stratos.py
On branch python-cli modified: components/org.apache.stratos.python.cli/src/main/python/cli/Main.py
On branch python-cli modified: cli/CLI.py modified: cli/Main.py modified: cli/Stratos.py modified: setup.py Now anyone build and install stratos CLI by, $ python setup.py build $ python setup.py install or use $ python setup.py develop instead `install` if developing
On branch python-cli renamed: README.md -> README.rst Using rst(reStructuredText) file as setup.py's description, this will become the description of stratos on Pip. Therefor adding the default Stratos CLI guide there. Python CLI specific details would reside on README.md
On branch python-cli new file: .gitignore Ignoring build/ dist/ stratos.egg-info/
On branch python-cli new file: README.md Python CLI specific README
On branch python-cli modified: setup.py
On branch python-cli new file: cli/Utils.py
On branch python-cli new file: cli/Logging.py
On branch python-cli modified: cli/CLI.py new file: cli/Configs.py modified: cli/Logging.py
On branch python-cli modified: components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py modified: components/org.apache.stratos.python.cli/src/main/python/cli/Logging.py
Using python os.path.join() to avoid forward/back slash problems Setting empty strings as defaults for username and password evn vars instead of None
…t_users and do_network_partitions added
]) | ||
@auth | ||
def do_list_cartridges(self, line , opts=None): | ||
"""Retrieve details of available cartridges.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like parameters are missing in the method comment.
asfgit
pushed a commit
that referenced
this pull request
Oct 13, 2015
I think we have merged this PR (Python CLI) to master branch. If so shall we close this? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.