Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

fies-0.0.0-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page