wheelhoss

Crates.iowheelhoss
lib.rswheelhoss
version0.1.3
sourcesrc
created_at2022-04-27 06:31:01.76303
updated_at2022-12-24 16:10:53.769676
descriptionA library and tool to help package applications for Sandstorm
homepage
repository
max_upload_size
id575887
size51,806
Troy J. Farrell (troyjfarrell)

documentation

README

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.

Commit count: 0

cargo fmt