Metadata-Version: 2.1
Name: urlshrink
Version: 0.42
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
        - [ ] statistics
        - [ ] cli client
        - [ ] also accept torrent, ftp, ssh, etc. urls
        - [ ] sharing via platforms
        - [ ] api for android app
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
