Metadata-Version: 1.1
Name: bepasty
Version: 0.0.1
Summary: a binary pastebin / file upload service
Home-page: http://github.com/bepasty/bepasty-server/
Author: Thomas Waldmann
Author-email: tw@waldmann-edv.de
License: BSD 2-clause
Description: bepasty
        =======
        
        bepasty is like a pastebin for all kinds of files (text, image, audio, video,
        documents, ..., binary).
        
        The documentation is there:
        http://bepasty-server.readthedocs.org/en/latest/
        
        Features
        --------
        
        * Generic:
        
          - you can upload multiple files at once, simply by drag and drop
          - after upload, you get a unique link to a view of each file
          - on that view, we offer:
        
            + download link
            + file name we stored at upload time
            + file type we detected at upload time
            + precise size we computed at upload time
            + SHA256 hash ("checksum") we computed at upload time
        
        * Text files:
        
          - we highlight all text file types supported by pygments (a lot!)
          - we display line numbers
          - we link from line numbers to their anchors, so you can easily get a link
            to a specific line
        
        * Image files:
        
          - we show the image (format support depends on browser)
        
        * Audio and video files:
        
          - we show the html5 player for it (format support depends on browser)
        
        * Storage: we use a storage backend api, currently we have backends for:
        
          - filesystem storage (just use a filesystem directory to store
            <uuid>.meta and <uuid>.data files)
          - ceph cluster storage (distributed & fault-tolerant - uses RADOS Block
            Devices via librbd and librados)
        
Keywords: text image audio video binary pastebin upload service wsgi flask ceph
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
