Simple File Server By Bottle (Multi-threaded Server)
Project description
Project: simplefileserver
-----------------------
```
Simple File Server By Bottle with Paste(Multi-threaded Library)
```
Usage:
-----------------------
```python
>>> from simplefileserver import server
>>> server()
>>> server(8080) # server(server_port)
```
```shell
simplefileserver 8000
```
Installation:
-----------------------
``` bash
$ pip install simplefileserver
```
Project History: simplefileserver
-----------------------
## 0.0.3 (2015-02-03)
--------------------------
#### Behavioural Changes
* split file and directory with slash '/'
#### Bugfixes
* null
## 0.0.2 (2015-02-03)
--------------------------
#### Behavioural Changes
* null
#### Bugfixes
* add MANIFEST.in file: include data files/directories
## 0.0.1 (2015-02-03)
--------------------------
#### Behavioural Changes
* simple server ok
#### Bugfixes
* null
-----------------------
```
Simple File Server By Bottle with Paste(Multi-threaded Library)
```
Usage:
-----------------------
```python
>>> from simplefileserver import server
>>> server()
>>> server(8080) # server(server_port)
```
```shell
```
Installation:
-----------------------
``` bash
$ pip install simplefileserver
```
Project History: simplefileserver
-----------------------
## 0.0.3 (2015-02-03)
--------------------------
#### Behavioural Changes
* split file and directory with slash '/'
#### Bugfixes
* null
## 0.0.2 (2015-02-03)
--------------------------
#### Behavioural Changes
* null
#### Bugfixes
* add MANIFEST.in file: include data files/directories
## 0.0.1 (2015-02-03)
--------------------------
#### Behavioural Changes
* simple server ok
#### Bugfixes
* null