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.1.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.1-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyconnector-0.3.1.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.1.tar.gz
Algorithm Hash digest
SHA256 9752b19f178838697a5383b481082f5ad8f4b573107161d88d47680d30c89117
MD5 267b7129e53f048d44bace9073e967b9
BLAKE2b-256 090f9677bc8008b2fc537136e43ecea98ab42d5df4a66b4221ba980c57719b40

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyconnector-0.3.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: pyconnector-0.3.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 05a1f4980e4568ee45777830cb696bbfaf8579ad3f43a9e51496a8aa4252fd6f
MD5 b8300254b442ec2c9cea9d4f622350c0
BLAKE2b-256 a07d86f0c4ec658b0135a16880dd88937acb6e3aef4bb97aa8549f609e844f65

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyconnector-0.3.1-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