Skip to main content

New level of functionality and performance in data access via Python

Project description

Python Connector for ASE

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.

Secure communication

The connector supports encrypted communications using SSL/TLS, SSH tunneling, and HTTP/HTTPS tunneling.

Using the connector

To retrieve data from a database:

Import the module.

import devart.ase

Connect to a database using the connect() module method and obtain a connection object.

my_connection = devart.ase.connect(
    Server="your_server",
    Database="your_database",
    UserId="your_username",
    Password="your_password"
)

Create a cursor object using the cursor() connection method.

my_cursor = my_connection.cursor()

Execute the SQL statement using the execute() cursor method.

my_cursor.execute("SELECT * FROM employees")

Retrieve the result set using one of the fetch*() cursor methods.

for row in my_cursor.fetchall(): 
    print(row)

Ordering and activating the license

You can purchase a license for the connector on the ordering page:
https://www.devart.com/python/ase/ordering.html

To activate the license, follow the instructions in the documentation:
https://docs.devart.com/python/ase/activate-a-license.htm

What's new

Python Connector for ASE 1.2

  • Added support for Python 3.13
  • Added the option for showing metadata only for the current catalog

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

devart_ase_connector-1.2.0-cp313-cp313-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.13 Windows x86-64

devart_ase_connector-1.2.0-cp313-cp313-win32.whl (886.1 kB view details)

Uploaded CPython 3.13 Windows x86

devart_ase_connector-1.2.0-cp313-cp313-manylinux_2_34_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.34+ x86-64

devart_ase_connector-1.2.0-cp313-cp313-macosx_10_13_universal2.whl (4.6 MB view details)

Uploaded CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)

devart_ase_connector-1.2.0-cp312-cp312-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.12 Windows x86-64

devart_ase_connector-1.2.0-cp312-cp312-win32.whl (886.1 kB view details)

Uploaded CPython 3.12 Windows x86

devart_ase_connector-1.2.0-cp312-cp312-manylinux_2_34_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.34+ x86-64

