blob-storage-jatin


Nameblob-storage-jatin JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA Blob Storage Package for configuring Azure Blob Storage Account and access it.
upload_time2023-01-13 14:24:32
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords blob storage blobstorage azure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # blob_storage

Under construction! Not ready for use yet! Currently experimenting and planning!

Developed by Jatin Talati

## Examples of How To Use (Buggy Alpha Version)

Creating A Server

```python
from src.blob_storage_jatin.blob_conn import BlobStorageAPI

blob = BlobStorageAPI()

# Other Code
```
Explore the BlobStorageAPI class to use other functions

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "blob-storage-jatin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "blob,storage,blobstorage,azure",
    "author": "",
    "author_email": "Jatin Talati <jatalati@in.ibm.com>",
    "download_url": "https://files.pythonhosted.org/packages/a6/e5/ffebc88fb433c97052545b014264680802c35f8e76dc4072e4dde22f5f59/blob_storage_jatin-0.0.2.tar.gz",
    "platform": null,
    "description": "# blob_storage\n\nUnder construction! Not ready for use yet! Currently experimenting and planning!\n\nDeveloped by Jatin Talati\n\n## Examples of How To Use (Buggy Alpha Version)\n\nCreating A Server\n\n```python\nfrom src.blob_storage_jatin.blob_conn import BlobStorageAPI\n\nblob = BlobStorageAPI()\n\n# Other Code\n```\nExplore the BlobStorageAPI class to use other functions\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Blob Storage Package for configuring Azure Blob Storage Account and access it.",
    "version": "0.0.2",
    "split_keywords": [
        "blob",
        "storage",
        "blobstorage",
        "azure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46c16a205cb87e9b0c5ec5c6ff36094476b53ac1a5b23765637441eb1c754ec1",
                "md5": "8c1fbefcca921e960dea143f1b076c73",
                "sha256": "c8a87bc5abda9d557817b9f8f359b3190ae6ddc03b3eebc715b6a2ae604139b4"
            },
            "downloads": -1,
            "filename": "blob_storage_jatin-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c1fbefcca921e960dea143f1b076c73",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4001,
            "upload_time": "2023-01-13T14:24:30",
            "upload_time_iso_8601": "2023-01-13T14:24:30.702100Z",
            "url": "https://files.pythonhosted.org/packages/46/c1/6a205cb87e9b0c5ec5c6ff36094476b53ac1a5b23765637441eb1c754ec1/blob_storage_jatin-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6e5ffebc88fb433c97052545b014264680802c35f8e76dc4072e4dde22f5f59",
                "md5": "16510b411ef3dce99f78587689b939a2",
                "sha256": "ad59d0adcd6688c4cc3cef2848e8ae369662e71e60ff6776ab8cf08beaa9f202"
            },
            "downloads": -1,
            "filename": "blob_storage_jatin-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "16510b411ef3dce99f78587689b939a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3343,
            "upload_time": "2023-01-13T14:24:32",
            "upload_time_iso_8601": "2023-01-13T14:24:32.489925Z",
            "url": "https://files.pythonhosted.org/packages/a6/e5/ffebc88fb433c97052545b014264680802c35f8e76dc4072e4dde22f5f59/blob_storage_jatin-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-13 14:24:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "blob-storage-jatin"
}
        
Elapsed time: 0.03159s