A Python library for loading multiple types of data
Project description
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
orpip 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
# 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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
easyload-1.0.6.tar.gz
(5.1 kB
view details)
File details
Details for the file easyload-1.0.6.tar.gz
.
File metadata
- Download URL: easyload-1.0.6.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7693a639d84653665affcd010c45155471dc3981d009a4635dd655fa90ced885 |
|
MD5 | dfef4126e63ab6b74e54ebe1ce704138 |
|
BLAKE2b-256 | 6e851dc65c5a284bf27f97b77e58a9742f411709408d89882f396fe6886019d5 |