rndusr / torf

Python module to create, parse and edit torrent files and magnet links
GNU General Public License v3.0
180 stars 17 forks source link

Can torf write a torrent to a byte stream rather than a file? #44

Closed cascandaliato closed 5 months ago

cascandaliato commented 5 months ago

I'd like to read the .torrent in memory without first writing it to disk and write seems to accept a a file path string only.

cascandaliato commented 5 months ago

Answer: write_stream