{"id":14972753,"url":"https://github.com/abhishek-ram/django-pyas2","last_synced_at":"2025-04-09T07:08:06.987Z","repository":{"id":44590811,"uuid":"121602945","full_name":"abhishek-ram/django-pyas2","owner":"abhishek-ram","description":"AS2 file transfer Server built on Python and Django.","archived":false,"fork":false,"pushed_at":"2024-03-26T17:21:08.000Z","size":795,"stargazers_count":84,"open_issues_count":42,"forks_count":32,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-02T06:08:29.786Z","etag":null,"topics":["as2","django-application","edi","file-transfer","python"],"latest_commit_sha":null,"homepage":"https://django-pyas2.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.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,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-15T07:42:44.000Z","updated_at":"2024-11-12T05:56:48.000Z","dependencies_parsed_at":"2024-09-23T12:00:43.336Z","dependency_job_id":"8767284c-ab3e-4ad0-a53a-1f2eb85acc18","html_url":"https://github.com/abhishek-ram/django-pyas2","commit_stats":{"total_commits":150,"total_committers":14,"mean_commits":"10.714285714285714","dds":"0.45999999999999996","last_synced_commit":"3d5c1f365a44dbb736d422950db357ff9b76ea83"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek-ram%2Fdjango-pyas2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek-ram%2Fdjango-pyas2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek-ram%2Fdjango-pyas2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek-ram%2Fdjango-pyas2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhishek-ram","download_url":"https://codeload.github.com/abhishek-ram/django-pyas2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994121,"owners_count":21030050,"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","django-application","edi","file-transfer","python"],"created_at":"2024-09-24T13:47:28.731Z","updated_at":"2025-04-09T07:08:06.954Z","avatar_url":"https://github.com/abhishek-ram.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-pyAS2\n============\n\n.. image:: https://img.shields.io/pypi/v/django-pyas2.svg\n    :target: https://pypi.python.org/pypi/django-pyas2\n\n.. image:: https://readthedocs.org/projects/django-pyas2/badge/?version=latest\n    :target: http://django-pyas2.readthedocs.org\n    :alt: Latest Docs\n\n.. image:: https://travis-ci.org/abhishek-ram/django-pyas2.svg?branch=master\n    :target: https://travis-ci.org/abhishek-ram/django-pyas2\n\n.. image:: https://github.com/abhishek-ram/django-pyas2/actions/workflows/run-tests.yml/badge.svg?branch=master\u0026event=push\n    :target: https://github.com/abhishek-ram/django-pyas2/actions/workflows/run-tests.yml?query=branch%3Amaster++\n\n.. image:: https://codecov.io/gh/abhishek-ram/django-pyas2/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/abhishek-ram/django-pyas2\n\n``django-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 3.6+\n\n``django-pyas2`` includes a set of django-admin commands that can be used to 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  - Asynchronous and Synchronous 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  - 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  - RC2-128\n  - RC4-128\n  - AES-128\n  - AES-192\n  - AES-256\n\n* The following hash algorithms are supported:\n\n  - SHA-1\n  - SHA-224\n  - SHA-256\n  - SHA-384\n  - SHA-512\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\nInstall `django-environ` and `pytest` into your environment to support the\nexample.settings module and test framework.\n\nTo run ``django-pyas2's`` test suite:\n\n``django-admin.py test pyas2 --settings=example.settings --pythonpath=.``\n\nLicense\n~~~~~~~\n\nGNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \u003chttp://fsf.org/\u003e\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://django-pyas2.readthedocs.org\n.. _`the repository`: http://github.com/abhishek-ram/django-pyas2\n.. _AUTHORS: https://github.com/abhishek-ram/django-pyas2/blob/master/AUTHORS.md\n.. _`issue tracker`: https://github.com/abhishek-ram/django-pyas2/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishek-ram%2Fdjango-pyas2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhishek-ram%2Fdjango-pyas2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishek-ram%2Fdjango-pyas2/lists"}