easyload


Nameeasyload JSON
Version 1.0.9 PyPI version JSON
download
home_pagehttps://github.com/shoe-maker/easyload
SummaryA Python library for loading multiple types of data
upload_time2024-07-30 05:30:53
maintainerNone
docs_urlNone
authorHanshuang Tong
requires_python>=3.6
licenseNone
keywords easy load data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            easyload
========
Loading and Saving data made easy!

Main Features
====
-  A Python library for loading multiple types of data:
   -  Support Data Type: json, excel, csv, txt, npy, pkl, sql.

Installation
========
The code is Python 3 compatible

-  Fully automatic installation: ``easy_install easyload`` or ``pip install easyload`` / ``pip3 install easyload``
-  Semi-automatic installation: download https://pypi.python.org/pypi/easyload/ , unzip and run python setup.py install
-  Manual installation: place easyload directory in the current directory or site-packages directory
-  use ``import easyload`` to import


Quick start
========
```python
# encoding=utf-8
import easyload

# use easyload to load every file
load_file_path= ""
data = easyload.load(load_file_path)

# load json file
load_json_file_path, save_json_file_path = " ", " "
json_data = easyload.load_json(load_json_file_path)
easyload.save_json(save_json_file_path,json_data)
```

Update library
====
- Step 1: setup pypi api token in C:\Users\username\.pypirc
- Step 2: pip install twine && python setup.py sdist bdist_wheel && twine upload dist/*



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shoe-maker/easyload",
    "name": "easyload",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "easy load data",
    "author": "Hanshuang Tong",
    "author_email": "tonghanshuang.thu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0f/cf/6c3e323ea2e79b034f525c353840af647aaf8e2ba0c8c973a6261124fbbe/easyload-1.0.9.tar.gz",
    "platform": null,
    "description": "easyload\r\n========\r\nLoading and Saving data made easy\uff01\r\n\r\nMain Features\r\n====\r\n-  A Python library for loading multiple types of data\uff1a\r\n   -  Support Data Type: json, excel, csv, txt, npy, pkl, sql.\r\n\r\nInstallation\r\n========\r\nThe code is Python 3 compatible\r\n\r\n-  Fully automatic installation: ``easy_install easyload`` or ``pip install easyload`` / ``pip3 install easyload``\r\n-  Semi-automatic installation: download https://pypi.python.org/pypi/easyload/ , unzip and run python setup.py install\r\n-  Manual installation: place easyload directory in the current directory or site-packages directory\r\n-  use ``import easyload`` to import\r\n\r\n\r\nQuick start\r\n========\r\n```python\r\n# encoding=utf-8\r\nimport easyload\r\n\r\n# use easyload to load every file\r\nload_file_path= \"\"\r\ndata = easyload.load(load_file_path)\r\n\r\n# load json file\r\nload_json_file_path, save_json_file_path = \" \", \" \"\r\njson_data = easyload.load_json(load_json_file_path)\r\neasyload.save_json(save_json_file_path,json_data)\r\n```\r\n\r\nUpdate library\r\n====\r\n- Step 1: setup pypi api token in C:\\Users\\username\\.pypirc\r\n- Step 2: pip install twine && python setup.py sdist bdist_wheel && twine upload dist/*\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library for loading multiple types of data",
    "version": "1.0.9",
    "project_urls": {
        "Bug Reports": "https://github.com/shoe-maker/easyload/issues",
        "Homepage": "https://github.com/shoe-maker/easyload",
        "Source": "https://github.com/shoe-maker/easyload/"
    },
    "split_keywords": [
        "easy",
        "load",
        "data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4af6646d1416907c62e62193c32bae6849cf26de361879dcbb8199b1032c50a1",
                "md5": "010ee1b6a00dcd3d5497f794990b7b5b",
                "sha256": "5aa12116c0b57b0436f0bb73c1773abf62ee95edcfc27a81aeba7184bff9ba16"
            },
            "downloads": -1,
            "filename": "easyload-1.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "010ee1b6a00dcd3d5497f794990b7b5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 7519,
            "upload_time": "2024-07-30T05:30:52",
            "upload_time_iso_8601": "2024-07-30T05:30:52.217998Z",
            "url": "https://files.pythonhosted.org/packages/4a/f6/646d1416907c62e62193c32bae6849cf26de361879dcbb8199b1032c50a1/easyload-1.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fcf6c3e323ea2e79b034f525c353840af647aaf8e2ba0c8c973a6261124fbbe",
                "md5": "86ef91ca0767943b4c9dbab1590fd059",
                "sha256": "698ec402aae2c1222327e95e56bb6c6a98825ca3002be68347fb1a305fefc400"
            },
            "downloads": -1,
            "filename": "easyload-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "86ef91ca0767943b4c9dbab1590fd059",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6519,
            "upload_time": "2024-07-30T05:30:53",
            "upload_time_iso_8601": "2024-07-30T05:30:53.552432Z",
            "url": "https://files.pythonhosted.org/packages/0f/cf/6c3e323ea2e79b034f525c353840af647aaf8e2ba0c8c973a6261124fbbe/easyload-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-30 05:30:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shoe-maker",
    "github_project": "easyload",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "easyload"
}
        
Elapsed time: 0.34599s