pyzohar


Namepyzohar JSON
Version 0.1.13 PyPI version JSON
download
home_pagehttps://zoharslong.com/#/pyzohar
Summarya private package on data pre-processing.
upload_time2023-08-11 02:50:12
maintainer
docs_urlNone
authorzoharslong
requires_python>=3
licenseMIT
keywords data pre-processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pyzohar  

### Introduction
 - Pyzohar is a Python package for data manipulation.  

### Main features  
  - Basic data pre-processing between different types.  
  - Pandas.DataFrame manipulating.  
  - Data input and output between localDisc, mongodb, mysql, httpRequests, etc.  
  - Fast modelling.  

### Reference 
 - See [package Reference here](https://zoharslong.com/#/pyzohar).  

### Examples  
Install
```cmd
> pip install pyzohar
```

Import package
```python
from pyzohar import dfz
lst_mpt = [{'A':1,'B':2},{'A':3,'B':4}]
dfz_tst = dfz(dts=lst_mpt, lcn={'fld':'./doc_smp','fls':'txt_tst.xlsx'})
dfz_tst.lcl_xpt()  # send lst_mpt into path './doc_smp/txt_tst.xlsx'
```
> Use pyzohar.dfz to output data into hard disc.  

### update 1.13
  - Alter api_prx for auto userAgent changing
  - Alter io export to excel method.
### update 1.12
  - Alter spider
### update 1.10
  - Add new slot for generating pptx
### update 1.08  
  - Fixed bugs about misusing on pandas.Series.to_dict


            

Raw data

            {
    "_id": null,
    "home_page": "https://zoharslong.com/#/pyzohar",
    "name": "pyzohar",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "data pre-processing",
    "author": "zoharslong",
    "author_email": "zoharslong@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/04/73055f1f86a6aa66920a47254352653188f41d234a00f4201906b51d9514/pyzohar-0.1.13.tar.gz",
    "platform": null,
    "description": "# Pyzohar  \n\n### Introduction\n - Pyzohar is a Python package for data manipulation.  \n\n### Main features  \n  - Basic data pre-processing between different types.  \n  - Pandas.DataFrame manipulating.  \n  - Data input and output between localDisc, mongodb, mysql, httpRequests, etc.  \n  - Fast modelling.  \n\n### Reference \n - See [package Reference here](https://zoharslong.com/#/pyzohar).  \n\n### Examples  \nInstall\n```cmd\n> pip install pyzohar\n```\n\nImport package\n```python\nfrom pyzohar import dfz\nlst_mpt = [{'A':1,'B':2},{'A':3,'B':4}]\ndfz_tst = dfz(dts=lst_mpt, lcn={'fld':'./doc_smp','fls':'txt_tst.xlsx'})\ndfz_tst.lcl_xpt()  # send lst_mpt into path './doc_smp/txt_tst.xlsx'\n```\n> Use pyzohar.dfz to output data into hard disc.  \n\n### update 1.13\n  - Alter api_prx for auto userAgent changing\n  - Alter io export to excel method.\n### update 1.12\n  - Alter spider\n### update 1.10\n  - Add new slot for generating pptx\n### update 1.08  \n  - Fixed bugs about misusing on pandas.Series.to_dict\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a private package on data pre-processing.",
    "version": "0.1.13",
    "project_urls": {
        "Homepage": "https://zoharslong.com/#/pyzohar"
    },
    "split_keywords": [
        "data",
        "pre-processing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbb83d5b40b986f44ba0acb0da643345f5567ac73d860b1c5399323aed01d3d0",
                "md5": "a546599cf0e2d22aa302d31d30ee5555",
                "sha256": "cbc64b937e49804537ff963cd76911e9bf53ade98fe40634ae432a4562aeb4e5"
            },
            "downloads": -1,
            "filename": "pyzohar-0.1.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a546599cf0e2d22aa302d31d30ee5555",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 79865,
            "upload_time": "2023-08-11T02:48:50",
            "upload_time_iso_8601": "2023-08-11T02:48:50.426157Z",
            "url": "https://files.pythonhosted.org/packages/fb/b8/3d5b40b986f44ba0acb0da643345f5567ac73d860b1c5399323aed01d3d0/pyzohar-0.1.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f0473055f1f86a6aa66920a47254352653188f41d234a00f4201906b51d9514",
                "md5": "05cc264d4b072244eccaaa6baf08d44c",
                "sha256": "2308cb3bc17be8c3297a7dbdcde05cabb20b642b7a5bdb4e2b4fc78a04f0f638"
            },
            "downloads": -1,
            "filename": "pyzohar-0.1.13.tar.gz",
            "has_sig": false,
            "md5_digest": "05cc264d4b072244eccaaa6baf08d44c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 77593,
            "upload_time": "2023-08-11T02:50:12",
            "upload_time_iso_8601": "2023-08-11T02:50:12.712879Z",
            "url": "https://files.pythonhosted.org/packages/4f/04/73055f1f86a6aa66920a47254352653188f41d234a00f4201906b51d9514/pyzohar-0.1.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-11 02:50:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyzohar"
}
        
Elapsed time: 0.09898s