wheelhoss 0.1.3

A library and tool to help package applications for Sandstorm
Documentation
  • Coverage
  • 41.67%
    5 out of 12 items documented0 out of 4 items with examples
  • Size
  • Source code size: 51.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 398.32 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • troyjfarrell

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.