Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domdfcoding/domdf_wxpython_tools
Tools and widgets for wxPython.
https://github.com/domdfcoding/domdf_wxpython_tools
python python3 utility wxpython
Last synced: 21 days ago
JSON representation
Tools and widgets for wxPython.
- Host: GitHub
- URL: https://github.com/domdfcoding/domdf_wxpython_tools
- Owner: domdfcoding
- License: lgpl-3.0
- Created: 2019-06-12T14:08:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T09:48:46.000Z (4 months ago)
- Last Synced: 2024-08-09T10:01:47.242Z (3 months ago)
- Topics: python, python3, utility, wxpython
- Language: Python
- Homepage: https://domdf_wxpython_tools.readthedocs.io/en/latest
- Size: 591 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=====================
domdf_wxpython_tools
=====================.. start short_desc
**Tools and widgets for wxPython.**
.. end short_desc
.. start shields.. list-table::
:stub-columns: 1
:widths: 10 90* - Docs
- |docs| |docs_check|
* - Tests
- |actions_linux| |actions_windows| |actions_macos|
* - PyPI
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
* - Activity
- |commits-latest| |commits-since| |maintained| |pypi-downloads|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|.. |docs| image:: https://img.shields.io/readthedocs/domdf-wxpython-tools/latest?logo=read-the-docs
:target: https://domdf-wxpython-tools.readthedocs.io/en/latest
:alt: Documentation Build Status.. |docs_check| image:: https://github.com/domdfcoding/domdf_wxpython_tools/workflows/Docs%20Check/badge.svg
:target: https://github.com/domdfcoding/domdf_wxpython_tools/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status.. |actions_linux| image:: https://github.com/domdfcoding/domdf_wxpython_tools/workflows/Linux/badge.svg
:target: https://github.com/domdfcoding/domdf_wxpython_tools/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status.. |actions_windows| image:: https://github.com/domdfcoding/domdf_wxpython_tools/workflows/Windows/badge.svg
:target: https://github.com/domdfcoding/domdf_wxpython_tools/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status.. |actions_macos| image:: https://github.com/domdfcoding/domdf_wxpython_tools/workflows/macOS/badge.svg
:target: https://github.com/domdfcoding/domdf_wxpython_tools/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status.. |actions_flake8| image:: https://github.com/domdfcoding/domdf_wxpython_tools/workflows/Flake8/badge.svg
:target: https://github.com/domdfcoding/domdf_wxpython_tools/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status.. |actions_mypy| image:: https://github.com/domdfcoding/domdf_wxpython_tools/workflows/mypy/badge.svg
:target: https://github.com/domdfcoding/domdf_wxpython_tools/actions?query=workflow%3A%22mypy%22
:alt: mypy status.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/domdf_wxpython_tools/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/domdf_wxpython_tools/
:alt: Requirements Status.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/domdf_wxpython_tools?logo=codefactor
:target: https://www.codefactor.io/repository/github/domdfcoding/domdf_wxpython_tools
:alt: CodeFactor Grade.. |pypi-version| image:: https://img.shields.io/pypi/v/domdf_wxpython_tools
:target: https://pypi.org/project/domdf_wxpython_tools/
:alt: PyPI - Package Version.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/domdf_wxpython_tools?logo=python&logoColor=white
:target: https://pypi.org/project/domdf_wxpython_tools/
:alt: PyPI - Supported Python Versions.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/domdf_wxpython_tools
:target: https://pypi.org/project/domdf_wxpython_tools/
:alt: PyPI - Supported Implementations.. |wheel| image:: https://img.shields.io/pypi/wheel/domdf_wxpython_tools
:target: https://pypi.org/project/domdf_wxpython_tools/
:alt: PyPI - Wheel.. |license| image:: https://img.shields.io/github/license/domdfcoding/domdf_wxpython_tools
:target: https://github.com/domdfcoding/domdf_wxpython_tools/blob/master/LICENSE
:alt: License.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_wxpython_tools
:alt: GitHub top language.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_wxpython_tools/v0.3.0.post1
:target: https://github.com/domdfcoding/domdf_wxpython_tools/pulse
:alt: GitHub commits since tagged version.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/domdf_wxpython_tools
:target: https://github.com/domdfcoding/domdf_wxpython_tools/commit/master
:alt: GitHub last commit.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
:alt: Maintenance.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/domdf_wxpython_tools
:target: https://pypi.org/project/domdf_wxpython_tools/
:alt: PyPI - Downloads.. end shields
Installation
----------------.. start installation
``domdf_wxpython_tools`` can be installed from PyPI.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install domdf_wxpython_tools
.. end installation