devart_ase_connector-1.2.0-cp312-cp312-macosx_10_9_universal2.whl (4.6 MB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

devart_ase_connector-1.2.0-cp311-cp311-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

devart_ase_connector-1.2.0-cp311-cp311-win32.whl (886.1 kB view details)

Uploaded CPython 3.11 Windows x86

devart_ase_connector-1.2.0-cp311-cp311-manylinux_2_34_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.34+ x86-64

devart_ase_connector-1.2.0-cp311-cp311-macosx_10_9_universal2.whl (4.6 MB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

devart_ase_connector-1.2.0-cp310-cp310-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

devart_ase_connector-1.2.0-cp310-cp310-win32.whl (885.9 kB view details)

Uploaded CPython 3.10 Windows x86

devart_ase_connector-1.2.0-cp310-cp310-manylinux_2_34_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.34+ x86-64

devart_ase_connector-1.2.0-cp310-cp310-macosx_10_9_universal2.whl (4.6 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

devart_ase_connector-1.2.0-cp39-cp39-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

devart_ase_connector-1.2.0-cp39-cp39-win32.whl (886.3 kB view details)

Uploaded CPython 3.9 Windows x86

devart_ase_connector-1.2.0-cp39-cp39-manylinux_2_34_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.34+ x86-64

devart_ase_connector-1.2.0-cp39-cp39-macosx_10_9_universal2.whl (4.6 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

devart_ase_connector-1.2.0-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

devart_ase_connector-1.2.0-cp38-cp38-win32.whl (886.1 kB view details)

Uploaded CPython 3.8 Windows x86

devart_ase_connector-1.2.0-cp38-cp38-manylinux_2_34_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.34+ x86-64

devart_ase_connector-1.2.0-cp38-cp38-macosx_10_9_universal2.whl (4.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

devart_ase_connector-1.2.0-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

devart_ase_connector-1.2.0-cp37-cp37m-win32.whl (886.1 kB view details)

Uploaded CPython 3.7m Windows x86

devart_ase_connector-1.2.0-cp37-cp37m-manylinux_2_34_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.34+ x86-64

devart_ase_connector-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file devart_ase_connector-1.2.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 11ffa5aa428f334d26e44fd9c5e6f10e568b7b311c50df5f3f7d1b974e437063
MD5 69c7e05b064675096c6a4911ee9e9954
BLAKE2b-256 c5471c8a1c0c5664fbe0b4b07c963d2bdeac5f9f5c2398d9d635a2733167f99a

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 30f349d907541c6c2ddd7cb2ba44a5f65e8579f0e6880a249f0f2e60da675ae6
MD5 a5cf19b8ab0e09c6305d3393f29584df
BLAKE2b-256 f9784f6c7e6f1ebb9a69e965a19e7adacf3204e5b2f59a637af2e28142df5cb0

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 69b8556fa55f5fd32fec4c34171a0e9a22ee987e5e4ec751cd72aeeb884e0674
MD5 f65e0b9fd396c6f1f75ee66b0b312a58
BLAKE2b-256 2f8bf6495032f5928dba440f407c2614bbf5625a5be8ea908188e21b30051bc1

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3bd80fa6d25773c3b1b23a1788fb30e9b442b0941be43b18c5763985e83425c6
MD5 464f508d1f4e869494aa32b0c3a1add1
BLAKE2b-256 3d63a40be56aa0b85b8691d92b54f803c03fa3626f8abb30795668fde9fd5074

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f594ff976133e390a316334acdb1fa2b6f6ff396dddff35f77e11a12fbf930b1
MD5 4bc1a24320a8fc2af5d4e3b2de1c9c97
BLAKE2b-256 c0847ae22ee658e14f77bdc0d15a0886f3fc88da746dc8199cf4869b247c27b5

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5aca9797f53b9d0067abb716d212921fe516355444b0174d43a86e7f00ec0747
MD5 e3062a15a544f9eb135b847aeecaae24
BLAKE2b-256 01db99e82f8ba7ec0dab484dfcf56d2afe31b8e140c7d1fffca0c57c9eefa926

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 97babec4f17453b497a8507484cec3f0c497f9e447138734db0b2731f6cd9bef
MD5 a09b095ab5d6e8a9d7e48608e617beb9
BLAKE2b-256 d6ff936aa70eae3328f562c676cd93afcca620fa48481956ff4a53006e663621

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2bc861c84b09d7776c1da443f8cb474ff002a586da4b1df6f1a1adf971ebabc6
MD5 8eda8e4bfa908a2da15d5fadd9df330e
BLAKE2b-256 ef8dbb58e4f7a28237f74f9fb7f17068244c6fe4e49def4ee8745918cff02a0a

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 141292238d97921b713b8c2a84e8decada262435aa06f5826ed2f3ffc7bb9e5c
MD5 ca0cb2be54424378b1334bcb29b11319
BLAKE2b-256 e66024930e558ef9e6edcee6f38fa3cf87b9ac29a4d4f6252719b534c3db865f

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 627c3ab231e21b76197d2717e009064a8263f9e14e0117e37cbd83de615718b2
MD5 a22d584ca04fdb204d01db48c8a0eb3e
BLAKE2b-256 42d0979b4bb46eb53dac645989c0342d741e81add2a50cdc57c1cdc7344984b6

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a7148a75edf49d7f273094a8fdef3f1098c23cf6477df91fe6346a11d7a178ec
MD5 aff01ec9000c4d0f053996d7c9c0cc9d
BLAKE2b-256 9db3eef0c742fcc7f8eefadc1bfcc303ff0171c58404a09c921e6af6257ef4a9

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7d9585f242415b10a35b5f1e5de108be0cc9a7da9d1ccc7b8c2dcd1a868e3e20
MD5 d59468f52ceb1ba9c85bea9be53b8456
BLAKE2b-256 d7e7c170f956e9c6993c0ef6711167a4cf6e6191e287ad2d0d4efcf4dc0bf522

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6f6fc5345487e607c0890251b0bd32a66c1145708878d52c0f0cf59b7338643f
MD5 641e6d79032ee61771d5f1b3382b25a1
BLAKE2b-256 b950246c0cbc6bb9e9f1f5ebbd0ade5a29361c3e7a7d06909a5beae353225817

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 842c5897f7a1c405b7416dce8260eb038ce949b19215bed2a6511e49608de7c4
MD5 fb280abe306b0f1f8a149c7aacbe411b
BLAKE2b-256 f2d33db15c8a8f690919a4c20fe82e3c09c6777560907d041349e53f9bb317bc

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e7bb6bc56129a2b1affc4f1fa60db0ff2f6471aac2909729a94e7acd4618f8cc
MD5 0fdd8b3ddb9d1dd4de17320fcedfcc05
BLAKE2b-256 aa60a49253ccca53d1d5e86efd27fbeef5e9c8157707988e50713f6a6b096fb7

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4f6e5e979d143704c1e3e82cf5a3c3e92852f515c13c387705db40ec0296b62c
MD5 1acf808e550f71adafff794247a72bf7
BLAKE2b-256 55058a7067158b1443b6775f5baa2fd4a0fc1588d65e9ad10f7fef210534f07b

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 33dbed547808fd2e1066beaa931653886166f6950693caf557b7b8d6595ef190
MD5 de41b60aeffbeec5eebb22b5faee6633
BLAKE2b-256 125e38600cc45ef97049586f28d803a32271fb09857512fe0ae0d8c6ce91e4de

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8b225e4f365bf86b900fb828ce00e6693675896868e0d46da336ac335c6416be
MD5 bf4771391c2ba1b8044b6cbb7f82ea7d
BLAKE2b-256 e7e474852213ca76f0c2b375d806235950d90e0ea7c90eae784845ec80c7a4e0

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp39-cp39-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp39-cp39-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 fa3e08a0ac4dbec3585f95684fc0e7dd4d86361bb6821bdca61463a6f2359acc
MD5 4b59450f300527222f60d4d4f2c1093e
BLAKE2b-256 5530ddfa32a466045ad2e8107fe843111f8816fddb079c68edf837d4cca86b31

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 245613f414b023fda1b6e3281d67f68918bdbfeb6f73abb63c9e3f4bf9d5680e
MD5 80cecb9abaa68a5ce29396b03735a317
BLAKE2b-256 55e78896b19fca605b9999294088e517ad5276f4eb8a20663abb9f350bb2aacf

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5e6d1e9b8b374c570f6e5e8c0de203f7da8343587be6366531cedbcbb5e2d27f
MD5 0605c6340297b083391eca9494f4af96
BLAKE2b-256 152afc935e6579ad035d59585dd36b0c1074252cdca9bc6d947a6816fcfbb39e

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b3d7f9b4a9e6499235c44219264d041e211f4cbb4ce81a544736ef498372ed60
MD5 c21f2ad4a776c7e63c1e4decdeb24a13
BLAKE2b-256 85b1e7c96f7eb2a42cc32b070343a33df7c2ac3a8e83261e9e20fa640a2d3d3b

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp38-cp38-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp38-cp38-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c1b4e90f21935546be0538518e6a6d5b07943149a51f7ebf675911120b9da7e3
MD5 77736ae8fb006698b9e244fda5d07cee
BLAKE2b-256 464fef22912721b3a711273d7fe924b3a72457cd45a47533f03c3d608b6abbf6

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4d4947a0da7aa1e10420f7c150eabc9b508182c0d623ec0a3ab9e39e57b799f1
MD5 3db045047e3d8452496017c865feb10f
BLAKE2b-256 925c8dcbf9911421c4cad2e4f0d747770a29c6aa864ced3deaec1c4de8672ea5

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 81c4414b47462099b3c5b7dbfd5fb57cbccdf76fc7f1e025661560aa2ba36301
MD5 6baee18d8811f56edd885840e72a13b9
BLAKE2b-256 6cdf533824aebf106848eba96fb51f4d918013cb0261a73ee15b2dd44c055124

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ce3101410223b27b9a700f05b51d46fc93e10511796ba652add85895eac67d52
MD5 210d89b3fb676ddf6e6224ef33670a56
BLAKE2b-256 d35d7e41a525dda91fc6d43ac0329d6e13211930e2ce258b8e4e0b510c7d329d

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp37-cp37m-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp37-cp37m-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 08ad376da525744717e75be16bf544c972fff688f60e0282986247d1a74e731e
MD5 fcedaaa6e140e9b209919be92978954e
BLAKE2b-256 548493b5dc8f0806d12c6103e98c6065c164ab33852d2afba85df25177d9ef5b

See more details on using hashes here.

File details

Details for the file devart_ase_connector-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for devart_ase_connector-1.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 495dad537254aa293320e334cacaf34e0503ad4974f3cd9b1bd4b63622894845
MD5 7d0b101e2764049b68263c59e18459a2
BLAKE2b-256 c318b91c776b3155b17e287435610082899c11dc63e14337ce9b922515b756a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page