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 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/*
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.9.tar.gz
(6.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easyload-1.0.9.tar.gz.
File metadata
- Download URL: easyload-1.0.9.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
698ec402aae2c1222327e95e56bb6c6a98825ca3002be68347fb1a305fefc400
|
|
| MD5 |
86ef91ca0767943b4c9dbab1590fd059
|
|
| BLAKE2b-256 |
0fcf6c3e323ea2e79b034f525c353840af647aaf8e2ba0c8c973a6261124fbbe
|
File details
Details for the file easyload-1.0.9-py3-none-any.whl.
File metadata
- Download URL: easyload-1.0.9-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.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5aa12116c0b57b0436f0bb73c1773abf62ee95edcfc27a81aeba7184bff9ba16
|
|
| MD5 |
010ee1b6a00dcd3d5497f794990b7b5b
|
|
| BLAKE2b-256 |
4af6646d1416907c62e62193c32bae6849cf26de361879dcbb8199b1032c50a1
|