var fDesc=new Array(); fDesc[0] = "Python Connector for ASE is a connectivity solution for accessing ASE databases from Python applications. It fully implements the Python DB API 2.0 specification. The connector is distributed as a wheel package for Windows, macOS, and Linux.

Direct connection
The connector enables you to establish a direct connection to ASE from a Python application via TCP/IP, eliminating the need for the database client library. A direct connection increases the speed of data transmission between the application and ASE database server. It also streamlines the deployment process since you don't have to distribute any client libraries with the application.

Compatibility
- Python versions from 3.7 to 3.12
- SAP Adaptive Server Enterprise 16.0 or later
- Sybase Adaptive Server Enterprise 12.5.4 or later
- SQLAlchemy
- pandas
- petl

Supported platforms
- Windows 32-bit and 64-bit
- Windows Server 32-bit and 64-bit
- macOS 64-bit and ARM (Apple M1 and M2)
- Linux 64-bit"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }