8000 GitHub - troyjfarrell/wheelhoss: A library and tool to help package applications for Sandstorm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

troyjfarrell/wheelhoss

Repository files navigation

Wheelhoss

A library and tool to help package applications for Sandstorm

Wheelhoss 0.1.3 has exactly one feature:

  • update sandstorm-files.list to include Python source files

Example

Wheelhoss can update sandstorm-files.list to add Python source files, which correspond to Python bytecode files already listed in sandstorm-files.list.

$ grep __init__ .sandstorm/sandstorm-files.list
…
opt/app/env/lib/python3.10/site-packages/django/__pycache__/__init__.cpython-310.pyc
…
$ wheelhoss-files-list-include-python-source-files
$ grep __init__ .sandstorm/sandstorm-files.list
…
opt/app/env/lib/python3.10/site-packages/django/__init__.py
…
opt/app/env/lib/python3.10/site-packages/django/__pycache__/__init__.cpython-310.pyc
…

License

Wheelhoss is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT, and COPYING for details.

Dependencies

fs3

https://crates.io/crates/fs3

fs3 is a fork of fs2 and is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

fs3 depends on the glibc crate, which distributed under the terms of either the MIT license or the Apache License (Version 2.0) at the option of the recipient.

About

A library and tool to help package applications for Sandstorm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0