Metadata-Version: 2.0
Name: tryton-filestore-gs
Version: 0.1.0
Summary: Store Tryton files on Google Cloud Storage
Home-page: https://hg.b2ck.com/tryton-filestore-gs
Author: B2CK
Author-email: info@b2ck.com
License: GPL-3
Description-Content-Type: UNKNOWN
Keywords: tryton google cloud storage
Platform: Posix; MacOS X; Windows
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
Requires-Dist: google-cloud-storage
Requires-Dist: trytond (>4.2)

Tryton FileStore Google Cloud Storage
=====================================

Google Cloud Storage for the Tryton application framework.

To use Google Cloud Storage, the trytond configuration must be modify to set in
the `database` section, the `class`  to `tryton_filestorage_gs.FileStoreGS` and
the `bucket` to the name of your bucket.
Here is an example the section::

    [database]
    class = tryton_filestorage_gs.FileStoreGS
    bucket = bucket-id-here

The authentication must be set using environment variable as explained in the
`Authentication section
<https://google-cloud-python.readthedocs.io/en/latest/core/auth.html>`_.


