Skip to main content

Pluggable connectors for databases and services like Databricks, Postgres, SMTP, SFTP

Project description

🔌 pyconnector

pyconnector is a flexible, pluggable Python package designed to connect seamlessly to popular databases and services including Databricks, PostgreSQL, SMTP, and SFTP — using JDBC, ODBC, or native protocols.

Structure

. |-- LICENSE |-- README.md |-- build.sh |-- docs | |-- google.md | -- pyconnector.md |-- pyconnector | |-- core | | |-- base_db_connector.py | | -- base_google_connector.py | |-- databricks | | |-- init.py | | |-- api_connector.py | | |-- jdbc_connector.py | | |-- odbc_connector.py | | -- sql_connector.py | |-- driver_utils.py | |-- mysql | | |-- __init__.py | | -- connector.py | |-- postgres | | |-- init.py | | |-- api_connector.py | | |-- connector.py | | |-- jdbc_connector.py | | -- odbc_connector.py | |-- pygoogle | | |-- __init__.py | | |-- api_connector.py | | |-- drive_connector.py | | -- gmail_connector.py | |-- sftp | | |-- init.py | | -- basic_connector.py | |-- sharepoint | | |-- __init__.py | | -- api_connector.py | -- smtp | |-- __init__.py | -- basic_connector.py |-- pyproject.toml |-- requirements.txt |-- setup.cfg |-- token.pickle `-- token_gmail.pickle

11 directories, 35 files

✨ Features

  • ✅ Multi-system support: Databricks, Postgres, SMTP, SFTP
  • 🔄 Multi-mode: JDBC and ODBC connectors
  • ⚙️ Dynamic driver versioning and loading
  • 📦 Lightweight, modular, and extensible
  • 🧩 Easy to plug in new systems

📦 Installation

pip install pyconnector


# 🔌 Included Connectors
Databricks
google - Gmail, Drive
MySql
Postgres

JDBC API, SQL. JDBc. ODBC Connector 

ODBC Connector

PostgreSQL

JDBC Connector

ODBC Connector

SMTP

Basic email sending support

SFTP

File upload/download over SSH

SHAREPOINT API Connector


#  Driver Management
All JDBC/ODBC drivers are stored in the local /drivers directory and loaded dynamically by:

system (e.g., databricks, postgres)

driver_type (jdbc or odbc)

version (optional; defaults to latest)

Project details


Download files

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

Source Distribution

pyconnector-0.3.0.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyconnector-0.3.0-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

Details for the file pyconnector-0.3.0.tar.gz.

File metadata

  • Download URL: pyconnector-0.3.0.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyconnector-0.3.0.tar.gz
Algorithm Hash digest
SHA256 a3d5516a5b7cd92dbd8a9824b32486a5256c340e6f915599a2e157eab458059b
MD5 949bf88d64d15254b1568f68c545746a
BLAKE2b-256 39c94aa7c2fcdb49b3bc7957b7339975d08a0b9b1628db9c0c65dca436f7f2d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyconnector-0.3.0.tar.gz:

Publisher: publish.yml on RVAKR/pyconnector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyconnector-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: pyconnector-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyconnector-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3d3c5224b1cbc2431c9e3aa44c95f132b84defeecebc684e4f48f860908ecdcc
MD5 7c1ecf503a1100a91e3b4387ef6d2a95
BLAKE2b-256 29be082557a6a1087e5f5968159af24d521669ece9bd5cdd403687ed4d1019cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyconnector-0.3.0-py3-none-any.whl:

Publisher: publish.yml on RVAKR/pyconnector

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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