PyGFolder is a package for managing Google Drive folders as a dictionary.
Project description
==============
pygfpñder 0.0.4
==============
`PyGFolder` is a package for managing the Google Drive as a dictionary, with the same interface as PyFolder.
.. image:: https://badge.fury.io/py/pygfolder.svg
:target: https://badge.fury.io/py/pygfolder
.. image:: https://travis-ci.org/ipazc/pygfolder.svg?branch=master
:target: https://travis-ci.org/ipazc/pygfolder
.. image:: https://coveralls.io/repos/github/ipazc/pygfolder/badge.svg?branch=master
:target: https://coveralls.io/github/ipazc/pygfolder?branch=master
.. image:: https://landscape.io/github/ipazc/pygfolder/master/landscape.svg?style=flat
:target: https://landscape.io/github/ipazc/pygfolder/master
:alt: Code Health
Installation
============
Currently it is only supported **Python 3.4.1** onwards:
.. code:: bash
sudo pip3 install pygfolder
Example
=======
.. code:: python
>>> from pygfolder import PyGFolder
>>>
>>> pygfolder = PyGFolder("/path/to/folder")
>>> pygfolder["file.txt"] = b"hello, this is going to be instantly the content of this file."
>>> pygfolder["file.txt"]
b"hello, this is going to be instantly the content of this file."
LICENSE
=======
It is released under the MIT license.
pygfpñder 0.0.4
==============
`PyGFolder` is a package for managing the Google Drive as a dictionary, with the same interface as PyFolder.
.. image:: https://badge.fury.io/py/pygfolder.svg
:target: https://badge.fury.io/py/pygfolder
.. image:: https://travis-ci.org/ipazc/pygfolder.svg?branch=master
:target: https://travis-ci.org/ipazc/pygfolder
.. image:: https://coveralls.io/repos/github/ipazc/pygfolder/badge.svg?branch=master
:target: https://coveralls.io/github/ipazc/pygfolder?branch=master
.. image:: https://landscape.io/github/ipazc/pygfolder/master/landscape.svg?style=flat
:target: https://landscape.io/github/ipazc/pygfolder/master
:alt: Code Health
Installation
============
Currently it is only supported **Python 3.4.1** onwards:
.. code:: bash
sudo pip3 install pygfolder
Example
=======
.. code:: python
>>> from pygfolder import PyGFolder
>>>
>>> pygfolder = PyGFolder("/path/to/folder")
>>> pygfolder["file.txt"] = b"hello, this is going to be instantly the content of this file."
>>> pygfolder["file.txt"]
b"hello, this is going to be instantly the content of this file."
LICENSE
=======
It is released under the MIT license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygfolder-0.0.4.tar.gz
(5.3 kB
view details)
File details
Details for the file pygfolder-0.0.4.tar.gz.
File metadata
- Download URL: pygfolder-0.0.4.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f515cae01014985389b81e1c8aa7c6e651f704ca4c7875c36f646983dba24b98
|
|
| MD5 |
9416c01a5a6bb2371f2d67bcdd6cf55c
|
|
| BLAKE2b-256 |
dcd9b4735d9d16a5bb963f8b5dbe6e45ae3e5a477c42adc560e1491ab70cd7b9
|