tumfl


Nametumfl JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryThe Ultimate Minimizer For Lua: minimize your lua scripts
upload_time2024-11-18 19:58:41
maintainerNone
docs_urlNone
authorFabian Wunsch
requires_python>=3.10
licenseMIT License
keywords lua minimizer ast
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Tumfl: The Ultimate Minimizer For Lua

[![codecov](https://codecov.io/github/stormworks-utils/tumfl/branch/main/graph/badge.svg?token=X5TIVNJSZ7)](https://codecov.io/github/stormworks-utils/tumfl)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
 
This package contains the best minimizer you'll find on the market, or so I hope.
# Current status

## Parser

 - On par with Lua
 - No support for arbitrary byte strings (only valid UTF-8)

## Formatter

 - Highly configurable formatter
 - Can produce both minified and prettyfied results
 - Minified results have minimal amount of characters (only required semicolons, etc.)
 - Lossy in the sense that it does not preserve (all) comments

## Minifier

 - Not existent

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tumfl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "lua, minimizer, ast",
    "author": "Fabian Wunsch",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/94/d3/49c36bf5338db505e47f8384a22e5d19856af1122b52d0be25ab3ea9f56e/tumfl-0.2.1.tar.gz",
    "platform": null,
    "description": "# Tumfl: The Ultimate Minimizer For Lua\n\n[![codecov](https://codecov.io/github/stormworks-utils/tumfl/branch/main/graph/badge.svg?token=X5TIVNJSZ7)](https://codecov.io/github/stormworks-utils/tumfl)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n \nThis package contains the best minimizer you'll find on the market, or so I hope.\n# Current status\n\n## Parser\n\n - On par with Lua\n - No support for arbitrary byte strings (only valid UTF-8)\n\n## Formatter\n\n - Highly configurable formatter\n - Can produce both minified and prettyfied results\n - Minified results have minimal amount of characters (only required semicolons, etc.)\n - Lossy in the sense that it does not preserve (all) comments\n\n## Minifier\n\n - Not existent\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "The Ultimate Minimizer For Lua: minimize your lua scripts",
    "version": "0.2.1",
    "project_urls": {
        "homepage": "https://github.com/stormworks-utils/tumfl",
        "repository": "https://github.com/stormworks-utils/tumfl"
    },
    "split_keywords": [
        "lua",
        " minimizer",
        " ast"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "900d06d41cc5b1b9c22832a07bd4f31669a53fc85e9896f67c800a3a4e355b79",
                "md5": "f48178ab113367e47c4547029880f719",
                "sha256": "d1dc77d32b210b20f888ae54df0aa8df640762dfdeab5f525f68d06e419cd87b"
            },
            "downloads": -1,
            "filename": "tumfl-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f48178ab113367e47c4547029880f719",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 42218,
            "upload_time": "2024-11-18T19:58:40",
            "upload_time_iso_8601": "2024-11-18T19:58:40.834188Z",
            "url": "https://files.pythonhosted.org/packages/90/0d/06d41cc5b1b9c22832a07bd4f31669a53fc85e9896f67c800a3a4e355b79/tumfl-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94d349c36bf5338db505e47f8384a22e5d19856af1122b52d0be25ab3ea9f56e",
                "md5": "9500ba8dc76cabd25bf52ef36d7b4a66",
                "sha256": "0222c70d0a259e4f8224f1251bb3f21287bf5b93ee50d077bb89797f41a1f89e"
            },
            "downloads": -1,
            "filename": "tumfl-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9500ba8dc76cabd25bf52ef36d7b4a66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 36308,
            "upload_time": "2024-11-18T19:58:41",
            "upload_time_iso_8601": "2024-11-18T19:58:41.801088Z",
            "url": "https://files.pythonhosted.org/packages/94/d3/49c36bf5338db505e47f8384a22e5d19856af1122b52d0be25ab3ea9f56e/tumfl-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 19:58:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stormworks-utils",
    "github_project": "tumfl",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "tumfl"
}
        
Elapsed time: 1.89877s