An open API service indexing awesome lists of open source software.

https://github.com/castaglia/proftpd-mod_python

ProFTPD module for writing Python extensions
https://github.com/castaglia/proftpd-mod_python

Last synced: 5 months ago
JSON representation

ProFTPD module for writing Python extensions

Awesome Lists containing this project

README

          

proftpd-mod_python
==================

Status
------
[![Build Status](https://travis-ci.org/Castaglia/proftpd-mod_python.svg?branch=master)](https://travis-ci.org/Castaglia/proftpd-mod_python)
[![Coverage Status](https://coveralls.io/repos/github/Castaglia/proftpd-mod_python/badge.svg?branch=master)](https://coveralls.io/github/Castaglia/proftpd-mod_python?branch=master)
[![License](https://img.shields.io/badge/license-GPL-brightgreen.svg)](https://img.shields.io/badge/license-GPL-brightgreen.svg)

Synopsis
--------

The `mod_python` module for ProFTPD embeds a Python interpreter within the
server. This enables using Python to extend ProFTPD functionality.

**NOTE**: The `mod_python` module is still be developed, and **is not ready
for production use!**

See the [mod_python.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_python/blob/master/mod_python.html) documentation for more
details.