pyconversor is a lib developed with the aim of unifying all the conversion tools a dev might need during development in one place.
Project description
pyconversor
Pypi link.
Motivation
pyconversor is a lib developed with the aim of unifying all the conversion tools a dev might need during development in one place.
Instructions
-
Install:
pip install pyconversor
-
Convert:
Example:
from pycorvert import pyconversor test = { "People":{ "Name":"Alan", "Address":{ "Street": "Of dumbs", "Number":0 } } } string = pyconversor.convert_dict_to_xml(dictionary=test, raw_string=False) print(string)
features and plans
- Convert a dictionary to a XML (on a raw string or not)
- Convert a xml to a dictionary/.
To upload your own project to pypi
Follow this site
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
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 pyconversor-0.0.1.tar.gz.
File metadata
- Download URL: pyconversor-0.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f08eab0a1518b41a9df69c85278831bc73c8833df733568de4d9c84ba5a0aab6
|
|
| MD5 |
2a95d45cf1426a546b08df43dc7b5473
|
|
| BLAKE2b-256 |
5a83a5ede977bad0766e524d1d171a195b9d06a6b5ab0dc88b433b96a483c873
|
File details
Details for the file pyconversor-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: pyconversor-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5783b101e9cec27d1224127416d20feb5a936e0b8cc6268ed19b8553be09509b
|
|
| MD5 |
169713beb3ac19f1da774d603d439694
|
|
| BLAKE2b-256 |
2b47850df5cd34884600801c5c67d9e79a6b676bdb97a30df960de0ded3455ed
|