{"id":13592383,"url":"https://github.com/abhishek-ram/pyas2","last_synced_at":"2025-03-16T17:34:07.706Z","repository":{"id":28084387,"uuid":"31582012","full_name":"abhishek-ram/pyas2","owner":"abhishek-ram","description":"This repo is no longer maintained and has been moved to https://github.com/abhishek-ram/django-pyas2","archived":false,"fork":false,"pushed_at":"2020-07-24T12:43:54.000Z","size":2356,"stargazers_count":47,"open_issues_count":8,"forks_count":23,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-06T12:23:30.763Z","etag":null,"topics":["as2","edi","filetransfer","python","server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhishek-ram.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-03T05:57:25.000Z","updated_at":"2024-01-09T10:09:49.000Z","dependencies_parsed_at":"2022-09-13T19:31:04.486Z","dependency_job_id":null,"html_url":"https://github.com/abhishek-ram/pyas2","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek-ram%2Fpyas2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek-ram%2Fpyas2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek-ram%2Fpyas2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek-ram%2Fpyas2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhishek-ram","download_url":"https://codeload.github.com/abhishek-ram/pyas2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243822295,"owners_count":20353500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["as2","edi","filetransfer","python","server"],"created_at":"2024-08-01T16:01:08.645Z","updated_at":"2025-03-16T17:34:07.149Z","avatar_url":"https://github.com/abhishek-ram.png","language":"Python","funding_links":[],"categories":["Systems or Paid Services"],"sub_categories":["Golang"],"readme":"=====\npyAS2\n=====\n\n.. image:: https://img.shields.io/pypi/v/pyAS2.svg\n    :target: https://pypi.python.org/pypi/pyAS2\n\n.. image:: https://readthedocs.org/projects/pyas2/badge/?version=latest \n    :target: http://pyas2.readthedocs.org\n    :alt: Latest Docs\n\n\n``pyAS2`` is an AS2 server/client written in python and built on the django framework.\nThe application supports AS2 version 1.2 as defined in the `RFC 4130`_. Our goal is to provide a native\npython library for implementing the AS2 protocol. It supports Python 2.6-2.7.\n\n``pyAS2`` includes a set of django-admin commands that can be used to start the server, send files as\na client, send asynchronous MDNs and so on. It also has a web based front end interface for\nconfiguring partners and organizations, monitoring message transfers and also initiating new transfers.\n\nFeatures\n~~~~~~~~\n\n* Technical\n\n    * Asyncronous and syncronous MDN\n    * Partner and Organization management\n    * Digital signatures\n    * Message encryption\n    * Secure transport (SSL)\n    * Support for SSL client authentication\n    * System task to auto clear old log entries\n    * Data compression (AS2 1.1)\n    * Multinational support: Uses Django's internationalization feature\n\n* Integration\n\n    * Easy integration to existing systems, using a partner based file system interface\n    * Daemon Process picks up data from directories when it becomes available\n    * Message post processing (scripting on receipt)\n\n* Monitoring\n\n    * Web interface for transaction monitoring\n    * Email event notification\n\n* The following encryption algorithms are supported:\n\n    * Triple DES\n    * DES\n    * RC2-40\n    * AES-128\n    * AES-192\n    * AES-256\n\n* The following hash algorithms are supported:\n\n    * SHA-1\n\nDocumentation\n~~~~~~~~~~~~~\n\nYou can find more information in the `documentation`_.\n\nDiscussion\n~~~~~~~~~~\n\nIf you run into bugs, you can file them in our `issue tracker`_.\n\nContribute\n~~~~~~~~~~\n\n#. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.\n#. Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).\n#. Create your feature branch: `git checkout -b my-new-feature`\n#. Commit your changes: `git commit -am 'Add some feature'`\n#. Push to the branch: `git push origin my-new-feature`\n#. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_.\n\nRunning Tests\n~~~~~~~~~~~~~\n\nTo run ``pyAS2's`` test suite:\n\n``django-admin.py test pyas2 --settings=pyas2.test_settings --pythonpath=.``\n\nLicense\n~~~~~~~\n\nGNU GENERAL PUBLIC LICENSE\n                       Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc., \u003chttp://fsf.org/\u003e\n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n.. _`RFC 4130`: https://www.ietf.org/rfc/rfc4130.txt\n.. _`documentation`: http://pyas2.readthedocs.org\n.. _`the repository`: http://github.com/abhishek-ram/pyas2\n.. _AUTHORS: https://github.com/abhishek-ram/pyas2/blob/master/AUTHORS.rst\n.. _`issue tracker`: https://github.com/abhishek-ram/pyas2/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishek-ram%2Fpyas2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhishek-ram%2Fpyas2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishek-ram%2Fpyas2/lists"}