square-file-store


Namesquare-file-store JSON
Version 2.2.0 PyPI version JSON
download
home_pagehttps://github.com/thepmsquare/square_file_store
Summaryfile storage layer for my personal server.
upload_time2025-02-02 23:05:13
maintainerNone
docs_urlNone
authorthePmSquare
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # square_file_store

## about

file storage layer for my personal server.

## installation

```shell
pip install square_file_store
```

## env

- python>=3.12.0

## changelog

### v2.2.0

- setup auto docker image build github action.

### v2.1.0

- set allow_credentials=True.

### v2.0.0

- rearrange file structure.
- add versions to all api endpoints.
- standard output for json outputs.
- replace hardcoded column names with variables from square_database_structure.
- update tests.
- refactor some code logic.

### v1.0.1

- replace file_purpose with app_id.

### v1.0.0

- initial implementation.

## Feedback is appreciated. Thank you!


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thepmsquare/square_file_store",
    "name": "square-file-store",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "thePmSquare",
    "author_email": "thepmsquare@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/23/5d/5c4b8ec7aba2ab8822f9e1db7833192974923978e083c66c43c4f0f3b459/square_file_store-2.2.0.tar.gz",
    "platform": null,
    "description": "# square_file_store\n\n## about\n\nfile storage layer for my personal server.\n\n## installation\n\n```shell\npip install square_file_store\n```\n\n## env\n\n- python>=3.12.0\n\n## changelog\n\n### v2.2.0\n\n- setup auto docker image build github action.\n\n### v2.1.0\n\n- set allow_credentials=True.\n\n### v2.0.0\n\n- rearrange file structure.\n- add versions to all api endpoints.\n- standard output for json outputs.\n- replace hardcoded column names with variables from square_database_structure.\n- update tests.\n- refactor some code logic.\n\n### v1.0.1\n\n- replace file_purpose with app_id.\n\n### v1.0.0\n\n- initial implementation.\n\n## Feedback is appreciated. Thank you!\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "file storage layer for my personal server.",
    "version": "2.2.0",
    "project_urls": {
        "Homepage": "https://github.com/thepmsquare/square_file_store"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "efb56eb88e1fb264e2f52e844f5ae30ce3f3fc007be873c6f9e02d3e16f8cd55",
                "md5": "310192697a6c899f9a2e12bd53d86bb7",
                "sha256": "0443b8502fecca797114724f092571e3e22386e032abae3025d34bd7dcca1de5"
            },
            "downloads": -1,
            "filename": "square_file_store-2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "310192697a6c899f9a2e12bd53d86bb7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8454,
            "upload_time": "2025-02-02T23:05:11",
            "upload_time_iso_8601": "2025-02-02T23:05:11.775248Z",
            "url": "https://files.pythonhosted.org/packages/ef/b5/6eb88e1fb264e2f52e844f5ae30ce3f3fc007be873c6f9e02d3e16f8cd55/square_file_store-2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "235d5c4b8ec7aba2ab8822f9e1db7833192974923978e083c66c43c4f0f3b459",
                "md5": "aa0c91c2d93393c9e60776cfc6346a1b",
                "sha256": "03e920624707bd1040ca57828b26efb8b7d9cf828b5888f90d101344106feea2"
            },
            "downloads": -1,
            "filename": "square_file_store-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "aa0c91c2d93393c9e60776cfc6346a1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6712,
            "upload_time": "2025-02-02T23:05:13",
            "upload_time_iso_8601": "2025-02-02T23:05:13.367087Z",
            "url": "https://files.pythonhosted.org/packages/23/5d/5c4b8ec7aba2ab8822f9e1db7833192974923978e083c66c43c4f0f3b459/square_file_store-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-02 23:05:13",
    "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: 0.42177s