rsArtdReformatter


NamersArtdReformatter JSON
Version 1.0.3 PyPI version JSON
download
home_page
SummaryA tool to reformat the output of the ARtD tool
upload_time2024-02-14 17:06:45
maintainer
docs_urlNone
author
requires_python>=3.6
license
keywords reformatter artd artd-reformatter rsartdreformatter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Raw Art Decor to Simple JSON

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Description

This Python module provides a convenient way to reformat raw art decor JSON into a simplified JSON format. It aims to make the process of working with art decor data easier and more efficient.

## Features

- Converts raw art decor JSON into a simplified JSON format
- Handles various types of art decor data structures
- Provides customizable options for formatting

## Installation

To install the module, simply run the following command:

```shell




TODO
- get import to work in test 
    - how do i import a package that is in a subfolder
- Am i adding logging into this? 

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rsArtdReformatter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "reformatter,artd,artd-reformatter,rsArtdReformatter",
    "author": "",
    "author_email": "Frankie Hadwick <frankie@ramseysystems.co.uk>, Charlie McCay <charlie@ramseysystems.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/bb/3e/628d1ab41e62e84da42b11a49b41da55b6a738dd7907005a79734946aa7e/rsArtdReformatter-1.0.3.tar.gz",
    "platform": null,
    "description": "# Raw Art Decor to Simple JSON\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n## Description\n\nThis Python module provides a convenient way to reformat raw art decor JSON into a simplified JSON format. It aims to make the process of working with art decor data easier and more efficient.\n\n## Features\n\n- Converts raw art decor JSON into a simplified JSON format\n- Handles various types of art decor data structures\n- Provides customizable options for formatting\n\n## Installation\n\nTo install the module, simply run the following command:\n\n```shell\n\n\n\n\nTODO\n- get import to work in test \n    - how do i import a package that is in a subfolder\n- Am i adding logging into this? \n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A tool to reformat the output of the ARtD tool",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/FrankiePH/rsArtdReformatter.git"
    },
    "split_keywords": [
        "reformatter",
        "artd",
        "artd-reformatter",
        "rsartdreformatter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25db4e6ff9366b632aa00d3deff1541144470e52cfde524da0efa7550e18935b",
                "md5": "095600c48b74fbd9d328b3450ffd729e",
                "sha256": "ed1419afbd6c9c9abe291c22e4ca6f4ed7d912f82591389c24013be1c6f5657d"
            },
            "downloads": -1,
            "filename": "rsArtdReformatter-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "095600c48b74fbd9d328b3450ffd729e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3807,
            "upload_time": "2024-02-14T17:06:44",
            "upload_time_iso_8601": "2024-02-14T17:06:44.521861Z",
            "url": "https://files.pythonhosted.org/packages/25/db/4e6ff9366b632aa00d3deff1541144470e52cfde524da0efa7550e18935b/rsArtdReformatter-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb3e628d1ab41e62e84da42b11a49b41da55b6a738dd7907005a79734946aa7e",
                "md5": "31d7891d8c403a8046bbb51e292ec683",
                "sha256": "c4213ffab67336c9feea17424ed660204bc3e6f9b69bb2e4c57a9731e34df8a1"
            },
            "downloads": -1,
            "filename": "rsArtdReformatter-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "31d7891d8c403a8046bbb51e292ec683",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3293,
            "upload_time": "2024-02-14T17:06:45",
            "upload_time_iso_8601": "2024-02-14T17:06:45.669118Z",
            "url": "https://files.pythonhosted.org/packages/bb/3e/628d1ab41e62e84da42b11a49b41da55b6a738dd7907005a79734946aa7e/rsArtdReformatter-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-14 17:06:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FrankiePH",
    "github_project": "rsArtdReformatter",
    "github_not_found": true,
    "lcname": "rsartdreformatter"
}
        
Elapsed time: 0.21119s