Module to simplify usage of WeedFS in python.
Project description
PyWeed
Class to simplify communication with Weed-FS
Installation
From PyPI:
pip install pyweed
Tests
Install dependencies:
pip install -r test_requirements.txt
Run tests:
python setup.py tests
Or using nose:
nosetests
Usage
Upload file to weedFS
from pyweed import WeedFS
# File upload
w = WeedFS("localhost", 9333) # weed-fs master address and port
fid = w.upload_file("n.txt") # path to file
# Get file url
file_url = w.get_file_url(fid)
# Delete file
res = w.delete_file(fid)
# res is boolean (True if file was deleted)
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
pyweed-0.3.2.zip
(11.2 kB
view details)
File details
Details for the file pyweed-0.3.2.zip.
File metadata
- Download URL: pyweed-0.3.2.zip
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bc293585eb4f9d18e11eebcc7e0cfe30b7c723e0bb5c31a306f0f2b0798df75
|
|
| MD5 |
519cb62865e125269036d40c1b1bfd02
|
|
| BLAKE2b-256 |
802de0bede894756ed3bd9cf9131a9588610a62815d09dec33ce466453158b32
|