{"id":17800896,"url":"https://github.com/refi64/bluesnow","last_synced_at":"2025-04-02T04:41:35.824Z","repository":{"id":57415764,"uuid":"109758179","full_name":"refi64/bluesnow","owner":"refi64","description":"Package your Python applications into a single script","archived":false,"fork":false,"pushed_at":"2018-05-14T00:24:52.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T05:06:45.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/refi64.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-06T22:37:14.000Z","updated_at":"2022-01-27T14:58:25.000Z","dependencies_parsed_at":"2022-09-01T18:22:14.683Z","dependency_job_id":null,"html_url":"https://github.com/refi64/bluesnow","commit_stats":null,"previous_names":["kirbyfan64/bluesnow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fbluesnow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fbluesnow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fbluesnow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fbluesnow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refi64","download_url":"https://codeload.github.com/refi64/bluesnow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246758279,"owners_count":20828919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T12:32:28.155Z","updated_at":"2025-04-02T04:41:35.804Z","avatar_url":"https://github.com/refi64.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"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\u003chttp://setuptools.readthedocs.io/en/latest/pkg_resources.html#creating-and-parsing\u003e`_. Use\n``bluesnow -h`` for more options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefi64%2Fbluesnow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefi64%2Fbluesnow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefi64%2Fbluesnow/lists"}