{ "info": { "author": "Luis Alejandro Mart\u00ednez Faneyth", "author_email": "luis@huntingbears.com.ve", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": ".. image:: https://gitcdn.xyz/repo/LuisAlejandro/pipsalabim/master/docs/_static/banner.svg\n\n..\n\n Pip Sala Bim is an assistant to guess your pip dependencies from your code, without using a\n requirements file.\n\n.. image:: https://img.shields.io/pypi/v/pipsalabim.svg\n :target: https://pypi.python.org/pypi/pipsalabim\n :alt: PyPI Package\n\n.. image:: https://img.shields.io/travis/LuisAlejandro/pipsalabim.svg\n :target: https://travis-ci.org/LuisAlejandro/pipsalabim\n :alt: Travis CI\n\n.. image:: https://coveralls.io/repos/github/LuisAlejandro/pipsalabim/badge.svg?branch=master\n :target: https://coveralls.io/github/LuisAlejandro/pipsalabim?branch=master\n :alt: Coveralls\n\n.. image:: https://codeclimate.com/github/LuisAlejandro/pipsalabim/badges/gpa.svg\n :target: https://codeclimate.com/github/LuisAlejandro/pipsalabim\n :alt: Code Climate\n\n.. image:: https://pyup.io/repos/github/LuisAlejandro/pipsalabim/shield.svg\n :target: https://pyup.io/repos/github/LuisAlejandro/pipsalabim/\n :alt: Updates\n\n.. image:: https://readthedocs.org/projects/pipsalabim/badge/?version=latest\n :target: https://readthedocs.org/projects/pipsalabim/?badge=latest\n :alt: Read The Docs\n\n.. image:: https://cla-assistant.io/readme/badge/LuisAlejandro/pipsalabim\n :target: https://cla-assistant.io/LuisAlejandro/pipsalabim\n :alt: Contributor License Agreement\n\n.. image:: https://badges.gitter.im/LuisAlejandro/pipsalabim.svg\n :target: https://gitter.im/LuisAlejandro/pipsalabim\n :alt: Gitter Chat\n\n|\n|\n\n.. _full documentation: https://pipsalabim.readthedocs.org\n.. _PyPIContents: https://github.com/LuisAlejandro/pypicontents\n\n**Pip Sala Bim** will tell you which packages you need to install to satisfy the dependencies of\nyour project. It uses a simple *AST visitor* [#]_ for detecting imports and `PyPIContents`_ to\nsearch which packages contain these imports.\n\nFor more information, please read the `full documentation`_.\n\nGetting started\n===============\n\nInstallation\n------------\n\n.. _PyPI: https://pypi.python.org/pypi/pipsalabim\n\nThe ``pipsalabim`` program is written in python and hosted on PyPI_. Therefore, you can use\npip to install the stable version::\n\n $ pip install --upgrade pipsalabim\n\nIf you want to install the development version (not recomended), you can install\ndirectlty from GitHub like this::\n\n $ pip install --upgrade https://github.com/LuisAlejandro/pipsalabim/archive/master.tar.gz\n\nUsage\n-----\n\n``pipsalabim`` is really easy to use. Go to your python project and execute it as follows to\nstart guessing your dependencies::\n\n $ cd your-python-project/\n $ pipsalabim report --help\n\n usage: pipsalabim report [-h] [-r]\n\n optional arguments:\n -h, --help show this help message and exit\n -r, --requirements Format output for requirements.txt file.\n\n:sup:`You need to run \"pipsalabim update\" before being able to generate a report.`\n\nGetting help\n============\n\n.. _Gitter Chat: https://gitter.im/LuisAlejandro/pipsalabim\n.. _StackOverflow: http://stackoverflow.com/questions/ask\n\nIf you have any doubts or problems, suscribe to our `Gitter Chat`_ and ask for help. You can also\nask your question on StackOverflow_ (tag it ``pipsalabim``) or drop me an email at luis@huntingbears.com.ve.\n\nContributing\n============\n\n.. _CONTRIBUTING.rst: CONTRIBUTING.rst\n\nSee CONTRIBUTING.rst_ for details.\n\n\nRelease history\n===============\n\n.. _HISTORY.rst: HISTORY.rst\n\nSee HISTORY.rst_ for details.\n\nLicense\n=======\n\n.. _COPYING.rst: COPYING.rst\n.. _AUTHORS.rst: AUTHORS.rst\n.. _GPL-3 License: LICENSE.rst\n\nCopyright 2016, Pip Sala Bim Developers (read AUTHORS.rst_ for a full list of copyright holders).\n\nReleased under a `GPL-3 License`_ (read COPYING.rst_ for license details).\n\nMade with :heart: and :hamburger:\n=================================\n\n.. image:: http://huntingbears.com.ve/static/img/site/banner.svg\n\n.. _Patreon: https://www.patreon.com/luisalejandro\n.. _Flattr: https://flattr.com/profile/luisalejandro\n.. _PayPal: https://www.paypal.me/martinezfaneyth\n.. _LuisAlejandroTwitter: https://twitter.com/LuisAlejandro\n.. _LuisAlejandroGitHub: https://github.com/LuisAlejandro\n.. _huntingbears.com.ve: http://huntingbears.com.ve\n\n|\n\nMy name is Luis (`@LuisAlejandro`__) and I'm a Free and\nOpen-Source Software developer living in Maracay, Venezuela.\n\n__ LuisAlejandroTwitter_\n\nIf you like what I do, please support me on Patreon_, Flattr_, or donate via PayPal_,\nso that I can continue doing what I love.\n\n Blog huntingbears.com.ve_ \u00b7 GitHub `@LuisAlejandro`__ \u00b7 Twitter `@LuisAlejandro`__\n\n__ LuisAlejandroGitHub_\n__ LuisAlejandroTwitter_\n\n|\n|\n\n.. [#] AST refers to an Abstract Syntax Tree, you can read more on\n https://en.wikipedia.org/wiki/Abstract_syntax_tree", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/LuisAlejandro/pipsalabim", "keywords": "pip", "license": "\nCopyright (C) 2016, Pip Sala Bim Developers.\n\nPlease refer to AUTHORS.rst for a complete list of Copyright holders.\n\nPip Sala Bim is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nPip Sala Bim is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses.\n", "maintainer": "", "maintainer_email": "", "name": "pipsalabim", "package_url": "https://pypi.org/project/pipsalabim/", "platform": "posix", "project_url": "https://pypi.org/project/pipsalabim/", "project_urls": { "Homepage": "https://github.com/LuisAlejandro/pipsalabim" }, "release_url": "https://pypi.org/project/pipsalabim/0.1.19/", "requires_dist": null, "requires_python": "", "summary": "Pip Sala Bim is an assistant to guess your pip dependencies from your code, without using a requirements file.", "version": "0.1.19" }, "last_serial": 4610689, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7a70ab4ce8a121291980d7c5c2c1f6b1", "sha256": "4be887c644184d063eb948120b224324cb7c83cde34888b0484cca972c69da6d" }, "downloads": -1, "filename": "pipsalabim-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7a70ab4ce8a121291980d7c5c2c1f6b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55225, "upload_time": "2016-11-23T13:44:50", "url": "https://files.pythonhosted.org/packages/d7/4c/1bba933e71634c8286f843e84d72357f98c8506cf1c26ab2e0916fa69ab3/pipsalabim-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "aabdfa117c345f64c91e9547e35f9140", "sha256": "1659578a00ca93397e18d2d2a5d0fdf75904adaf44671277e37b8c6923b0af23" }, "downloads": -1, "filename": "pipsalabim-0.1.1.tar.gz", "has_sig": false, "md5_digest": "aabdfa117c345f64c91e9547e35f9140", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56452, "upload_time": "2016-11-24T03:49:05", "url": "https://files.pythonhosted.org/packages/94/fc/172b56b6707e011d5fefc63d7f6e47492fb4b88363b7ef7b98f8700c5fa5/pipsalabim-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "d4c12b32229a28221e0165fd5c272b2c", "sha256": "48358ea7eae485ca4d6fde1a33d2f87f7194c28fefce9c8ba4b49d64c1a55585" }, "downloads": -1, "filename": "pipsalabim-0.1.10.tar.gz", "has_sig": false, "md5_digest": "d4c12b32229a28221e0165fd5c272b2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58046, "upload_time": "2017-05-19T22:07:54", "url": "https://files.pythonhosted.org/packages/b9/76/2ada6ec255cde23840e3b67f8e6418c49a355b653e920cc28ee2df215352/pipsalabim-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "485b502e906960340c8263323bcc186c", "sha256": "50945ae9ee513ab4440bbdcd4959bcf01e152addc0946c50e009d1af95faa863" }, "downloads": -1, "filename": "pipsalabim-0.1.11.tar.gz", "has_sig": false, "md5_digest": "485b502e906960340c8263323bcc186c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58043, "upload_time": "2017-05-20T03:53:41", "url": "https://files.pythonhosted.org/packages/a8/1e/918e975d4426af67ef4b6ab68a81f5c7a8e816bd07c13fa903c3cfe2dce9/pipsalabim-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "5b781d1a158d385519a5e03c3b82f9b9", "sha256": "d2f07b45e5527f1792ce0ed0d7fac4129be26828e2847fb0cd2af0a62faa010e" }, "downloads": -1, "filename": "pipsalabim-0.1.12.tar.gz", "has_sig": false, "md5_digest": "5b781d1a158d385519a5e03c3b82f9b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68180, "upload_time": "2017-07-17T16:05:28", "url": "https://files.pythonhosted.org/packages/10/9f/d45596e9b3b5595d43f19d98816f06b44f792ac4c2c14be351bbc1e7e289/pipsalabim-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "1f7eba1a62444024546ed25127f0072d", "sha256": "23782ff21a9e38158c0c94306dee313f5b257cd7d04cf8cec1581edf8365cbd9" }, "downloads": -1, "filename": "pipsalabim-0.1.13.tar.gz", "has_sig": false, "md5_digest": "1f7eba1a62444024546ed25127f0072d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58429, "upload_time": "2017-08-02T13:49:47", "url": "https://files.pythonhosted.org/packages/a3/53/d05019fbd0e3b44f9e202f10008f59bc7caded4dc994a29abaddd993b1da/pipsalabim-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "2c28a1d8afc3ee5d94fd1c6270fb0033", "sha256": "5a548aed10eeac9357a9d384fbeb9bab358a59e55d83013224a826f512ad37c9" }, "downloads": -1, "filename": "pipsalabim-0.1.14.tar.gz", "has_sig": false, "md5_digest": "2c28a1d8afc3ee5d94fd1c6270fb0033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58465, "upload_time": "2017-08-02T13:56:43", "url": "https://files.pythonhosted.org/packages/fe/02/5bbec7246bd0432af28f0018da96593ec8c397a59d8798fdfaf35c953e1e/pipsalabim-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "3c4f5fb107947c29a7049f9d85c47c0a", "sha256": "27db440bfed0c074a64b94f37be9cd38928dc579cdae38f243e2fc0c83127b20" }, "downloads": -1, "filename": "pipsalabim-0.1.15.tar.gz", "has_sig": false, "md5_digest": "3c4f5fb107947c29a7049f9d85c47c0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58525, "upload_time": "2017-08-02T14:52:20", "url": "https://files.pythonhosted.org/packages/c3/c2/ba687a17c9b7869d68fc64fb3dbc8d7e9ea05faad205a13beeeceb809019/pipsalabim-0.1.15.tar.gz" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "7706c693b6436ce6cd6699fb2a1d26e4", "sha256": "cb060afd5590ed7f2e6b052dee2f2a579cd910fec7e5761ede4d24209215bed0" }, "downloads": -1, "filename": "pipsalabim-0.1.17.tar.gz", "has_sig": false, "md5_digest": "7706c693b6436ce6cd6699fb2a1d26e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58583, "upload_time": "2018-04-15T00:29:12", "url": "https://files.pythonhosted.org/packages/42/46/6bf9a42b95c4afbd090bbfb7f7c638c130b31fb6909256d4ec73d5185c0d/pipsalabim-0.1.17.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "5a532eb8fc2a1c9ebe16c4b4ba9085bf", "sha256": "3b5ed148160cd4d56bdc01f95c4c80e4cf4b5f5ca41408dab1f2c185bf50a94d" }, "downloads": -1, "filename": "pipsalabim-0.1.18.tar.gz", "has_sig": false, "md5_digest": "5a532eb8fc2a1c9ebe16c4b4ba9085bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58610, "upload_time": "2018-04-18T03:12:54", "url": "https://files.pythonhosted.org/packages/57/4a/fe63c7c86e792f1adf11336b21d4d99a6ef7bad91138472c9c41b74486f2/pipsalabim-0.1.18.tar.gz" } ], "0.1.19": [ { "comment_text": "", "digests": { "md5": "8c0d2802af32ced5a09337db7bac3490", "sha256": "34a809323a77d2cd10a2b6e1c398b851ddc9527db1f8e2f290c5bb0cac61b7af" }, "downloads": -1, "filename": "pipsalabim-0.1.19.tar.gz", "has_sig": false, "md5_digest": "8c0d2802af32ced5a09337db7bac3490", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60499, "upload_time": "2018-12-18T03:39:25", "url": "https://files.pythonhosted.org/packages/2a/b4/5ede147cf8a09fe900ed79b57654c1c4a72e7b6ab729e0390c2ea82a8555/pipsalabim-0.1.19.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "0d262eca3a744e1b0393cd9de207b345", "sha256": "eab42ba24c0c78a4a6fd67d22e62528691035367fcdd31ac18d6a4591c5af582" }, "downloads": -1, "filename": "pipsalabim-0.1.3.tar.gz", "has_sig": false, "md5_digest": "0d262eca3a744e1b0393cd9de207b345", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57491, "upload_time": "2017-01-04T22:20:54", "url": "https://files.pythonhosted.org/packages/fe/fc/075fd457d5bc470225d2fb7e6c180d0025229f6ab5253683b487d71d57f1/pipsalabim-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "06110a0dba7c2a9b50054c4bd11338ad", "sha256": "3b58abcfbe1f9885f466e7eaf3601abe6c8d840d39e4b832fa483b630f5a6a38" }, "downloads": -1, "filename": "pipsalabim-0.1.4.tar.gz", "has_sig": false, "md5_digest": "06110a0dba7c2a9b50054c4bd11338ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57797, "upload_time": "2017-01-15T18:37:15", "url": "https://files.pythonhosted.org/packages/1f/1e/50e07c8a78afb72753e21ff72587de42384ad8bd3fa0df7d9e35b59d8aae/pipsalabim-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "696a0d976d753b014e559d047e7cf399", "sha256": "32cfd0f30db3ef5b462399e7c9c88f69305f028c0dbeb1b78d7698e90f764e4c" }, "downloads": -1, "filename": "pipsalabim-0.1.5.tar.gz", "has_sig": false, "md5_digest": "696a0d976d753b014e559d047e7cf399", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57803, "upload_time": "2017-01-16T01:36:50", "url": "https://files.pythonhosted.org/packages/45/cf/4d4d4a57dbc7376b0ebe66bfbddc6732d21be1ef4b3256880adbdca3d05b/pipsalabim-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "2db66d8da9ae50b69d9bd1f03bbcdd1e", "sha256": "5e72de3fb8d965743f3e34c5498cdd22336306aafcfe4b71d0d06ad9d0d9e6e2" }, "downloads": -1, "filename": "pipsalabim-0.1.6.tar.gz", "has_sig": false, "md5_digest": "2db66d8da9ae50b69d9bd1f03bbcdd1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57957, "upload_time": "2017-01-16T14:07:03", "url": "https://files.pythonhosted.org/packages/cd/34/6e712c5323c3275f57a0f52e11940d6953b1fdc11f86be955ccb566fe2dd/pipsalabim-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "9172a1b8763a9218f274cbd44d950c2d", "sha256": "ef0b3b74d52f75de829158cc0c1c181fe61d0acece0c447ddf261eb9453ccbce" }, "downloads": -1, "filename": "pipsalabim-0.1.7.tar.gz", "has_sig": false, "md5_digest": "9172a1b8763a9218f274cbd44d950c2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57984, "upload_time": "2017-01-16T14:15:31", "url": "https://files.pythonhosted.org/packages/3b/ec/5b16f05bac8f778832d9afe77c6ddf5ce2bbc0fc813f76d64a9ca9641c4c/pipsalabim-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "054bc3f76385490e0735674b147fe398", "sha256": "1ca44222dbc24db0862215d3a3200870e7dc0a503047e630ab67b79c21ad40e6" }, "downloads": -1, "filename": "pipsalabim-0.1.8.tar.gz", "has_sig": false, "md5_digest": "054bc3f76385490e0735674b147fe398", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58011, "upload_time": "2017-05-19T21:29:22", "url": "https://files.pythonhosted.org/packages/26/ad/0766d22f88c1aefdc41daea05e8fd2a5a323a6a1fa8e22a597733b93f4e4/pipsalabim-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "7e493de0e4e3853e4fad4e28ec2056a6", "sha256": "f168c23731c54c4e28af15a9cce145201eb4bb50691ce2a328b7c576a288c43e" }, "downloads": -1, "filename": "pipsalabim-0.1.9.tar.gz", "has_sig": false, "md5_digest": "7e493de0e4e3853e4fad4e28ec2056a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58022, "upload_time": "2017-05-19T21:37:35", "url": "https://files.pythonhosted.org/packages/6d/65/00578a2eb3b543b74ed7834513e239ffe0281d6dab76310caf2764dd04f5/pipsalabim-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c0d2802af32ced5a09337db7bac3490", "sha256": "34a809323a77d2cd10a2b6e1c398b851ddc9527db1f8e2f290c5bb0cac61b7af" }, "downloads": -1, "filename": "pipsalabim-0.1.19.tar.gz", "has_sig": false, "md5_digest": "8c0d2802af32ced5a09337db7bac3490", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60499, "upload_time": "2018-12-18T03:39:25", "url": "https://files.pythonhosted.org/packages/2a/b4/5ede147cf8a09fe900ed79b57654c1c4a72e7b6ab729e0390c2ea82a8555/pipsalabim-0.1.19.tar.gz" } ] }