Skip to content

Commit

Permalink
Doc: Added note to the current Python 3 port project to README (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
martingalloar committed Mar 20, 2023
1 parent ecb6461 commit 37d79bd
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ pysap - Python library for crafting SAP's network protocols packets

Version 0.1.20.dev0 (XXX 2023)

:information_source: [Python 3 port project](#Python3portproject)


Overview
--------
Expand Down Expand Up @@ -65,9 +67,25 @@ To install pysap simply run:

$ python -m pip install pysap

pysap is compatible and tested with Python 2.7. A Python 2/3 compatible version
is [in the workings](https://github.com/OWASP/pysap/tree/python2-3) but
it's [not finalized yet](https://github.com/OWASP/pysap/projects/1).
pysap is compatible and tested with Python 2.7.


Roadmap
-------

### Python 3 port project

:warning: For legacy reasons, the project is only Python 2 compatible. There were some [initial efforts](https://github.com/OWASP/pysap/tree/python2-3) to port the project to be Python 2 and 3 compatible, but those were never completed.

As time passed, and Python 2 started to loss relevance, we decided to start a new effort to complete the project and move the project to be Python 3 only compatible. The main reason is to avoid the introduction of backwards compatibility libraries that add complexity to the code and are not relevant in the current state of the Python project.

This project is actively being worked on right now by the OWASP CBAS project as part of the [master-0.2 branch](https://github.com/OWASP/pysap/tree/master-0.2)and tracked as a [project](https://github.com/OWASP/projects/12).

### Further efforts

The document



Documentation
-------------
Expand Down

0 comments on commit 37d79bd

Please sign in to comment.