price-mapping


Nameprice-mapping JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA calculation package
upload_time2024-06-11 02:46:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseCopyright (c) 2024 Kevin Khang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords etl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Introduction
ESF calculation tool

# How to setup
Create your environment with conda
```
conda create -n <your_name> python=3.12 -y && conda activate <your_name>
```

Install with pip:
```
pip install core-tpl
```

ESF Calculation:
```
esf = ESFLogic(
    price_dict=price,
    data=df,
    col_route='route_',
    col_zone='zone_',
    col_weight='final_weight'
)
df = esf.run()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "price-mapping",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "etl",
    "author": null,
    "author_email": "Kevin Khang <kevinkhang2909@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e5/01/6f5bc07bf3cfe1163fe4b82970bd07e91ce57e9194d10159fd3a4de37368/price_mapping-0.0.1.tar.gz",
    "platform": null,
    "description": "# Introduction\nESF calculation tool\n\n# How to setup\nCreate your environment with conda\n```\nconda create -n <your_name> python=3.12 -y && conda activate <your_name>\n```\n\nInstall with pip:\n```\npip install core-tpl\n```\n\nESF Calculation:\n```\nesf = ESFLogic(\n    price_dict=price,\n    data=df,\n    col_route='route_',\n    col_zone='zone_',\n    col_weight='final_weight'\n)\ndf = esf.run()\n```\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2024 Kevin Khang  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A calculation package",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/kevinkhang2909/core_tpl/issues",
        "Homepage": "https://github.com/kevinkhang2909/core_tpl"
    },
    "split_keywords": [
        "etl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51a4606287d095076fd6833378f8a8ed0d15dbba2a9d284e22e16c540ceb5225",
                "md5": "2475acd0b2cf27574a7a3637d37483da",
                "sha256": "9c33fd6d84d560fd885443efe517905d42e844a9f85c969c3762ac22521b02c9"
            },
            "downloads": -1,
            "filename": "price_mapping-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2475acd0b2cf27574a7a3637d37483da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4802,
            "upload_time": "2024-06-11T02:46:12",
            "upload_time_iso_8601": "2024-06-11T02:46:12.214765Z",
            "url": "https://files.pythonhosted.org/packages/51/a4/606287d095076fd6833378f8a8ed0d15dbba2a9d284e22e16c540ceb5225/price_mapping-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5016f5bc07bf3cfe1163fe4b82970bd07e91ce57e9194d10159fd3a4de37368",
                "md5": "dd3eb6f628e7e7a3f33b6f284fa7f089",
                "sha256": "909ef6b4557607d7faac9e0c151f1178783ecf3157addc61bb975731ef0ad25c"
            },
            "downloads": -1,
            "filename": "price_mapping-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dd3eb6f628e7e7a3f33b6f284fa7f089",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4994,
            "upload_time": "2024-06-11T02:46:13",
            "upload_time_iso_8601": "2024-06-11T02:46:13.869529Z",
            "url": "https://files.pythonhosted.org/packages/e5/01/6f5bc07bf3cfe1163fe4b82970bd07e91ce57e9194d10159fd3a4de37368/price_mapping-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 02:46:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kevinkhang2909",
    "github_project": "core_tpl",
    "github_not_found": true,
    "lcname": "price-mapping"
}
        
Elapsed time: 0.23671s