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)
Update library
- Step 1: setup pypi api token in C:\Users\username.pypirc
- pip install twine && python setup.py sdist bdist_wheel && twine upload dist/*
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.7.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file easyload-1.0.7.tar.gz
.
File metadata
- Download URL: easyload-1.0.7.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75b76c21596b58908eba699e2a15cd0c16f2e3bcbc06e77ba5baa7f862f08024 |
|
MD5 | 93348ce67d06aef043fed64e51a2b68d |
|
BLAKE2b-256 | 3907bec0c3f24f99ef690d44df50da4d4dd7b1777ae1b756a7ea13dc47b222a9 |
File details
Details for the file easyload-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: easyload-1.0.7-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da76e7bc7099915c35df40661d0792b3d2f5150f11c1c6a5cd432978db0cf395 |
|
MD5 | b7e6fa9b403d923753c0150f9a8a51ac |
|
BLAKE2b-256 | c2ae71350c9295fc0bf6911407b194867dab9fc60013899fa778e64f2af18366 |