Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String slugify

slugify.py

I usually write TypeScript, but this Python script handles URL slugs without pulling in heavy packages. Every extra dependency is a tax on deploy time. Check the test file next to the implementation to see how it handles edge cases. It relies strictly on the standard library. No external services and no extra installs. Just standard Python doing its job so I can get back to shipping features.

About

Turn any string into a clean URL slug — dependency-free.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages