square-file-store


Namesquare-file-store JSON
Version 2.3.7 PyPI version JSON
download
home_pageNone
Summaryfile storage layer for my personal server.
upload_time2025-10-18 20:29:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseGPLv3
keywords fastapi file storage utilities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # square_file_store

> 📌 versioning: see [CHANGELOG.md](./CHANGELOG.md).

## about

file storage layer for my personal server.

## goals

- integration with square_*
- unified file api across all projects
- simplicity first
- generic design
- future extensibility

## installation

```shell
pip install square_file_store
```

## usage

### configuration

update the settings in `config.ini` and `config.testing.ini` to match your environment (urls, logging, etc.).

### running the service

```shell
python square_file_store/main.py
```

## env

- python>=3.12.0

> feedback is appreciated. thank you!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "square-file-store",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "fastapi, file, storage, utilities",
    "author": null,
    "author_email": "Parth Mukesh Mangtani <thepmsquare@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d2/c2/f740df5c766189cf935f114e83c39a92be8f06e5e9909111a7b811e8d3ba/square_file_store-2.3.7.tar.gz",
    "platform": null,
    "description": "# square_file_store\n\n> \ud83d\udccc versioning: see [CHANGELOG.md](./CHANGELOG.md).\n\n## about\n\nfile storage layer for my personal server.\n\n## goals\n\n- integration with square_*\n- unified file api across all projects\n- simplicity first\n- generic design\n- future extensibility\n\n## installation\n\n```shell\npip install square_file_store\n```\n\n## usage\n\n### configuration\n\nupdate the settings in `config.ini` and `config.testing.ini` to match your environment (urls, logging, etc.).\n\n### running the service\n\n```shell\npython square_file_store/main.py\n```\n\n## env\n\n- python>=3.12.0\n\n> feedback is appreciated. thank you!\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "file storage layer for my personal server.",
    "version": "2.3.7",
    "project_urls": {
        "homepage": "https://github.com/thepmsquare/square_file_store"
    },
    "split_keywords": [
        "fastapi",
        " file",
        " storage",
        " utilities"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "26990d594894e54104f7c7e30c477853572b6e02c5fe41cefb794d7dca3b84a4",
                "md5": "fc05fd30a1167251b6db178de34521c4",
                "sha256": "9d677932bf706042f0ea8ca8591c56bf5d58d13e6580f08407403b8fed5fcb47"
            },
            "downloads": -1,
            "filename": "square_file_store-2.3.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc05fd30a1167251b6db178de34521c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 22813,
            "upload_time": "2025-10-18T20:29:49",
            "upload_time_iso_8601": "2025-10-18T20:29:49.977567Z",
            "url": "https://files.pythonhosted.org/packages/26/99/0d594894e54104f7c7e30c477853572b6e02c5fe41cefb794d7dca3b84a4/square_file_store-2.3.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d2c2f740df5c766189cf935f114e83c39a92be8f06e5e9909111a7b811e8d3ba",
                "md5": "ed1fcb309b2e534a6fb4eba5b7cf165f",
                "sha256": "563850150c4426f0b3238ae64540b5a6a4c864a96af792e82818430abc5cb0d1"
            },
            "downloads": -1,
            "filename": "square_file_store-2.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "ed1fcb309b2e534a6fb4eba5b7cf165f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 21390,
            "upload_time": "2025-10-18T20:29:50",
            "upload_time_iso_8601": "2025-10-18T20:29:50.859999Z",
            "url": "https://files.pythonhosted.org/packages/d2/c2/f740df5c766189cf935f114e83c39a92be8f06e5e9909111a7b811e8d3ba/square_file_store-2.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-18 20:29:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thepmsquare",
    "github_project": "square_file_store",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "square-file-store"
}
        
Elapsed time: 2.56741s