Flametree is a Python library for easy file and zip operations, providing a unified API to work with files and directories (including zip archives). Current version is 0.2.1. Release cadence is sporadic.
pip install flametreeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a local directory or zip archive, list contents, and write files.
Use the 'archive' type explicitly: flametree.file_tree('archive.zip', mode='w')Use the underscore-prefixed methods as intended; they are the public API.
Check the CHANGELOG or migration guide on GitHub for changes.
Use 'import flametree' then 'flametree.file_tree(...)'.
Ensure you open with mode='w' for writing and call .close() when done.
No dependency data recorded yet.