{ "info": { "author": "Artur Barseghyan", "author_email": "artur.barseghyan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development", "Topic :: Text Editors :: Integrated Development Environments (IDE)" ], "description": "======\ncharmy\n======\nAn automated PyCharm installer for Linux.\n\nSupported systems\n=================\nAlthough `charmy` would work on any Linux system (download, sym-link), some\nextra things, like creating a `.desktop` file for Ubuntu launcher, are done for\nspecific systems only.\n\nInstallation\n============\nInstall with latest stable version from PyPI:\n\n.. code-block:: sh\n\n pip install charmy\n\nOr install the latest stable version from GitHub:\n\n.. code-block:: sh\n\n pip install -e git+https://github.com/barseghyanartur/charmy@stable#egg=charmy\n\nOr install the latest stable version from BitBucket:\n\n.. code-block:: sh\n\n pip install -e hg+https://bitbucket.org/barseghyanartur/charmy@stable#egg=charmy\n\nOr install into python path:\n\n.. code-block:: sh\n\n $ python setup.py install\n\nThat's all. See the `Usage and examples` section for more.\n\nUsage and examples\n==================\nBasics\n------\nInstall the latest version of PyCharm (defaults to community edition):\n\n.. code-block:: sh\n\n charmy install\n\nYou may be more explicit as well:\n\n.. code-block:: sh\n\n charmy install --edition=community\n\nInstall the latest professional version:\n\n.. code-block:: sh\n\n charmy install --edition=professional\n\nInstall specific version of the PyCharm. Let's assume the you want\nto install community edition version 4.5.4:\n\n.. code-block:: sh\n\n charmy install --version=4.5.4 --edition=community\n\nSwitch between installed PyCharm versions (imagine, you have both 4.5\nand 4.5.4 installed and want to switch back to previous version):\n\n.. code-block:: sh\n\n charmy activate --version=4.5 --edition=community\n\nList installed PyCharm versions:\n\n.. code-block:: sh\n\n charmy versions\n\nBy default `charmy` installs PyCharm in the `PyCharm` directory. If you want it\nto be installed elsewhere provide --destination directive:\n\n.. code-block:: sh\n\n charmy install --destination=/home/user/my-pycharm-installation-directory/\n\nNote, that `charmy` remembers your last destination, so once you have\nspecified a destination, you don't have to specify it again (unless you\nwant to change installation directory).\n\nCheck for the latest available version (without installing it):\n\n.. code-block:: sh\n\n charmy check-latest-available\n\nClear `charmy` settings (destination and the database drop):\n\n.. code-block:: sh\n\n charmy reset-settings\n\nUbuntu\n------\nWhen installing on Ubuntu, `charmy` creates a `.desktop` file for to be drag\nand dropped to the Unity launcher. The `.desktop` file is located at:\n\n.. code-block:: html\n\n ~/.local/share/applications/jetbrains-pycharm-ce.desktop\n\nLicense\n=======\nGPL 2.0/LGPL 2.1\n\nSupport\n=======\nFor any issues contact me at the e-mail given in the `Author` section.\n\nAuthor\n======\nArtur Barseghyan ", "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/barseghyanartur/charmy", "keywords": "pycharm,installer", "license": "GPL 2.0/LGPL 2.1", "maintainer": null, "maintainer_email": null, "name": "charmy", "package_url": "https://pypi.org/project/charmy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/charmy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/barseghyanartur/charmy" }, "release_url": "https://pypi.org/project/charmy/0.1.7/", "requires_dist": null, "requires_python": null, "summary": "Automated PyCharm installer for Linux.", "version": "0.1.7" }, "last_serial": 3472176, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "3b4801f6e9bb8b323c9c24bc6244303d", "sha256": "b60c0ef881c3f0fc6d6bbf31297fe4c24dd99c8795848350f23178c4766a62e0" }, "downloads": -1, "filename": "charmy-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3b4801f6e9bb8b323c9c24bc6244303d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15265, "upload_time": "2015-10-09T06:55:15", "url": "https://files.pythonhosted.org/packages/62/55/b6e976c0a6cb07016e6b2ef6ace0d3fb997280ce17c35cbd159ffc510862/charmy-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e627be466f1f49134c1f6f9101ce8f13", "sha256": "132bec824b71fe515d0c4aeeae277abba27a8a72c0694c95c7f917a349469c30" }, "downloads": -1, "filename": "charmy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e627be466f1f49134c1f6f9101ce8f13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22039, "upload_time": "2015-10-09T06:55:11", "url": "https://files.pythonhosted.org/packages/be/2a/9121b0add1a429230fc8dd7be7dba995d6e7d6b3aa2a92a79bdf072fed07/charmy-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "7bbc169b4f1c380ef533554384b505a9", "sha256": "4f3223f2e80213720c162b21abca4cb23bec346fb3fff046ca5f60049ea8f7bf" }, "downloads": -1, "filename": "charmy-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7bbc169b4f1c380ef533554384b505a9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15467, "upload_time": "2015-10-09T12:11:35", "url": "https://files.pythonhosted.org/packages/86/5a/275021da9b1512ed87b0b29a0285dca614b3fb0637395e69603841bb6535/charmy-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6eacc3743ec1b45ceb16e6a67274646c", "sha256": "ed7bf527290166fc494cf134d8465214545dea54dcb3bd32c545e4e230bbb503" }, "downloads": -1, "filename": "charmy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "6eacc3743ec1b45ceb16e6a67274646c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22255, "upload_time": "2015-10-09T12:11:31", "url": "https://files.pythonhosted.org/packages/9c/2a/5b334f33b7f40f0ec35933f7f2f33272e6e8df1e51e3b32aa7e575dbc634/charmy-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "6c699256ac1b0750aa0a59aaf39112ee", "sha256": "c17d1125ec5295523597ccb7b66cd09d08383dbe6a8a013c2417804e9160df7d" }, "downloads": -1, "filename": "charmy-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c699256ac1b0750aa0a59aaf39112ee", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15950, "upload_time": "2015-10-09T22:38:11", "url": "https://files.pythonhosted.org/packages/76/8e/de773ff66a567963463e938479e0f4fd5f158ff6e0e0953b4a39b73600f3/charmy-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44dd8a9001164aab177b51b7d7bbb458", "sha256": "0f5e43c3789f17ab6a538abe04c0114140d2f9401dc51171c492e8bebbf1d41d" }, "downloads": -1, "filename": "charmy-0.1.4.tar.gz", "has_sig": false, "md5_digest": "44dd8a9001164aab177b51b7d7bbb458", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26552, "upload_time": "2015-10-09T22:38:00", "url": "https://files.pythonhosted.org/packages/9d/30/d6ca785b0295442a20a372c8cb7a56de167aa2e4167eaf54abf24cb34295/charmy-0.1.4.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "637fdf06738ddd434028776bf78de25c", "sha256": "55495e2e35e68c68c3a93f7a4453c7f2fed62e00d3fbf25c40425ee03be4acff" }, "downloads": -1, "filename": "charmy-0.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "637fdf06738ddd434028776bf78de25c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16286, "upload_time": "2016-09-09T13:19:15", "url": "https://files.pythonhosted.org/packages/cb/92/8489793caf256f6c009f25ef6ab6736f7896eb996a785ae13ca31747e6cb/charmy-0.1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "048c4e19dbe4ff1de6e8d432e10fb0c9", "sha256": "1bb7afcfa8a658192b1d310fdabdb0691c472aff5a67ccb1b9d040475fb025ad" }, "downloads": -1, "filename": "charmy-0.1.6.tar.gz", "has_sig": false, "md5_digest": "048c4e19dbe4ff1de6e8d432e10fb0c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23058, "upload_time": "2016-09-09T13:19:12", "url": "https://files.pythonhosted.org/packages/2e/21/e8ada1f4bcd666dfbf525866b93a3e86ddb4df460250c36c5c9b350e41fa/charmy-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "d7207903ab9bc337cffcd4e38e4118dd", "sha256": "623128059ff9ef6e016668c7392011361387a5154b0dc2b9824f98778ac0931c" }, "downloads": -1, "filename": "charmy-0.1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d7207903ab9bc337cffcd4e38e4118dd", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16686, "upload_time": "2016-09-09T20:49:47", "url": "https://files.pythonhosted.org/packages/cf/df/24bae75a462576c652d91d8df27b9130541a8f15d740d3fc48f5106c3497/charmy-0.1.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0090cefdf2e12d19bdf1bc1bc2e676e4", "sha256": "9cfab95572ca769922182eb5566eaac5c06c6813db14aa68f1bd3e02fc2734ab" }, "downloads": -1, "filename": "charmy-0.1.7.tar.gz", "has_sig": false, "md5_digest": "0090cefdf2e12d19bdf1bc1bc2e676e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27352, "upload_time": "2016-09-09T20:49:44", "url": "https://files.pythonhosted.org/packages/f4/61/545580e763ebcf30282e8d780716d1eb7e7e47470c4b7d780a7d487201f7/charmy-0.1.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d7207903ab9bc337cffcd4e38e4118dd", "sha256": "623128059ff9ef6e016668c7392011361387a5154b0dc2b9824f98778ac0931c" }, "downloads": -1, "filename": "charmy-0.1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d7207903ab9bc337cffcd4e38e4118dd", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16686, "upload_time": "2016-09-09T20:49:47", "url": "https://files.pythonhosted.org/packages/cf/df/24bae75a462576c652d91d8df27b9130541a8f15d740d3fc48f5106c3497/charmy-0.1.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0090cefdf2e12d19bdf1bc1bc2e676e4", "sha256": "9cfab95572ca769922182eb5566eaac5c06c6813db14aa68f1bd3e02fc2734ab" }, "downloads": -1, "filename": "charmy-0.1.7.tar.gz", "has_sig": false, "md5_digest": "0090cefdf2e12d19bdf1bc1bc2e676e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27352, "upload_time": "2016-09-09T20:49:44", "url": "https://files.pythonhosted.org/packages/f4/61/545580e763ebcf30282e8d780716d1eb7e7e47470c4b7d780a7d487201f7/charmy-0.1.7.tar.gz" } ] }