Skip to main content

a binary pastebin / file upload service

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bepasty-0.0.1.tar.gz (121.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page