file in out tool
Project description
fies
下の方に日本語の説明があります
Overview
This is a tool to read and write json files easily. It will be extended to other formats. (csv, pickle, plain text, binary, etc.)
Usage
import fies
# Save json
fies["./test.json"] = {"hoge": 23, "dummy_data": "fuga"}
# Read json
print(fies["./test.json"]) # -> {'hoge': 23, 'dummy_data': 'fuga'}
概要
jsonファイルを簡単に読み書きできるツールです。 他の形式にも拡張予定です。(csv, pickle, プレーンテキスト, バイナリ など)
使い方
import fies
# json保存
fies["./test.json"] = {"hoge": 23, "dummy_data": "fuga"}
# json読み込み
print(fies["./test.json"]) # -> {'hoge': 23, 'dummy_data': 'fuga'}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fies-0.0.0.tar.gz
(2.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
fies-0.0.0-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file fies-0.0.0.tar.gz.
File metadata
- Download URL: fies-0.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61a18e63ce044e949c887319b55ccb122ccb2b1eb2d9343065679b7a2924e58b
|
|
| MD5 |
3325dad1ddd283de75a1af25528a8d04
|
|
| BLAKE2b-256 |
042208324ac68a919455a123907799b55840bb8912fa4e96ec1a9b9287327dd2
|
File details
Details for the file fies-0.0.0-py3-none-any.whl.
File metadata
- Download URL: fies-0.0.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5c33d522dcf5be5df5534f417ea4ac739edb387a5253f93b20c79306c592c12
|
|
| MD5 |
bbdb11067cb08988ece01f968106a806
|
|
| BLAKE2b-256 |
2d8a30ecc4e819166b51a13cd5185fdd8bca11b64049726b6d30d802f9976459
|