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.23.tar.gz (12.4 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: custom_erp_connector-0.23.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.23.tar.gz
Algorithm Hash digest
SHA256 689999b34c1865a782abed583da6813d0be2f72971b85593b1508f2303033304
MD5 6a86628d7843ecda1fdb789e1d0b776a
BLAKE2b-256 8936c0e5c54bd01d7958ce71717b91496c3219687f8c596f20a292029dc1b268

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