Skip to main content

format converter

Project description

#format_converter

该项目的用途相当的简单,是用来转换数据格式的。 比如把json转换成yaml,json转换成csv. 现在支持的格式有json、txt、csv、yaml.

##安装:
```
pip install format_converter
```

##使用说明:
```python
from format_converter import converter

data = converter < 'data.json'
```

读取配置
```
data = converter < 'file.json'
data = converter < 'file.txt'
data = converter.json < 'file.json'
data = converter.yml < 'file.yml'
data = converter.csv < 'file.csv'
```

写入配置
```
converter(data) > 'file.json'
converter(data) > 'file.txt'
converter.json(data) > 'file.json'
converter.yml(data) > 'file.yml'

```

Project details


Release history Release notifications | RSS feed

This version

1.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

format_converter-1.1.tar.gz (2.4 kB view hashes)

Uploaded Source

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