pyut2xml


Namepyut2xml JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryPyut compressor and decompressor
upload_time2025-07-10 00:38:41
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords git issue management markdown python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![CircleCI](https://dl.circleci.com/status-badge/img/gh/hasii2011/pyut2xml/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/pyut2xml/tree/master)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)


# Introduction

A simple python console script to let me convert [Pyut](https://github.com/hasii2011/PyUt) files to XML.

# Overview

The basic command structure is:

```
Usage: pyut2xml [OPTIONS]

Options:
  --version               Show the version and exit.
  -i, --input-file TEXT   The input .put file to decompress.  [required]
  -o, --output-file TEXT  The output xml file.
  --help                  Show this message and exit.
```

By default, pyut2xml assumes that the input file has a `.put` suffix and the output file has a `.xml` suffix. 

However, pyut2xml is flexible and can deduce file names and suffixes.  The best option is if you do not specify the output file.  Then, pyut2xml deduces that the output file is the same as the input file name with the .xml suffix.  For example:

```pyut2xml -i TestFileV10.put```

causes pyut2xml to write to a file named TestFileV10.xml

The command line:

```pyut2xml -i TestFileV10 -o TestFileV10```

reads from TestFileV10.put and writes to TestFileV10.xml


Another simple example:

```pyut2xml -i TestFileV10```

causes pyut2xml to reads from a file named TestFileV10.put and write to a file named TestFileV10.xml

# Installation

```pip install pyut2xml```


___

Written by <a href="mailto:email@humberto.a.sanchez.ii@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a>  (C) 2025

 

 
## Note
For all kind of problems, requests, enhancements, bug reports, etc.,
please drop me an e-mail.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyut2xml",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "\"Humberto A. Sanchez II\" <Humberto.A.Sanchez.II@gmail.com>",
    "keywords": "git, issue management, markdown, python",
    "author": null,
    "author_email": "\"Humberto A. Sanchez II\" <Humberto.A.Sanchez.II@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5a/05/5f92a05e8b03a7f6e99ceb1eafa7b257be19b6c545cabadd6cddf5c6177f/pyut2xml-1.0.0.tar.gz",
    "platform": null,
    "description": "[![CircleCI](https://dl.circleci.com/status-badge/img/gh/hasii2011/pyut2xml/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/hasii2011/pyut2xml/tree/master)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n\n\n# Introduction\n\nA simple python console script to let me convert [Pyut](https://github.com/hasii2011/PyUt) files to XML.\n\n# Overview\n\nThe basic command structure is:\n\n```\nUsage: pyut2xml [OPTIONS]\n\nOptions:\n  --version               Show the version and exit.\n  -i, --input-file TEXT   The input .put file to decompress.  [required]\n  -o, --output-file TEXT  The output xml file.\n  --help                  Show this message and exit.\n```\n\nBy default, pyut2xml assumes that the input file has a `.put` suffix and the output file has a `.xml` suffix. \n\nHowever, pyut2xml is flexible and can deduce file names and suffixes.  The best option is if you do not specify the output file.  Then, pyut2xml deduces that the output file is the same as the input file name with the .xml suffix.  For example:\n\n```pyut2xml -i TestFileV10.put```\n\ncauses pyut2xml to write to a file named TestFileV10.xml\n\nThe command line:\n\n```pyut2xml -i TestFileV10 -o TestFileV10```\n\nreads from TestFileV10.put and writes to TestFileV10.xml\n\n\nAnother simple example:\n\n```pyut2xml -i TestFileV10```\n\ncauses pyut2xml to reads from a file named TestFileV10.put and write to a file named TestFileV10.xml\n\n# Installation\n\n```pip install pyut2xml```\n\n\n___\n\nWritten by <a href=\"mailto:email@humberto.a.sanchez.ii@gmail.com?subject=Hello Humberto\">Humberto A. Sanchez II</a>  (C) 2025\n\n \n\n \n## Note\nFor all kind of problems, requests, enhancements, bug reports, etc.,\nplease drop me an e-mail.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pyut compressor and decompressor",
    "version": "1.0.0",
    "project_urls": {
        "Repository": "https://github.com/hasii2011/pyut2xml"
    },
    "split_keywords": [
        "git",
        " issue management",
        " markdown",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0979f44a6a8327247414643fc8811131956e924dd185225baff0b0faf07de95b",
                "md5": "835e59348096cd56e6695a61ffccfe27",
                "sha256": "ae23ae67cc1c4065de58a226030d7b481c9653690f6d1b287bfb7bd595329172"
            },
            "downloads": -1,
            "filename": "pyut2xml-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "835e59348096cd56e6695a61ffccfe27",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17489,
            "upload_time": "2025-07-10T00:38:39",
            "upload_time_iso_8601": "2025-07-10T00:38:39.664621Z",
            "url": "https://files.pythonhosted.org/packages/09/79/f44a6a8327247414643fc8811131956e924dd185225baff0b0faf07de95b/pyut2xml-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a055f92a05e8b03a7f6e99ceb1eafa7b257be19b6c545cabadd6cddf5c6177f",
                "md5": "77321bf26a953f7344ea548a04e6cd60",
                "sha256": "6c497d4fc5c52a5f5510945e7eebf1a616bfa991b4304b43af2f1efa3f9711b7"
            },
            "downloads": -1,
            "filename": "pyut2xml-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "77321bf26a953f7344ea548a04e6cd60",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16432,
            "upload_time": "2025-07-10T00:38:41",
            "upload_time_iso_8601": "2025-07-10T00:38:41.207458Z",
            "url": "https://files.pythonhosted.org/packages/5a/05/5f92a05e8b03a7f6e99ceb1eafa7b257be19b6c545cabadd6cddf5c6177f/pyut2xml-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 00:38:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hasii2011",
    "github_project": "pyut2xml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "lcname": "pyut2xml"
}
        
Elapsed time: 0.43184s