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
load_file_path, save_file_path = "", ""
json_data = easyload.load_json(load_file_path)
easyload.save_json(save_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.5.tar.gz
(4.9 kB
view details)
File details
Details for the file easyload-1.0.5.tar.gz
.
File metadata
- Download URL: easyload-1.0.5.tar.gz
- Upload date:
- Size: 4.9 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 | 0d396a5ca7ebb65e8514e13d4dc03d6921416cb967e0c54b2a8a88ac6081dbd4 |
|
MD5 | 7f8bc6459ae41eb67716b5015e09ff1e |
|
BLAKE2b-256 | 650bb88717ecdf413362f3ccc2d24eaf2f028de28692ccfe9cc9eb6c92bb3d96 |