{ "info": { "author": "Ryan Gonzalez", "author_email": "rymg19@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3 :: Only" ], "description": "bluesnow\n========\n\nBlueSnow is a basic tool powered by pip that packages your Python applications into a\nsingle script.\n\nNote that, at the moment, custom package data is not supported.\n\nInstallation\n************\n\n::\n\n $ pip install bluesnow\n\nUsage via setup.py plugin\n*************************\n\nPut this in your ``setup.py``:\n\n.. code-block:: python\n\n try:\n import bluesnow\n cmdclass = bluesnow.setuptools_cmdclass\n except ImportError:\n cmdclass = {}\n\n setup(\n # Normal stuff here...\n cmdclass=cmdclass,\n )\n\nNow just run ``python setup.py bluesnow`` to compile your entry points. The results will\nbe placed in the ``bluesnow-out`` directory.\n\nUsage from command line\n***********************\n\nYou can also use BlueSnow from the command line, e.g.::\n\n $ bluesnow 'my_entry_point = my_module:my_function'\n\nThe entry points follow the `standard entry point specification\n`_. Use\n``bluesnow -h`` for more options.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kirbyfan64/bluesnow", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "bluesnow", "package_url": "https://pypi.org/project/bluesnow/", "platform": "", "project_url": "https://pypi.org/project/bluesnow/", "project_urls": { "Homepage": "https://github.com/kirbyfan64/bluesnow" }, "release_url": "https://pypi.org/project/bluesnow/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Package your Python applications into a single script", "version": "0.1.1" }, "last_serial": 3512022, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2bca05549792b347f29626e90618cf08", "sha256": "8c8ad1f73dbc8aaf81435fc0e71c8d84b3f1336f944f80642589351f12166c4e" }, "downloads": -1, "filename": "bluesnow-0.1.tar.gz", "has_sig": false, "md5_digest": "2bca05549792b347f29626e90618cf08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3717, "upload_time": "2017-11-06T22:38:59", "url": "https://files.pythonhosted.org/packages/39/70/f0d6138c58d028cd9a8c0846713e08321324dac43ba37d96b99295e387a2/bluesnow-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "bb08b479f20277aec53ce59cea2f127f", "sha256": "60c3f022cf1c26280d1bbf3bdda32e59ddd005a9470be3b8a4f7fff450ee8031" }, "downloads": -1, "filename": "bluesnow-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bb08b479f20277aec53ce59cea2f127f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3740, "upload_time": "2018-01-22T18:28:57", "url": "https://files.pythonhosted.org/packages/0f/02/05f3af778f5f1a47f2e3a614a692b34470d021242c72fe9bc511cefe4383/bluesnow-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bb08b479f20277aec53ce59cea2f127f", "sha256": "60c3f022cf1c26280d1bbf3bdda32e59ddd005a9470be3b8a4f7fff450ee8031" }, "downloads": -1, "filename": "bluesnow-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bb08b479f20277aec53ce59cea2f127f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3740, "upload_time": "2018-01-22T18:28:57", "url": "https://files.pythonhosted.org/packages/0f/02/05f3af778f5f1a47f2e3a614a692b34470d021242c72fe9bc511cefe4383/bluesnow-0.1.1.tar.gz" } ] }