Skip to main content

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

  1. Install:

        pip install pyconversor
    
  2. 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


Download files

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

Source Distribution

pyconversor-0.0.1.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

pyconversor-0.0.1-py2.py3-none-any.whl (3.9 kB view details)

Uploaded Python 2 Python 3

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

Hashes for pyconversor-0.0.1.tar.gz
Algorithm Hash digest
SHA256 f08eab0a1518b41a9df69c85278831bc73c8833df733568de4d9c84ba5a0aab6
MD5 2a95d45cf1426a546b08df43dc7b5473
BLAKE2b-256 5a83a5ede977bad0766e524d1d171a195b9d06a6b5ab0dc88b433b96a483c873

See more details on using hashes here.

File details

Details for the file pyconversor-0.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyconversor-0.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5783b101e9cec27d1224127416d20feb5a936e0b8cc6268ed19b8553be09509b
MD5 169713beb3ac19f1da774d603d439694
BLAKE2b-256 2b47850df5cd34884600801c5c67d9e79a6b676bdb97a30df960de0ded3455ed

See more details on using hashes here.

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