| Crates.io | wheelhoss |
| lib.rs | wheelhoss |
| version | 0.1.3 |
| created_at | 2022-04-27 06:31:01.76303+00 |
| updated_at | 2022-12-24 16:10:53.769676+00 |
| description | A library and tool to help package applications for Sandstorm |
| homepage | |
| repository | |
| max_upload_size | |
| id | 575887 |
| size | 51,806 |
A library and tool to help package applications for Sandstorm
Wheelhoss 0.1.3 has exactly one feature:
sandstorm-files.list to include Python source filesWheelhoss 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
…
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.
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.