Skip to main content

A pythonic AS2 application for file tranfers.

Project description

pyAS2 is a python implementation of the AS2 file transfer protocol. The application conforms to the AS2 1.2 specifications as per the RFC 4130. This Django based app acts as both client and server i.e. it enables both sending/receiving of files.

Quick start

  1. Add “pyas2” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'pyas2',
    )
  2. Include the pyAS2 URLconf in your project urls.py like this:

    url(r'^pyas2/', include('pyas2.urls')),
  3. Run python manage.py migrate to create the polls models.

  4. If you are using cherrypy, start the server and with the command python manage.py runas2server and visit http://127.0.0.1:8080/pyas2/ to configure the app and start sending/receiving files.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyAS2-0.1.1.tar.gz (244.3 kB view hashes)

Uploaded Source

Supported by

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