Metadata-Version: 2.1
Name: dummy-wx
Version: 0.3.0
Summary: This module does nothing.
Home-page: https://github.com/domdfcoding/dummy_wx
Author: Dominic Davis-Foster
Author-email: dominic@davis-foster.co.uk
License: GNU Lesser General Public License v3 or later (LGPLv3+)
Project-URL: Issue_Tracker, https://github.com/domdfcoding/dummy_wx/issues
Project-URL: Source_Code, https://github.com/domdfcoding/dummy_wx
Description: ****************
        dummy_wx
        ****************
        
        This module does nothing, but is useful when trying to build documentation
        for modules that require wxPython.
        
        Do NOT install this module if you already have wxPython installed, as it uses
        the same "wx" package name to pretend to be wxPython.
        
        .. start shields
        
        .. list-table::
        	:stub-columns: 1
        	:widths: 10 90
        
        	* - Tests
        	  - |travis| |actions_windows| |actions_macos| |codefactor| |pre_commit_ci|
        	* - PyPI
        	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
        	* - Activity
        	  - |commits-latest| |commits-since| |maintained|
        	* - Other
        	  - |license| |language| |requires| |pre_commit|
        
        
        
        .. |travis| image:: https://img.shields.io/travis/com/domdfcoding/dummy_wx/master?logo=travis
        	:target: https://travis-ci.com/domdfcoding/dummy_wx
        	:alt: Travis Build Status
        
        .. |actions_windows| image:: https://github.com/domdfcoding/dummy_wx/workflows/Windows%20Tests/badge.svg
        	:target: https://github.com/domdfcoding/dummy_wx/actions?query=workflow%3A%22Windows+Tests%22
        	:alt: Windows Tests Status
        
        .. |actions_macos| image:: https://github.com/domdfcoding/dummy_wx/workflows/macOS%20Tests/badge.svg
        	:target: https://github.com/domdfcoding/dummy_wx/actions?query=workflow%3A%22macOS+Tests%22
        	:alt: macOS Tests Status
        
        .. |requires| image:: https://requires.io/github/domdfcoding/dummy_wx/requirements.svg?branch=master
        	:target: https://requires.io/github/domdfcoding/dummy_wx/requirements/?branch=master
        	:alt: Requirements Status
        
        .. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/dummy_wx?logo=codefactor
        	:target: https://www.codefactor.io/repository/github/domdfcoding/dummy_wx
        	:alt: CodeFactor Grade
        
        .. |pypi-version| image:: https://img.shields.io/pypi/v/dummy_wx
        	:target: https://pypi.org/project/dummy_wx/
        	:alt: PyPI - Package Version
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dummy_wx?logo=python&logoColor=white
        	:target: https://pypi.org/project/dummy_wx/
        	:alt: PyPI - Supported Python Versions
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dummy_wx
        	:target: https://pypi.org/project/dummy_wx/
        	:alt: PyPI - Supported Implementations
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/dummy_wx
        	:target: https://pypi.org/project/dummy_wx/
        	:alt: PyPI - Wheel
        
        .. |license| image:: https://img.shields.io/github/license/domdfcoding/dummy_wx
        	:target: https://github.com/domdfcoding/dummy_wx/blob/master/LICENSE
        	:alt: License
        
        .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/dummy_wx
        	:alt: GitHub top language
        
        .. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/dummy_wx/v0.3.0
        	:target: https://github.com/domdfcoding/dummy_wx/pulse
        	:alt: GitHub commits since tagged version
        
        .. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/dummy_wx
        	:target: https://github.com/domdfcoding/dummy_wx/commit/master
        	:alt: GitHub last commit
        
        .. |maintained| image:: https://img.shields.io/maintenance/yes/2020
        	:alt: Maintenance
        
        .. |pre_commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
        	:target: https://github.com/pre-commit/pre-commit
        	:alt: pre-commit
        
        .. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/domdfcoding/dummy_wx/master.svg
        	:target: https://results.pre-commit.ci/latest/github/domdfcoding/dummy_wx/master
        	:alt: pre-commit.ci status
        
        .. end shields
        
Keywords: wxpython,sphinx
Platform: Windows
Platform: macOS
Platform: Linux
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.6.1
Description-Content-Type: text/x-rst
Provides-Extra: all
