8000 GitHub - realeesh17/Senitizer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

realeesh17/Senitizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Senitizer

FilenameSanitizer

A Python utility to handle platform-specific filename sanitization and deprecation warnings.

Features

  • Provides platform-aware sanitization logic for filenames.
  • Issues warnings for deprecated callable usage.
  • Ensures compatibility across Windows and non-Windows platforms.
  • Demonstrates clean and maintainable code practices.

Usage

from src.sanitizer import sanitize_filename

# Example usage
sanitize = sanitize_filename(key="example", value="unsafe/filename")
print(sanitize)  # Prints sanitized filename

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0