Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

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 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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page