python wrapper for Naver Ndrive
Project description
ndrive is a python wrapper for Naver Ndrive
Below is the sample code to use ndrive module in python
>>> from ndrive import Ndrive
>>> n = Ndrive()
>>> n.login("YOUR_ID","YOUR_PASSWORD")
>>> n.uploadFile("FILE_NAME")
Installation
To install ndrive, simply:
$ pip install ndrive
Or, you can use:
$ easy_install ndrive
Or, you can also install manually:
$ git clone https://github.com/carpedm20/ndrive.git $ cd ndrive-master $ python setup.py install
Documentation
Work in process
To-do
Implement all APIs
command-line tool
???
Copyright
Copyright © 2014 Kim Tae Hoon.
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
ndrive-0.0.1.tar.gz
(20.2 kB
view details)
File details
Details for the file ndrive-0.0.1.tar.gz.
File metadata
- Download URL: ndrive-0.0.1.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e5fb784b67669643860a9d8ac7d4bca628f008e19666eddb66b4002a75ab183
|
|
| MD5 |
a5689bda3e5a4bdc274878be4b469aeb
|
|
| BLAKE2b-256 |
98a0e6b3b887fb9cb957e108e6fcfa2db3588ea6b47ac06810858877c448c3c3
|