Simple WebDav library
Project description
Simple WebDav Server
====================
Light library for realization simple WebDav server. Nothing extra -
only the most important!
-------
5 steps to success:
1) Download library from this repository and launch setup.py or
install it with pip.
2) Import WebDavServer:
> from PythonWebDav import WebDavServer
3) Crete server object, pass as arguments path of needed directory
and class to work with directory:
> server = WebDavServer.WebDavServer("/path/to/folder", FilerClass)
4) As FilerClass, you can use already created classes, that come
with library. Import FIler
> from PythonWebDav import Filer
Pass as second argument class Filer.Filer
> server = WebDavServer.WebDavServer("/path/to/folder", Filer.Filer)
Also you can use AudioFiler.AudioFiler to crate virtual music
filesystem
> from PythonWebDav import AudioFiler
Pass AudioFiler.AudioFiler
> server = WebDavServer.WebDavServer("/path/to/folder", AudioFiler.AudioFiler)
- If you want to create it yourself, visit [MyFiler](https://github.com/cs-hse-projects/PythonWEBDAVServer/blob/master/MyFiler.md)
5) Run server, transmitted address and port:
> server.start("0.0.0.0", 8080)
Its ready! You are exelent!
====================
Light library for realization simple WebDav server. Nothing extra -
only the most important!
-------
5 steps to success:
1) Download library from this repository and launch setup.py or
install it with pip.
2) Import WebDavServer:
> from PythonWebDav import WebDavServer
3) Crete server object, pass as arguments path of needed directory
and class to work with directory:
> server = WebDavServer.WebDavServer("/path/to/folder", FilerClass)
4) As FilerClass, you can use already created classes, that come
with library. Import FIler
> from PythonWebDav import Filer
Pass as second argument class Filer.Filer
> server = WebDavServer.WebDavServer("/path/to/folder", Filer.Filer)
Also you can use AudioFiler.AudioFiler to crate virtual music
filesystem
> from PythonWebDav import AudioFiler
Pass AudioFiler.AudioFiler
> server = WebDavServer.WebDavServer("/path/to/folder", AudioFiler.AudioFiler)
- If you want to create it yourself, visit [MyFiler](https://github.com/cs-hse-projects/PythonWEBDAVServer/blob/master/MyFiler.md)
5) Run server, transmitted address and port:
> server.start("0.0.0.0", 8080)
Its ready! You are exelent!
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
SimpleWebDav-0.1.tar.gz
(6.0 kB
view details)
File details
Details for the file SimpleWebDav-0.1.tar.gz.
File metadata
- Download URL: SimpleWebDav-0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38c032833169786ca50298569b2bc9c3e698cd6697972bb67bbf11cc68b3f3f9
|
|
| MD5 |
0affe4fceba444fc96cd4167d82bea2b
|
|
| BLAKE2b-256 |
7a5b4eceaa886dc42ac9fbbc73296266931155b9ac9b54afd1100c4ad2439bd4
|