{ "info": { "author": "Sukeesh", "author_email": "vsukeeshbabu@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "# Jarvis\n\n[![Build Status](https://travis-ci.org/sukeesh/Jarvis.svg?branch=master)](https://travis-ci.org/sukeesh/Jarvis)\n\nA Personal Assistant for Linux\n\n![Jarvis](http://i.imgur.com/xZ8x9ES.jpg)\n\nJarvis is a simple personal assistant for Linux which works on terminal. He can talk to you if you enable his voice. He can tell you the weather, he can find restaurants and and other places near you. He can do some great stuff for you. Stay updated about [new functionalities](NEW_FUNCTIONALITIES.md).\n\n## Getting Started\n\nIn order to start Jarvis just clone the repository and run the command: `python jarviscli`.\n\nYou can start by typing `help` within the Jarvis command line to check what Jarvis can do for you.\n\n### Prerequisites\n\nUse the command `./setup.sh` to install the requirements.\n\n## Youtube Video\n\n[Click here](https://www.youtube.com/watch?v=PR-nxqmG3V8)\n\n## Contributing\n\n- PR's are accepted!!\n- We follow PEP 8 guidelines. Before making a PR, make sure that your code is according to PEP8 standards.\n- If you have some ideas for new features and you don't have time to implement them please open an issue with the tag new_feature\n- If you have time to add extra functionality to Jarvis (for example new actions like \"record\" etc.) you only need to add this action to the actions tuple (look on init(self) in CmdInterpreter.py) as a string if it's a one word command or as a dict if it's a two word command. Then, add **appropriate methods** (substitute `record` for the name of your command):\n + `do_record(self, s)`: implement here your command functionality. `s` is where Jarvis will pass the arguments of your command.\n + `help_record(self)`: print what your command does.\n + **(optional)** `complete_record(self)`: useful to get completions, if it's a two word command use `get_completions` method: \n + `return self.get_completions(\"record\", text)`\n- Please don't forget to comment (document) your code\n\n**Note**: one word command examples are: `say [text that Jarvis will speak]`, `weather`. Two word command examples are: `hotspot start`, `hotspot stop`, `increase volume`, `decrease volume`.\n\n ### How to run tests:\n Change into the Jarvis/Jarvis directory\n ```bash\n cd Jarvis/jarviscli\n ```\n Then run unittest discover\n ```python\n python -m unittest discover\n ```\n\n## Authors\n\n **sukeesh** \n\nSee also the list of [contributors](contributors.md) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sukeesh/Jarvis", "keywords": "linux,personal-assistant", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "jarviscli", "package_url": "https://pypi.org/project/jarviscli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jarviscli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sukeesh/Jarvis" }, "release_url": "https://pypi.org/project/jarviscli/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Personal Assistant for Linux", "version": "1.0.1" }, "last_serial": 2994470, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5ca81aeb36f95798d691230ce1738b4a", "sha256": "d56e928393f3acf6039723d3cadc8dc42ebbc80765bfcb214069e8ae5a34ef3e" }, "downloads": -1, "filename": "jarviscli-1.0.tar.gz", "has_sig": false, "md5_digest": "5ca81aeb36f95798d691230ce1738b4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9465, "upload_time": "2017-07-01T16:54:14", "url": "https://files.pythonhosted.org/packages/7c/34/0055de7064de6790e9ac9740489353a9fd42bbec42bf4cb98a879f8bde3e/jarviscli-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "92e596e0f7e4f7c3d81936bb06ae2287", "sha256": "e442d4cba2244bf86510e7aad40ca333d6e12720789208004b130592b4edf5e5" }, "downloads": -1, "filename": "jarviscli-1.0.1.tar.gz", "has_sig": false, "md5_digest": "92e596e0f7e4f7c3d81936bb06ae2287", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31103, "upload_time": "2017-07-02T09:44:38", "url": "https://files.pythonhosted.org/packages/49/e5/c75763bec6b0f34dbffe72f988312647879b76505a7b2ee793ed91846fc2/jarviscli-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "92e596e0f7e4f7c3d81936bb06ae2287", "sha256": "e442d4cba2244bf86510e7aad40ca333d6e12720789208004b130592b4edf5e5" }, "downloads": -1, "filename": "jarviscli-1.0.1.tar.gz", "has_sig": false, "md5_digest": "92e596e0f7e4f7c3d81936bb06ae2287", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31103, "upload_time": "2017-07-02T09:44:38", "url": "https://files.pythonhosted.org/packages/49/e5/c75763bec6b0f34dbffe72f988312647879b76505a7b2ee793ed91846fc2/jarviscli-1.0.1.tar.gz" } ] }