# Fishpie
Fishpie is web application for sharing large files.
## Installation
Get the package from PyPI:
```bash
python3 -m pip install fishpie
```
Create a WSGI wrapper script:
```python
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:
```apache
WSGIScriptAlias /transfer /somewhere/fishpie.wsgi
<Directory /somewhere>
Require all granted
</Directory>
```
Raw data
{
"_id": null,
"home_page": "https://github.com/lamyj/fishpie",
"name": "FishPie",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "File sharing, Web application, Flask",
"author": "Julien Lamy",
"author_email": "julien@seasofcheese.net",
"download_url": "https://files.pythonhosted.org/packages/31/eb/9ec8754dea9dc4eb9f4f223fe59e2d8fe3313963d4d56923c6e405e2f688/FishPie-1.1.1.tar.gz",
"platform": null,
"description": "# Fishpie\n\nFishpie is web application for sharing large files.\n\n## Installation\n\nGet the package from PyPI:\n\n```bash\npython3 -m pip install fishpie\n```\n\nCreate a WSGI wrapper script:\n\n```python\nimport datetime\n\nimport fishpie\nimport fishpie.wordpress\n\napp = fishpie.app\napp.secret_key = \"SOME_VERY_SECRET_BINARY_DATA\"\napp.permanent_session_lifetime = datetime.timedelta(days=1)\napp.config[\"DATABASE\"] = \"/my/root/directory/database\"\napp.config[\"UPLOAD_DIR\"] = \"/my/root/directory/uploads\"\napp.config[\"authenticate\"] = fishpie.wordpress.authenticate\napp.config[\"authentication_data\"] = (\"host\", \"user\", \"password\", \"database\")\napp.debug = True\n\napplication = app\n```\n\nConfigure Apache:\n\n```apache\nWSGIScriptAlias /transfer /somewhere/fishpie.wsgi\n<Directory /somewhere>\n Require all granted\n</Directory>\n```\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "File sharing web application",
"version": "1.1.1",
"project_urls": {
"Homepage": "https://github.com/lamyj/fishpie"
},
"split_keywords": [
"file sharing",
" web application",
" flask"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ec903c8ab70af77f8ee706f3f9e79ff6b41e82a6113895b4a3ddc567114bb0fb",
"md5": "eb2c4987112047ace5cb180c5eb727b9",
"sha256": "0f0c3fdccf1bc69763307464d2d89ef61b962c44eb53ea3365be473f25252931"
},
"downloads": -1,
"filename": "FishPie-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eb2c4987112047ace5cb180c5eb727b9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 25061,
"upload_time": "2024-11-28T06:59:41",
"upload_time_iso_8601": "2024-11-28T06:59:41.228996Z",
"url": "https://files.pythonhosted.org/packages/ec/90/3c8ab70af77f8ee706f3f9e79ff6b41e82a6113895b4a3ddc567114bb0fb/FishPie-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "31eb9ec8754dea9dc4eb9f4f223fe59e2d8fe3313963d4d56923c6e405e2f688",
"md5": "8b582a5b3a11ce59cca81403255084f7",
"sha256": "7c66216229a0bdd008f10efdf51a22d0d7dc90ed14abfbacd4cc1b7ae8755f3b"
},
"downloads": -1,
"filename": "FishPie-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "8b582a5b3a11ce59cca81403255084f7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22148,
"upload_time": "2024-11-28T06:59:43",
"upload_time_iso_8601": "2024-11-28T06:59:43.197392Z",
"url": "https://files.pythonhosted.org/packages/31/eb/9ec8754dea9dc4eb9f4f223fe59e2d8fe3313963d4d56923c6e405e2f688/FishPie-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-28 06:59:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lamyj",
"github_project": "fishpie",
"github_not_found": true,
"lcname": "fishpie"
}