fs.onedrivefs


Namefs.onedrivefs JSON
Version 1.1.5 PyPI version JSON
download
home_pagehttps://github.com/rkhwaja/fs.onedrivefs
SummaryPyfilesystem2 implementation for OneDrive using Microsoft Graph API
upload_time2023-11-23 03:52:29
maintainer
docs_urlNone
authorRehan Khwaja
requires_python>=3.8,<4
licenseMIT
keywords filesystem pyfilesystem2 onedrive
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fs.onedrivefs

Implementation of pyfilesystem2 file system using OneDrive

![image](https://github.com/rkhwaja/fs.onedrivefs/workflows/ci/badge.svg) [![codecov](https://codecov.io/gh/rkhwaja/fs.onedrivefs/branch/master/graph/badge.svg)](https://codecov.io/gh/rkhwaja/fs.onedrivefs) [![PyPI version](https://badge.fury.io/py/fs.onedrivefs.svg)](https://badge.fury.io/py/fs.onedrivefs)

# Usage

``` python
onedriveFS = OneDriveFS(
  clientId=<your client id>,
  clientSecret=<your client secret>,
  token=<token JSON saved by oauth2lib>,
  SaveToken=<function which saves a new token string after refresh>)

# onedriveFS is now a standard pyfilesystem2 file system
```

Register your app [here](https://docs.microsoft.com/en-us/graph/auth-register-app-v2) to get a client ID and secret

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rkhwaja/fs.onedrivefs",
    "name": "fs.onedrivefs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4",
    "maintainer_email": "",
    "keywords": "filesystem,Pyfilesystem2,onedrive",
    "author": "Rehan Khwaja",
    "author_email": "rehan@khwaja.name",
    "download_url": "https://files.pythonhosted.org/packages/da/22/49b5316e4389ca55b3aaa7fde796af39f015e9ab63086d7bc0e1d7c9808d/fs_onedrivefs-1.1.5.tar.gz",
    "platform": null,
    "description": "# fs.onedrivefs\n\nImplementation of pyfilesystem2 file system using OneDrive\n\n![image](https://github.com/rkhwaja/fs.onedrivefs/workflows/ci/badge.svg) [![codecov](https://codecov.io/gh/rkhwaja/fs.onedrivefs/branch/master/graph/badge.svg)](https://codecov.io/gh/rkhwaja/fs.onedrivefs) [![PyPI version](https://badge.fury.io/py/fs.onedrivefs.svg)](https://badge.fury.io/py/fs.onedrivefs)\n\n# Usage\n\n``` python\nonedriveFS = OneDriveFS(\n  clientId=<your client id>,\n  clientSecret=<your client secret>,\n  token=<token JSON saved by oauth2lib>,\n  SaveToken=<function which saves a new token string after refresh>)\n\n# onedriveFS is now a standard pyfilesystem2 file system\n```\n\nRegister your app [here](https://docs.microsoft.com/en-us/graph/auth-register-app-v2) to get a client ID and secret\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pyfilesystem2 implementation for OneDrive using Microsoft Graph API",
    "version": "1.1.5",
    "project_urls": {
        "Homepage": "https://github.com/rkhwaja/fs.onedrivefs"
    },
    "split_keywords": [
        "filesystem",
        "pyfilesystem2",
        "onedrive"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0d5955c371699fa3cf43df1fd011f808f1c2912b1a0d227993dcaa52de7fa20",
                "md5": "75fb4ae0cd4e6c58d2e4906e1620f052",
                "sha256": "23875d951964ba1908c400102e895714adb18aaff3cb762d96e2d8db2c12fb19"
            },
            "downloads": -1,
            "filename": "fs_onedrivefs-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "75fb4ae0cd4e6c58d2e4906e1620f052",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4",
            "size": 9984,
            "upload_time": "2023-11-23T03:52:27",
            "upload_time_iso_8601": "2023-11-23T03:52:27.775630Z",
            "url": "https://files.pythonhosted.org/packages/e0/d5/955c371699fa3cf43df1fd011f808f1c2912b1a0d227993dcaa52de7fa20/fs_onedrivefs-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da2249b5316e4389ca55b3aaa7fde796af39f015e9ab63086d7bc0e1d7c9808d",
                "md5": "27d4b2659643ad265cf5cc4237128b64",
                "sha256": "67a6408a10cf3d845906f6f56285ef03c432fa8442d4a9b9f3cc88444827ef02"
            },
            "downloads": -1,
            "filename": "fs_onedrivefs-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "27d4b2659643ad265cf5cc4237128b64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4",
            "size": 9796,
            "upload_time": "2023-11-23T03:52:29",
            "upload_time_iso_8601": "2023-11-23T03:52:29.058827Z",
            "url": "https://files.pythonhosted.org/packages/da/22/49b5316e4389ca55b3aaa7fde796af39f015e9ab63086d7bc0e1d7c9808d/fs_onedrivefs-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-23 03:52:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rkhwaja",
    "github_project": "fs.onedrivefs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fs.onedrivefs"
}
        
Elapsed time: 0.14877s