Metadata-Version: 2.1
Name: urlshrink
Version: 0.52
Summary: url smallifier
Home-page: https://github.com/nbdy/urlshrink
Author: Pascal Eberlein
Author-email: pascal@eberlein.io
License: UNKNOWN
Description: # urlshrink
        an open source python based url shortener
        - [X] sqlite database
        - [X] hashids 
        - [X] redirection
        - [X] hit counting
        - [X] copy buttons
        - [X] delete button
        - [X] qr codes
        - [X] options
          - [X] key / password or public deletable
          - [X] gets destroyed after x timeunits
        - [X] db cleansing after X days so the hashids don't get too long 
        - [X] sqlmap --risk 3 --level 5 nothing found
        - [ ] sharing via platforms
        - [ ] statistics
        - [ ] also accept torrent, ftp, ssh, etc. urls
          
        ### stuff that was originally planned but won't be done
        - [ ] cli client (useless)
        - [ ] api for android app (useless)
Keywords: smoll url bean
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
