Skip to main content

File sharing web application

Project description

Fishpie

Fishpie is web application for sharing large files.

Installation

Get the package from PyPI:

python3 -m pip install fishpie

Create a WSGI wrapper script:

import datetime

import fishpie
import fishpie.wordpress

app = fishpie.app
app.secret_key = "SOME_VERY_SECRET_BINARY_DATA"
app.permanent_session_lifetime = datetime.timedelta(days=1)
app.config["DATABASE"] = "/my/root/directory/database"
app.config["UPLOAD_DIR"] = "/my/root/directory/uploads"
app.config["authenticate"] = fishpie.wordpress.authenticate
app.config["authentication_data"] = ("host", "user", "password", "database")
app.debug = True

application = app

Configure Apache:

WSGIScriptAlias /transfer /somewhere/fishpie.wsgi
<Directory /somewhere>
  Require all granted
</Directory>

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

FishPie-1.1.1.tar.gz (22.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

FishPie-1.1.1-py3-none-any.whl (25.1 kB view details)

Uploaded Python 3

File details

Details for the file FishPie-1.1.1.tar.gz.

File metadata

  • Download URL: FishPie-1.1.1.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for FishPie-1.1.1.tar.gz
Algorithm Hash digest
SHA256 7c66216229a0bdd008f10efdf51a22d0d7dc90ed14abfbacd4cc1b7ae8755f3b
MD5 8b582a5b3a11ce59cca81403255084f7
BLAKE2b-256 31eb9ec8754dea9dc4eb9f4f223fe59e2d8fe3313963d4d56923c6e405e2f688

See more details on using hashes here.

File details

Details for the file FishPie-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: FishPie-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 25.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for FishPie-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0f0c3fdccf1bc69763307464d2d89ef61b962c44eb53ea3365be473f25252931
MD5 eb2c4987112047ace5cb180c5eb727b9
BLAKE2b-256 ec903c8ab70af77f8ee706f3f9e79ff6b41e82a6113895b4a3ddc567114bb0fb

See more details on using hashes here.

Supported by

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