From f430e3c06a0751a7594945056ebebbc4ba91a9a2 Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Thu, 10 Mar 2022 12:23:31 +0530 Subject: [PATCH 1/2] fix: check latest alpha --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 97dd2e09..10fe14d6 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, pypy-3.7, pypy-3.8, pypy-3.9, 3.10.2, '3.11.0-alpha.5'] + python-version: [3.7, 3.8, 3.9, pypy-3.7, pypy-3.8, pypy-3.9, 3.10.2, '3.11.0-alpha.6'] os: [ ubuntu-20.04, windows-2022, From 4e571419dc7ffd6e0715eabbd50e3b6e5115949b Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Thu, 7 Apr 2022 00:33:28 +0530 Subject: [PATCH 2/2] cleanup readme --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 61d53334..307f0284 100644 --- a/README.rst +++ b/README.rst @@ -3,11 +3,9 @@ json2xml ======== -.. image:: https://img.shields.io/pypi/v/json2xml.svg - :target: https://pypi.python.org/pypi/json2xml +.. image:: https://badge.fury.io/py/json2xml.svg .. image:: https://github.com/vinitkumar/json2xml/actions/workflows/pythonpackage.yml/badge.svg .. image:: https://img.shields.io/pypi/pyversions/json2xml.svg -.. image:: https://badge.fury.io/py/json2xml.svg .. image:: https://readthedocs.org/projects/json2xml/badge/?version=latest :target: https://json2xml.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status @@ -24,8 +22,8 @@ Simple Python Library to convert JSON to XML Update ------ -The dict2xml project has been forked and integrated in the project itself. This helped with cleaning up the code -and also doing improvements. The goal is to remove all the dependencies from this project. +The dict2xml project has been integrated in the project itself. This helped with cleaning up the code +and making improvements. Long term goal for the project is to reduce the number of dependencies. Features --------