pysquareblob


Namepysquareblob JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/Jhonatan-Jeferson/pySquareBlob
SummaryThis project is just a simple way to interact with Square Cloud Blob service
upload_time2024-07-15 18:29:41
maintainerNone
docs_urlNone
authorJhonatan Jeferson
requires_pythonNone
licenseMIT
keywords square cloud squareblob tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Introduction

This project is just a simple way to interact with Square Cloud Blob service

## About the project

This python package is just a simple way to interact with Square Cloud Blob while the official is not released.
You can use this package to upload objects, get objects, get account infos. All routes are already implemented in this code.
Only the post response still doesn't have a class/object to it but all the other methods returns one class/Object or a list of them.

## How to use

1. Install the package with `pip install pysquareblob`
2. Instantiate the client class `Client("API_Token")`
3. use the methods and property to upload objects, get objects, get account infos

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Jhonatan-Jeferson/pySquareBlob",
    "name": "pysquareblob",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "square cloud, squareblob, tool",
    "author": "Jhonatan Jeferson",
    "author_email": "jhonatanjefersonoliveira@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/c7/8d4b2225ff414dd13da4a15ee4fab68fd29716396f6e6d834abf5e9d701f/pysquareblob-1.1.1.tar.gz",
    "platform": "any",
    "description": "# Introduction\r\n\r\nThis project is just a simple way to interact with Square Cloud Blob service\r\n\r\n## About the project\r\n\r\nThis python package is just a simple way to interact with Square Cloud Blob while the official is not released.\r\nYou can use this package to upload objects, get objects, get account infos. All routes are already implemented in this code.\r\nOnly the post response still doesn't have a class/object to it but all the other methods returns one class/Object or a list of them.\r\n\r\n## How to use\r\n\r\n1. Install the package with `pip install pysquareblob`\r\n2. Instantiate the client class `Client(\"API_Token\")`\r\n3. use the methods and property to upload objects, get objects, get account infos\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This project is just a simple way to interact with Square Cloud Blob service",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/Jhonatan-Jeferson/pySquareBlob"
    },
    "split_keywords": [
        "square cloud",
        " squareblob",
        " tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "565edd1385b00c26786c726b50133edddee1fe5a6360faa740ef57cc1b023bab",
                "md5": "4db302a9ec6f4c3ba1c7254754a4ff0c",
                "sha256": "9735f7693516fdf52d5b7afb4e7347dcf8a4885caabf4521d050fcccbfa2a92c"
            },
            "downloads": -1,
            "filename": "pysquareblob-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4db302a9ec6f4c3ba1c7254754a4ff0c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6420,
            "upload_time": "2024-07-15T18:29:40",
            "upload_time_iso_8601": "2024-07-15T18:29:40.532192Z",
            "url": "https://files.pythonhosted.org/packages/56/5e/dd1385b00c26786c726b50133edddee1fe5a6360faa740ef57cc1b023bab/pysquareblob-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2c78d4b2225ff414dd13da4a15ee4fab68fd29716396f6e6d834abf5e9d701f",
                "md5": "4c960adada55cc55c12b042531279d2c",
                "sha256": "f7b1f5a0831f31f9a7ee358eeea1b4d17372dae7f4a828c9901a4656556d2936"
            },
            "downloads": -1,
            "filename": "pysquareblob-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4c960adada55cc55c12b042531279d2c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5199,
            "upload_time": "2024-07-15T18:29:41",
            "upload_time_iso_8601": "2024-07-15T18:29:41.617984Z",
            "url": "https://files.pythonhosted.org/packages/b2/c7/8d4b2225ff414dd13da4a15ee4fab68fd29716396f6e6d834abf5e9d701f/pysquareblob-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-15 18:29:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jhonatan-Jeferson",
    "github_project": "pySquareBlob",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pysquareblob"
}
        
Elapsed time: 0.47228s