files.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [files]

www.codever.land/bookmarks/t/files

mimetypes

https://docs.python.org/3/library/mimetypes.html

(Python standard library) Map filenames to MIME types.


path.py

https://github.com/jaraco/path.py

A module wrapper for os.path.


pathlib

https://docs.python.org/3/library/pathlib.html

(Python standard library) An cross-platform, object-oriented path library.


PyFilesystem2

https://github.com/pyfilesystem/pyfilesystem2

Python's filesystem abstraction layer.


python-magic

https://github.com/ahupp/python-magic

A Python interface to the libmagic file type identification library.


Unipath

https://github.com/mikeorr/Unipath

An object-oriented approach to file/directory operations.


watchdog

https://github.com/gorakhargosh/watchdog

API and shell utilities to monitor file system events.


Papa Parse

https://github.com/mholt/PapaParse

A powerful CSV library that supports parsing CSV files/strings and also exporting to CSV.


jBinary

https://github.com/jDataView/jBinary

High-level I/O (loading, parsing, manipulating, serializing, saving) for binary files with declarative syntax for describing file types and data structures.


diff2html

https://github.com/rtfpessoa/diff2html

Git diff output parser and pretty HTML generator.


jsPDF

https://github.com/MrRio/jsPDF

JavaScript PDF generation.