custom-erp-connector


Namecustom-erp-connector JSON
Version 0.24 PyPI version JSON
download
home_pagehttps://github.com/ClearTax/custom-erp-connector
Summarycustom-erp-connector
upload_time2024-05-03 13:43:04
maintainerNone
docs_urlNone
authorDinesh Sharma
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": ""
}


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ClearTax/custom-erp-connector",
    "name": "custom-erp-connector",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Dinesh Sharma",
    "author_email": "dinesh.sharma@clear.in",
    "download_url": "https://files.pythonhosted.org/packages/19/c3/0e3084a991b6ba84da63941c12f23169c81b5d2591625d32e3f67e7f66ee/custom_erp_connector-0.24.tar.gz",
    "platform": null,
    "description": "# custom-erp-connector\n\nCustom 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.\n\n# Package Generation\n\nTo generate the package locally, run the following command:\n\n``python3.11 setup.py sdist``\n\n# Installation\n\nOnce 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:\n\n```pip install custom_erp_connector-0.2.tar.gz```\n\n# Usage\n\nYou can trigger the installed package as follows:\n\n```python3.11 -m erp_connector.scheduler db-config.json```\n\n# sample db-config.json file\n\nThis 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.\nFeel free to modify the db-config.json file according to your specific setup and requirements.\n\n```\n{\n  \"dbType\": \"mysql\",\n  \"connectionDetails\": {\n    \"host\": \"localhost\",\n    \"database\": \"\",\n    \"user\": \"\",\n    \"password\": \"\"\n  },\n  \"env\": \"sandbox\",\n  \"authToken\": \"\",\n  \"erpInstanceId\": \"\"\n}\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "custom-erp-connector",
    "version": "0.24",
    "project_urls": {
        "Homepage": "https://github.com/ClearTax/custom-erp-connector"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19c30e3084a991b6ba84da63941c12f23169c81b5d2591625d32e3f67e7f66ee",
                "md5": "1dc9d15f7e7a880596a4b672d737bdf1",
                "sha256": "4f976f55e6a99c721f6a973e16ac12c73c4e8655641f567378f9452d11d7d3d3"
            },
            "downloads": -1,
            "filename": "custom_erp_connector-0.24.tar.gz",
            "has_sig": false,
            "md5_digest": "1dc9d15f7e7a880596a4b672d737bdf1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12375,
            "upload_time": "2024-05-03T13:43:04",
            "upload_time_iso_8601": "2024-05-03T13:43:04.960927Z",
            "url": "https://files.pythonhosted.org/packages/19/c3/0e3084a991b6ba84da63941c12f23169c81b5d2591625d32e3f67e7f66ee/custom_erp_connector-0.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-03 13:43:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ClearTax",
    "github_project": "custom-erp-connector",
    "github_not_found": true,
    "lcname": "custom-erp-connector"
}
        
Elapsed time: 0.24445s