mwfilter


Namemwfilter JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/osom8979/mwfilter
SummaryMediaWiki Filter
upload_time2025-01-31 07:07:52
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": "0.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": "a8df73d2c7b4e8cdcea9b8addf619938ea15e010b49667b4d00f910f7885fb8e",
                "md5": "91ae33bf6eb1336aa5c4cc95b235d613",
                "sha256": "a0a7ef5c5ba0d3f22653038570987367a453db8c6d71a5b18c0f93063cac1379"
            },
            "downloads": -1,
            "filename": "mwfilter-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "91ae33bf6eb1336aa5c4cc95b235d613",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 13590,
            "upload_time": "2025-01-31T07:07:52",
            "upload_time_iso_8601": "2025-01-31T07:07:52.935521Z",
            "url": "https://files.pythonhosted.org/packages/a8/df/73d2c7b4e8cdcea9b8addf619938ea15e010b49667b4d00f910f7885fb8e/mwfilter-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-31 07:07:52",
    "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: 0.45465s