Skip to content

Latest commit

 

History

History
79 lines (67 loc) · 3.54 KB

files.md

File metadata and controls

79 lines (67 loc) · 3.54 KB

Bookmarks tagged [files]

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

(Python standard library) Map filenames to MIME types.


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

A module wrapper for os.path.


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

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


https://github.com/pyfilesystem/pyfilesystem2

Python's filesystem abstraction layer.


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

A Python interface to the libmagic file type identification library.


https://github.com/mikeorr/Unipath

An object-oriented approach to file/directory operations.


https://github.com/gorakhargosh/watchdog

API and shell utilities to monitor file system events.


https://github.com/mholt/PapaParse

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


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.


https://github.com/rtfpessoa/diff2html

Git diff output parser and pretty HTML generator.


https://github.com/MrRio/jsPDF

JavaScript PDF generation.