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

Uploaded Source

File details

Details for the file pyAS2-0.1.1.tar.gz.

File metadata

  • Download URL: pyAS2-0.1.1.tar.gz
  • Upload date:
  • Size: 244.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyAS2-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5a0323c6db83242c5b9ccd4153c850c946b57336b15c2c5d7b414c82cc6d9485
MD5 26178bfe0eb7ef954edce98f529a60c8
BLAKE2b-256 10186439a963151c7591fc397b82762c57f1cb00c5b5a75acfdcaa1d5824fd6c

See more details on using hashes here.

Supported by

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