Python client for FileServer API
Project description
FileServer Python Client
A Python client library for interacting with the FileServer API.
Installation
pip install fileserver-client
Usage
from fileserver_client import FileServerClient
# Initialize
client = FileServerClient("http://localhost:30815", "admin", "adminpassword")
# List files
files = client.list_files()
print(files)
# Upload
client.upload_file("local_file.txt")
Features
- Authentication (JWT)
- File Management (List, Upload, Download)
- Easy to use Pythonic interface
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
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 fileserver_client-1.0.0.tar.gz.
File metadata
- Download URL: fileserver_client-1.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7f0bde7a3bca1fe717481023dc80d66e2207c9ca3d4153e6aba6a5b03f6660e
|
|
| MD5 |
a712060ccb52a07e513738089dd56621
|
|
| BLAKE2b-256 |
2d8a0728f006cb1197cc415c71af64ef4230311dddf8ce53d1187afc1efcaace
|
File details
Details for the file fileserver_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: fileserver_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1a6307138e370e1114bcf4c9d1985d02f31496a288b5f68f1361ad616e94683
|
|
| MD5 |
fb701d7a08635e5439952407c6a8011c
|
|
| BLAKE2b-256 |
69be25d8d82ec991bffebdd4e89daf298bd3dbde0f1aef752ef3f0db77d756a5
|