🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

data-to-xml

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-to-xml

A simple dict to xml converter

1.0.9
PyPI
Maintainers
1

================== data-to-xml

.. image:: https://img.shields.io/pypi/v/data-to-xml.svg :target: https://pypi.org/project/data-to-xml :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/data-to-xml.svg :target: https://pypi.org/project/data-to-xml :alt: Python versions

.. image:: https://github.com/anogowski/data-to-xml/actions/workflows/publish-to-test-pypi.yml/badge.svg :target: https://github.com/anogowski/data-to-xml/actions/workflows/publish-to-test-pypi.yml :alt: See Build Status on GitHub Actions

A simple dict to xml converter

This project was generated with Cookiecutter_ along with @hackebrot's cookiecutter-plugin template.

Features

  • Convert dict or list to xml

Requirements

  • Python 3.11

Installation

You can install "data-to-xml" via pip_ from PyPI_::

$ pip install data-to-xml

Usage

  • See examples_

Contributing

Contributions are very welcome. Tests can be run with tox_, please ensure the coverage at least stays the same before you submit a pull request.

License

Dual License:

Distributed under the terms of both the BSD-3_ AND Mozilla Public License 2.0_ licenses.

"data-to-xml" is free and open source software

Issues

If you encounter any problems, please file an issue_ along with a detailed description.

.. _examples: https://github.com/anogowski/data-to-xml/tree/main/examples .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _@hackebrot: https://github.com/hackebrot .. _MIT: https://opensource.org/licenses/MIT .. _BSD-3: https://opensource.org/licenses/BSD-3-Clause .. _Mozilla Public License 2.0: https://opensource.org/license/mpl-2-0 .. _GNU GPL v3.0: https://www.gnu.org/licenses/gpl-3.0.txt .. _Apache Software License 2.0: https://www.apache.org/licenses/LICENSE-2.0 .. _cookiecutter-plugin: https://github.com/dev/cookiecutter-plugin .. _file an issue: https://github.com/anogowski/data-to-xml/issues .. _tox: https://tox.readthedocs.io/en/latest/ .. _pip: https://pypi.org/project/pip/ .. _PyPI: https://pypi.org/project

Keywords

dict

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts