mwfilter


Namemwfilter JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/osom8979/mwfilter
SummaryMediaWiki Filter
upload_time2025-10-11 12:10:28
maintainerzer0
docs_urlNone
authorzer0
requires_python>=3.12
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mwfilter

[![PyPI](https://img.shields.io/pypi/v/mwfilter?style=flat-square)](https://pypi.org/project/mwfilter/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mwfilter?style=flat-square)
[![GitHub](https://img.shields.io/github/license/osom8979/mwfilter?style=flat-square)](https://github.com/osom8979/mwfilter/)

MediaWiki Filter

## How to initialize boilerplate

```shell
./init.sh
```

## Developing

```shell
## Create a local Python virtual environment.
./python

## Black formatting
./black.sh

## PEP8 linting
./flake8.sh

## Sort import order
./isort.sh

## Type checking
./mypy.sh

## Unit testing
./pytest.sh
```

## License

See the [LICENSE](./LICENSE) file for details. In summary,
**mwfilter** is licensed under the **MIT license**.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/osom8979/mwfilter",
    "name": "mwfilter",
    "maintainer": "zer0",
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "osom8979@gmail.com",
    "keywords": null,
    "author": "zer0",
    "author_email": "osom8979@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# mwfilter\n\n[![PyPI](https://img.shields.io/pypi/v/mwfilter?style=flat-square)](https://pypi.org/project/mwfilter/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mwfilter?style=flat-square)\n[![GitHub](https://img.shields.io/github/license/osom8979/mwfilter?style=flat-square)](https://github.com/osom8979/mwfilter/)\n\nMediaWiki Filter\n\n## How to initialize boilerplate\n\n```shell\n./init.sh\n```\n\n## Developing\n\n```shell\n## Create a local Python virtual environment.\n./python\n\n## Black formatting\n./black.sh\n\n## PEP8 linting\n./flake8.sh\n\n## Sort import order\n./isort.sh\n\n## Type checking\n./mypy.sh\n\n## Unit testing\n./pytest.sh\n```\n\n## License\n\nSee the [LICENSE](./LICENSE) file for details. In summary,\n**mwfilter** is licensed under the **MIT license**.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "MediaWiki Filter",
    "version": "1.0.4",
    "project_urls": {
        "GitHub: issues": "https://github.com/osom8979/mwfilter/issues",
        "GitHub: repo": "https://github.com/osom8979/mwfilter",
        "Homepage": "https://github.com/osom8979/mwfilter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30446a2cd4b10f3d8ba6786bc6c40d3b843de0820c3ce2ef28fa3ea5da2c72c1",
                "md5": "de17a47b77cf996c91900267350cd2b4",
                "sha256": "a7825a1bc4c7ca4f20289444c60495d29b7b849c263368cf24f000f76a8629c0"
            },
            "downloads": -1,
            "filename": "mwfilter-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de17a47b77cf996c91900267350cd2b4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 71791,
            "upload_time": "2025-10-11T12:10:28",
            "upload_time_iso_8601": "2025-10-11T12:10:28.818745Z",
            "url": "https://files.pythonhosted.org/packages/30/44/6a2cd4b10f3d8ba6786bc6c40d3b843de0820c3ce2ef28fa3ea5da2c72c1/mwfilter-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-11 12:10:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "osom8979",
    "github_project": "mwfilter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "mwfilter"
}
        
Elapsed time: 2.41918s