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 easyloadorpip 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 easyloadto import
Quick start
# 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/*
Release files for easyload 1.0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| easyload-1.0.9.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| easyload-1.0.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.0 kB
Release files / easyload-1.0.9.tar.gz
| Download URL | easyload-1.0.9.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
698ec402aae2c1222327e95e56bb6c6a98825ca3002be68347fb1a305fefc400
|
|
BLAKE2b-256 checksum How to use checksums |
0fcf6c3e323ea2e79b034f525c353840af647aaf8e2ba0c8c973a6261124fbbe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.5
|
Release files / easyload-1.0.9-py3-none-any.whl
| Download URL | easyload-1.0.9-py3-none-any.whl |
|---|---|
| Size | 7.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5aa12116c0b57b0436f0bb73c1773abf62ee95edcfc27a81aeba7184bff9ba16
|
|
BLAKE2b-256 checksum How to use checksums |
4af6646d1416907c62e62193c32bae6849cf26de361879dcbb8199b1032c50a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.7.5
|