Publicador de archivos en diferentes plataformas
Project description
Publicador
File publisher to several cloud platforms Pypi Package link
Support
- Googledrive
- Dropbox
Deps
In order to use you need to:
Install
pip install publicador
Usage
Publish input.docx on Googledrive and Dropbox
from publicador import Publicador
from publicador import GoogleDrive
from publicador import DropboxApi
credentials = 'path/to/credentials.json'
drivepath = '/example-dir'
context = Publicador('./input.docx', GoogleDrive(credentials, drivepath))
context.publicar()
# token = 'app_token_from_dropbox'
# dropxboxpath= '/example-dir'
# context.strategy = DropboxApi(token, dropboxpath)
# context.publicar()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
publicador-0.0.2.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file publicador-0.0.2.tar.gz.
File metadata
- Download URL: publicador-0.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7453f0bc21e9e48aa7831f2a991eccbb5bf806e09f6429da3ab81ed07b0dbcfa
|
|
| MD5 |
cc1c0b2dd1fee626621d11fb1ad15bfe
|
|
| BLAKE2b-256 |
dc983106dec92496f396f683af5d3b16bf18ac164f1fd27ded8965ec023237a5
|
File details
Details for the file publicador-0.0.2-py3-none-any.whl.
File metadata
- Download URL: publicador-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53a1acfea3bcbdf53b85087cdd70e184cdc5581c89bd69ac0d628d76204aa33c
|
|
| MD5 |
0c02a1bb919b1c88838af5e0c5de4bc5
|
|
| BLAKE2b-256 |
ec5f55d4575de4911e6966a386048c4fe3d01a5936a05dd4495ea0881e7b30c4
|