{ "info": { "author": "Xavier Dupr\u00e9", "author_email": "xavier.dupre@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Education", "Topic :: Scientific/Engineering" ], "description": "\n.. image:: https://github.com/sdpython/pymyinstall/blob/master/_doc/sphinxdoc/source/phdoc_static/project_ico.png?raw=true\n :target: https://github.com/sdpython/pymyinstall/\n\n.. _l-README:\n\npymyinstall: easier installation of packages\n============================================\n\n.. image:: https://travis-ci.org/sdpython/pymyinstall.svg?branch=master\n :target: https://travis-ci.org/sdpython/pymyinstall\n :alt: Build status\n\n.. image:: https://ci.appveyor.com/api/projects/status/ccsvoi29n3a71i6j?svg=true\n :target: https://ci.appveyor.com/project/sdpython/pymyinstall\n :alt: Build Status Windows\n\n.. image:: https://circleci.com/gh/sdpython/pymyinstall/tree/master.svg?style=svg\n :target: https://circleci.com/gh/sdpython/pymyinstall/tree/master\n\n.. image:: https://badge.fury.io/py/pymyinstall.svg\n :target: http://badge.fury.io/py/pymyinstall\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :alt: MIT License\n :target: http://opensource.org/licenses/MIT\n\n.. image:: https://requires.io/github/sdpython/pymyinstall/requirements.svg?branch=master\n :target: https://requires.io/github/sdpython/pymyinstall/requirements/?branch=master\n :alt: Requirements Status\n\n.. image:: https://codecov.io/github/sdpython/pymyinstall/coverage.svg?branch=master\n :target: https://codecov.io/github/sdpython/pymyinstall?branch=master\n\n.. image:: http://img.shields.io/github/issues/sdpython/pymyinstall.png\n :alt: GitHub Issues\n :target: https://github.com/sdpython/pymyinstall/issues\n\n.. image:: https://www.codacy.com/app/sdpython/pymyinstall?utm_source=github.com&utm_medium=referral&utm_content=sdpython/pymyinstall&utm_campaign=Badge_Grade\n :alt: Codacy Badge\n :target: https://www.codacy.com/app/sdpython/pymyinstall?\n\n.. image:: http://www.xavierdupre.fr/app/pymyinstall/helpsphinx/_images/nbcov.png\n :target: http://www.xavierdupre.fr/app/pymyinstall/helpsphinx/all_notebooks_coverage.html\n :alt: Notebook Coverage\n\n.. image:: https://pepy.tech/badge/pymyinstall/month\n :target: https://pepy.tech/project/pymyinstall/month\n :alt: Downloads\n\n.. image:: https://img.shields.io/github/forks/sdpython/pymyinstall.svg\n :target: https://github.com/sdpython/pymyinstall/\n :alt: Forks\n\n.. image:: https://img.shields.io/github/stars/sdpython/pymyinstall.svg\n :target: https://github.com/sdpython/pymyinstall/\n :alt: Stars\n\nInstalling packages on Windows is not necessarily easy when\nthey contain C++ code. I usually use\n`Unofficial Windows Binaries for Python Extension Packages `_\nfor one package but it requires some tricks to start from\nscratch and install all the needed packages.\nThat's what this package is doing.\nThe module helps installing modules in *Windows* and *Linux*.\nIt installs two scripts. The first one installs modules:\n\n pymy_install3\n\nThe second one updates installed modules::\n\n pymy_update3\n\nFor a specific module::\n\n pymy_update3 \n\nTo install a preconfigured set of modules::\n\n pymy_install3 --set=pyquickhelper\n\n``--help`` gives the usage.\n\nIt provides the following functionalities:\n\n* help installing module from GitHub, pip and setup\n* install other common tools or editors\n* provides a list of modules to install to use Python to manipulate data (IPython, pandas, scikit-learn...)\n* function to build a setup with Python, R and useful packages like `WinPython `_\n\nSource of the packages:\n\n* `PyPI `_: pure python packages\n* `Unofficial Windows Binaries for Python Extension Packages `_: packages with C++\n* `xavierdupre.fr `_: custom build (xgboost, ...)\n\n**Links:**\n\n* `GitHub/pymyinstall `_\n* `documentation `_\n* `Blog `_\n\n.. _l-HISTORY:\n\n=======\nHistory\n=======\n\ncurrent - 2019-03-23 - 0.00Mb\n=============================\n\n* `65`: upgrade dependencies to pip >=10 (2019-03-17)\n* `63`: add ONNX modules (2019-02-02)\n* `60`: standalone installation on linux (2019-02-02)\n\n1.2.1676 - 2018-11-10 - 1.98Mb\n==============================\n\n* `62`: simplify sets of modules to install (2018-11-10)\n* `61`: fix import issue for pip 0.18.1 (2018-10-06)\n* `33`: add code to remove unneeded packages such as gdata (2018-07-31)\n* `59`: install pythonnet from wheel and not from pip (2018-07-27)\n* `58`: fix issue with pylzma on Python 3.7 (2018-07-24)\n* `56`: fix bug in c:\\Python37-x64\\lib\\site-packages\\win32ctypes\\core\\cffi\\_advapi32.py (2018-07-23)\n* `55`: move circleci to python 3.7 (2018-07-23)\n* `54`: remove basemap (deprecated) (2018-07-22)\n* `53`: remove arctic, bitarray (2018-07-06)\n* `52`: remove fastcluster (2018-07-06)\n* `51`: fix issue with torch (2018-07-06)\n* `50`: rename climate into climate_toolbox (2018-07-06)\n* `49`: remove blaze, odo, not maintained (2018-07-06)\n* `48`: add missing modules for keras (2018-07-06)\n* `47`: add traceback2 (2018-07-06)\n* `46`: add pyecharts (2018-07-06)\n* `45`: filter out warnings added by pip 10 (2018-06-16)\n* `44`: rename tensorboard (2018-05-02)\n* `43`: fix param - no longer require C compilation (2018-05-02)\n* `42`: add options --no-warn-script-location by default for pip >= 10.0 (2018-04-19)\n* `41`: update for pip 10 (2018-04-14)\n* `40`: add module absl-py (tensorflow), backcall (ipython) (2018-04-03)\n* `39`: add ipyscales (2018-03-31)\n* `38`: add module asteval (lmfit), ipydatawidgets (pythreejs) (2018-03-31)\n* `37`: add module packaging (2018-03-30)\n* `35`: add python to PATH when testing datascientist distribution (2018-01-05)\n\n1.1.1431 - 2017-11-28 - 1.98Mb\n==============================\n\n* `34`: enable pip+git (2017-09-24)\n* `21`: fix ete3 (2017-09-17)\n* `32`: add Python 3.6.2 (2017-09-16)\n* `22`: fix pypdf and branch trunk (2017-08-29)\n* `30`: compile dlib for python 3.6 (2017-08-05)\n* `27`: fix guidata (2017-08-05)\n* `29`: build dlib on Windows (2017-07-19)\n* `20`: refresh pystruct, polylearn, dlib, pythonnet (2017-03-22)\n* `19`: add a test to check the installation of a portable version with many modules (2017-03-16)\n* `18`: compile fastcache (2017-03-16)\n* `13`: add tensorflow (if it compiles on Windows) (2017-02-25)\n* `16`: add blog about rpy2 issue (2016-08-25)\n* `14`: wheel for module param (2016-08-25)\n* `11`: switch to https to communicate with pypi (2016-06-18)\n* `10`: switch from http to https to communicate with pypi (2016-06-18)\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/pymyinstall/", "download_url": "https://github.com/sdpython/pymyinstall/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.xavierdupre.fr/app/pymyinstall/helpsphinx/index.html", "keywords": "pymyinstall", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pymyinstall", "package_url": "https://pypi.org/project/pymyinstall/", "platform": "", "project_url": "https://pypi.org/project/pymyinstall/", "project_urls": { "Download": "https://github.com/sdpython/pymyinstall/", "Homepage": "http://www.xavierdupre.fr/app/pymyinstall/helpsphinx/index.html" }, "release_url": "https://pypi.org/project/pymyinstall/1.3.1776/", "requires_dist": null, "requires_python": "", "summary": "Easy installation of modules for data scientists", "version": "1.3.1776" }, "last_serial": 5869798, "releases": { "1.1.1431": [ { "comment_text": "", "digests": { "md5": "aecee6f05ba7688761f287423014d203", "sha256": "5fe4f566e9ca542d937a3c2767bffc03cfc52680bee2eb6cd77e394512c15ddd" }, "downloads": -1, "filename": "pymyinstall-1.1.1431-py3-none-any.whl", "has_sig": false, "md5_digest": "aecee6f05ba7688761f287423014d203", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 2072243, "upload_time": "2017-11-28T19:35:54", "url": "https://files.pythonhosted.org/packages/35/97/15db8a8c522ccf43648e77aa90676b203eb4ccadbe05dff243b25389f088/pymyinstall-1.1.1431-py3-none-any.whl" } ], "1.2.1676": [ { "comment_text": "", "digests": { "md5": "958cd02153cbdd1bc74295e64e02a29b", "sha256": "a7ed9a7b9b187d3e846ea56fbe1e6d3ab10d14c8d807a1cab6ae605bf1acd453" }, "downloads": -1, "filename": "pymyinstall-1.2.1676-py3-none-any.whl", "has_sig": false, "md5_digest": "958cd02153cbdd1bc74295e64e02a29b", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 2078651, "upload_time": "2018-11-10T09:53:23", "url": "https://files.pythonhosted.org/packages/84/04/1ad6f8fbbfde7c3348da2da263bcb891b22e83a1caf6bbd3f41921a0ccae/pymyinstall-1.2.1676-py3-none-any.whl" } ], "1.3.1776": [ { "comment_text": "", "digests": { "md5": "9ed5036813e7b22e113eb3019c00ff4c", "sha256": "15237ca6244b3291347558d55cc03cf44dba3de8d3289996ac2a263139d038de" }, "downloads": -1, "filename": "pymyinstall-1.3.1776-py3-none-any.whl", "has_sig": false, "md5_digest": "9ed5036813e7b22e113eb3019c00ff4c", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 2079157, "upload_time": "2019-09-22T17:40:35", "url": "https://files.pythonhosted.org/packages/11/89/d23da1fa8c04a93b702b8cc5cdd2c2efde597608dd4f9f817ec2a87d5735/pymyinstall-1.3.1776-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9ed5036813e7b22e113eb3019c00ff4c", "sha256": "15237ca6244b3291347558d55cc03cf44dba3de8d3289996ac2a263139d038de" }, "downloads": -1, "filename": "pymyinstall-1.3.1776-py3-none-any.whl", "has_sig": false, "md5_digest": "9ed5036813e7b22e113eb3019c00ff4c", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 2079157, "upload_time": "2019-09-22T17:40:35", "url": "https://files.pythonhosted.org/packages/11/89/d23da1fa8c04a93b702b8cc5cdd2c2efde597608dd4f9f817ec2a87d5735/pymyinstall-1.3.1776-py3-none-any.whl" } ] }