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

Uploaded Source

File details

Details for the file format_converter-1.1.tar.gz.

File metadata

File hashes

Hashes for format_converter-1.1.tar.gz
Algorithm Hash digest
SHA256 bba778d28b85a9be27b8fd6dfb0986bf93faa618942626ecaedbf2d466302d54
MD5 82d79bcfd60d3fe9b2fc8769968cc02f
BLAKE2b-256 42c1edb0b268e44a626bbfbc76cf46e82a78d45c7f56a865efb0533c0261838c

See more details on using hashes here.

Supported by

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