How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
An Elixir library to make File Sizes human-readable
The main features of arvidkahl/sizeable are: File System Utilities.
Open-source alternatives to arvidkahl/sizeable include: bbense/elixgrep — An elixir framework to implement concurrent versions of common unix utilities, grep, find, etc.. cxong/tinydir — Lightweight, portable and easy to integrate C directory and file reader. dg4l/bytearray — Simple and hackable single header library for working with binaries. edubart/miniphysfs — This is the PhysFS contained in a single header to be bundled in C/C++ applications with ease. PhysFS is a library to… elixir-ivcu/ivcu — Image Validator, Converter, and Uploader. ahupp/python-magic — python-magic is a C-binding wrapper that provides a Python interface for the libmagic system library. It functions as…
An elixir framework to implement concurrent versions of common unix utilities, grep, find, etc..
python-magic is a C-binding wrapper that provides a Python interface for the libmagic system library. It functions as a file signature analyzer and MIME type detector, identifying file formats by comparing header bytes against a database of known binary signatures. The library enables the identification of file types from both file paths and raw data buffers. It supports custom file signature matching through the injection of user-provided magic databases, allowing for the detection of specialized or proprietary formats. The project covers binary data analysis and MIME type mapping to transl