معرفی شرکت ها


dicttoxml2-2.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Converts a Python dictionary or other native data type into a valid XML string.
ویژگی مقدار
سیستم عامل -
نام فایل dicttoxml2-2.1.0
نام dicttoxml2
نسخه کتابخانه 2.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ryan McGreal
ایمیل نویسنده ryan@quandyfactory.com
آدرس صفحه اصلی https://github.com/Ousret/dicttoxml
آدرس اینترنتی https://pypi.org/project/dicttoxml2/
مجوز GPL-2.0
<h1 align="center">Dict to XML</h1> <p align="center"> <a href="https://pypi.org/project/dicttoxml2"> <img src="https://img.shields.io/pypi/pyversions/dicttoxml2.svg?orange=blue" /> </a> <a href="https://codecov.io/gh/Ousret/dicttoxml"> <img src="https://codecov.io/gh/Ousret/dicttoxml/branch/master/graph/badge.svg" /> </a> <a href="https://pepy.tech/project/dicttoxml2/"> <img alt="Download Count Total" src="https://pepy.tech/badge/dicttoxml2/month" /> </a> </p> Converts a Python dictionary or other native data type into a valid XML string. This is a fork that support Python 3.9 and forward versions and drop all EOL (<=3.6) versions altogether. It is mostly backward-compatible, act as a drop-in replacement. Installation ============ **This module should work in Python 3.7+.** The dicttoxml module is [published on the Python Package Index](https://pypi.python.org/pypi/dicttoxml2), so you can install it using `pip`. pip install dicttoxml2 That should be all you need to do. Basic Usage =========== Once installed, import the library into your script and convert a dict into xml by running the `dicttoxml` function: >>> import dicttoxml2 >>> xml = dicttoxml2.dicttoxml(some_dict) Alternately, you can import the `dicttoxml()` function from the library. >>> from dicttoxml2 import dicttoxml >>> xml = dicttoxml(some_dict) That's it! Author ====== * Author: Ryan McGreal * Email: [ryan@quandyfactory.com](mailto:ryan@quandyfactory.com) * Repository: [http://github.com/quandyfactory/dicttoxml](http://github.com/quandyfactory/dicttoxml) Maintainer ========== * Author: Ahmed TAHRI * Email: [ahmed.tahri@cloudnursery.dev](mailto:ahmed.tahri@cloudnursery.dev) * Repository: [http://github.com/Ousret/dicttoxml](http://github.com/Ousret/dicttoxml) Copyright and Licence ===================== Copyright 2012 by Ryan McGreal. Released under the GNU General Public Licence, Version 2: <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>


زبان مورد نیاز

مقدار نام
>=3.7, <4 Python


نحوه نصب


نصب پکیج whl dicttoxml2-2.1.0:

    pip install dicttoxml2-2.1.0.whl


نصب پکیج tar.gz dicttoxml2-2.1.0:

    pip install dicttoxml2-2.1.0.tar.gz