A pythonic AS2 application for file tranfers.
Project description
pyAS2 is an AS2 server/client written in python and built on the django framework. The application supports AS2 version 1.2 as defined in the RFC 4130. Our goal is to provide a native python library for implementing the AS2 protocol. It supports Python 2.6-2.7.
pyAS2 includes a set of django-admin commands that can be used to start the server, send files as a client, send asynchronous MDNs and so on. It also has a web based front end interface for configuring partners and organizations, monitoring message transfers and also initiating new transfers.
Features
Technical
Asyncronous and syncronous MDN
Partner and Organization management
Digital signatures
Message encryption
Secure transport (SSL)
Support for SSL client authentication
System task to auto clear old log entries
Data compression (AS2 1.1)
Multinational support: Uses Django’s internationalization feature
Integration
Easy integration to existing systems, using a partner based file system interface
Daemon Process picks up data from directories when it becomes available
Message post processing (scripting on receipt)
Monitoring
Web interface for transaction monitoring
Email event notification
The following encryption algorithms are supported:
Triple DES
DES
RC2-40
AES-128
AES-192
AES-256
The following hash algorithms are supported:
SHA-1
Documentation
You can find more information in the documentation.
Discussion
If you run into bugs, you can file them in our issue tracker.
Contribute
Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
Create your feature branch: git checkout -b my-new-feature
Commit your changes: git commit -am ‘Add some feature’
Push to the branch: git push origin my-new-feature
Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS.
Running Tests
To run pyAS2's test suite:
django-admin.py test pyas2 --settings=pyas2.test_settings --pythonpath=.
License
- GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/> 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyAS2-0.4.6.tar.gz
.
File metadata
- Download URL: pyAS2-0.4.6.tar.gz
- Upload date:
- Size: 791.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/18.5 requests-toolbelt/0.8.0 tqdm/4.23.2 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0863ce0b24dc94febbcef0e5b3c2080eafc7b28439831538d27f5bbaf244488c |
|
MD5 | 04e821c47d4d1ed10c5d6f12b9ec2db6 |
|
BLAKE2b-256 | 1406818a870c74c9f7cf3218adbd505a70920dadd6ae2a7d1b6e33f07d6caccf |