Cascadis
=========
A content-addressed storage service.
This project is currently at experimental stage.
Install with `pip`:
pip install cascadis
For deployment, you may want to use `gunicorn`:
pip install gunicorn
gunicorn -w 8 cascadis.api:app -b 0.0.0.0:16000
Raw data
{
"_id": null,
"home_page": "https://github.com/frozflame/cascadis",
"name": "cascadis",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "frozflame",
"author_email": "frozflame@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/96/66/58a77c481a1059f459918bb6aec3e713b0cb6d083415b7fd7d941e5eae8f/cascadis-0.2.0.tar.gz",
"platform": null,
"description": "Cascadis\n=========\n\nA content-addressed storage service.\n\nThis project is currently at experimental stage.\n\nInstall with `pip`:\n\n pip install cascadis\n\nFor deployment, you may want to use `gunicorn`:\n\n pip install gunicorn\n gunicorn -w 8 cascadis.api:app -b 0.0.0.0:16000 \n",
"bugtrack_url": null,
"license": "GNU General Public License (GPL)",
"summary": "A simple content-addressed storage service.",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/frozflame/cascadis"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "966658a77c481a1059f459918bb6aec3e713b0cb6d083415b7fd7d941e5eae8f",
"md5": "096babbd9020c6894f2d84b1ae1553a5",
"sha256": "2d97622dd3a12f2e5fbac79863462c538ee1d726ccef65315fd4614252aa8332"
},
"downloads": -1,
"filename": "cascadis-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "096babbd9020c6894f2d84b1ae1553a5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12096,
"upload_time": "2024-06-12T13:15:02",
"upload_time_iso_8601": "2024-06-12T13:15:02.706928Z",
"url": "https://files.pythonhosted.org/packages/96/66/58a77c481a1059f459918bb6aec3e713b0cb6d083415b7fd7d941e5eae8f/cascadis-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-12 13:15:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "frozflame",
"github_project": "cascadis",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "Flask",
"specs": [
[
"~=",
"3.0.3"
]
]
},
{
"name": "joker-cast",
"specs": [
[
"~=",
"0.5.2"
]
]
},
{
"name": "joker-filesys",
"specs": [
[
"~=",
"0.3.0"
]
]
},
{
"name": "joker-flasky",
"specs": [
[
"~=",
"0.6.0"
]
]
},
{
"name": "joker",
"specs": [
[
"~=",
"0.3.3"
]
]
},
{
"name": "pymongo",
"specs": [
[
"~=",
"4.6.2"
]
]
},
{
"name": "python-magic",
"specs": [
[
"~=",
"0.4.27"
]
]
},
{
"name": "redis",
"specs": [
[
"~=",
"5.0.2"
]
]
},
{
"name": "requests",
"specs": [
[
"~=",
"2.31.0"
]
]
},
{
"name": "setuptools",
"specs": [
[
">=",
"68.2.0"
]
]
},
{
"name": "volkanic",
"specs": [
[
"~=",
"0.5.3"
]
]
},
{
"name": "Werkzeug",
"specs": [
[
"~=",
"3.0.3"
]
]
}
],
"lcname": "cascadis"
}