Skip to main content

custom-erp-connector

Project description

custom-erp-connector

Custom ERP Connector is a Python package designed to streamline integration with various ERP systems. It offers functionalities to connect to their respective databases via configuration, fetch data, and process it, allowing users to build custom connectors tailored to their specific requirements.

Package Generation

To generate the package locally, run the following command:

python3.11 setup.py sdist

Installation

Once the package is generated, it will be in the form of a tar.gz file, such as custom_erp_connector-0.2.tar.gz. Install it using the following command:

pip install custom_erp_connector-0.2.tar.gz

Usage

You can trigger the installed package as follows:

python3.11 -m erp_connector.scheduler db-config.json

sample db-config.json file

This file contains the configuration details required to connect to the database, such as the database type, host, credentials, environment, authentication token, and ERP instance ID. Feel free to modify the db-config.json file according to your specific setup and requirements.

{
  "dbType": "mysql",
  "connectionDetails": {
    "host": "localhost",
    "database": "",
    "user": "",
    "password": ""
  },
  "env": "sandbox",
  "authToken": "",
  "erpInstanceId": ""
}

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

custom_erp_connector-0.24.tar.gz (12.4 kB view details)

Uploaded Source

File details

Details for the file custom_erp_connector-0.24.tar.gz.

File metadata

  • Download URL: custom_erp_connector-0.24.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.2

File hashes

Hashes for custom_erp_connector-0.24.tar.gz
Algorithm Hash digest
SHA256 4f976f55e6a99c721f6a973e16ac12c73c4e8655641f567378f9452d11d7d3d3
MD5 1dc9d15f7e7a880596a4b672d737bdf1
BLAKE2b-256 19c30e3084a991b6ba84da63941c12f23169c81b5d2591625d32e3f67e7f66ee

See more details on using hashes here.

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