Skip to content

Commit

Permalink
[CI AUTO] Sync triggered by generalgui
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Dec 25, 2021
1 parent a0d10df commit 5ac14f8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package and 6 other make up [ManderaGeneral](https://github.com/ManderaGene
## Information
| Package | Ver | Latest Release | Python | Platform | Lvl | Todo | Tests |
|:-----------------------------------------------------------|:----------------------------------------------|:---------------------|:-------------------------------------------------------------------------------------------------------------------------|:----------------|------:|:--------------------------------------------------------|:--------|
| [generalgui](https://github.com/ManderaGeneral/generalgui) | [2.0.5](https://pypi.org/project/generalgui/) | 2021-12-23 13:55 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | 2 | [13](https://github.com/ManderaGeneral/generalgui#Todo) | 57.1 % |
| [generalgui](https://github.com/ManderaGeneral/generalgui) | [2.0.6](https://pypi.org/project/generalgui/) | 2021-12-25 15:17 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | 2 | [13](https://github.com/ManderaGeneral/generalgui#Todo) | 57.1 % |

## Contents
<pre>
Expand All @@ -25,35 +25,35 @@ This package and 6 other make up [ManderaGeneral](https://github.com/ManderaGene

## Attributes
<pre>
<a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/__init__.py#L1'>Module: generalgui</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/elements/button.py#L1'>Class: Button</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/text.py#L1'>Method: draw_text</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/text.py#L1'>Property: text</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/elements/checkbutton.py#L1'>Class: Checkbutton</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/text.py#L1'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/text.py#L1'>Property: text</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/toggle.py#L1'>Method: toggle</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/toggle.py#L1'>Method: toggled</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/elements/entry.py#L1'>Class: Entry</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/text.py#L1'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/text.py#L1'>Property: text</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/toggle.py#L1'>Method: toggle</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/toggle.py#L1'>Method: toggled</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/elements/label.py#L1'>Class: Label</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/text.py#L1'>Method: draw_text</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/text.py#L1'>Property: text</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/__init__.py#L1'>Class: MethodGrouper</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/text.py#L1'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/text.py#L1'>Property: text</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/toggle.py#L1'>Method: toggle</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/properties/toggle.py#L1'>Method: toggled</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/elements/page.py#L1'>Class: Page</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/elements/subelements/password.py#L1'>Class: Password</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/pages/plot.py#L1'>Class: PlotPage</a> <b>(Untested)</b>
└─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/pages/signin.py#L1'>Class: SigninPage</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/pages/signin.py#L1'>Method: hook_signin_success</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/pages/signin.py#L1'>Method: register</a> <b>(Untested)</b>
└─ <a href='https://github.com/ManderaGeneral/generalgui/blob/1580baf/generalgui/pages/signin.py#L1'>Method: signin</a> <b>(Untested)</b>
<a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/__init__.py#L1'>Module: generalgui</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/elements/button.py#L8'>Class: Button</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L30'>Method: draw_text</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L16'>Property: text</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/elements/checkbutton.py#L10'>Class: Checkbutton</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L30'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L16'>Property: text</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/toggle.py#L23'>Method: toggle</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/toggle.py#L20'>Method: toggled</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/elements/entry.py#L10'>Class: Entry</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L30'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L16'>Property: text</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/toggle.py#L23'>Method: toggle</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/toggle.py#L20'>Method: toggled</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/elements/label.py#L8'>Class: Label</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L30'>Method: draw_text</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L16'>Property: text</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/__init__.py#L11'>Class: MethodGrouper</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L30'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L16'>Property: text</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/toggle.py#L23'>Method: toggle</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/toggle.py#L20'>Method: toggled</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/elements/page.py#L8'>Class: Page</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/elements/subelements/password.py#L5'>Class: Password</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/pages/plot.py#L5'>Class: PlotPage</a> <b>(Untested)</b>
└─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/pages/signin.py#L5'>Class: SigninPage</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/pages/signin.py#L22'>Method: hook_signin_success</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/pages/signin.py#L34'>Method: register</a> <b>(Untested)</b>
└─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/pages/signin.py#L24'>Method: signin</a> <b>(Untested)</b>
</pre>

## Todo
Expand All @@ -74,5 +74,5 @@ This package and 6 other make up [ManderaGeneral](https://github.com/ManderaGene
| <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/pages/signin.py#L1'>signin.py</a> | <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/pages/signin.py#L24'>[UnitTest] for Method: signin</a> |

<sup>
Generated 2021-12-23 13:55 CET for commit <a href='https://github.com/ManderaGeneral/generalgui/commit/1580baf'>1580baf</a>.
Generated 2021-12-25 15:17 CET for commit <a href='https://github.com/ManderaGeneral/generalgui/commit/master'>master</a>.
</sup>
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"enabled": true,
"private": false,
"name": "generalgui",
"version": "2.0.5",
"version": "2.0.6",
"description": "Extends and simplifies tkinter functionality with built-in QoL improvements.",
"install_requires": [
"generalvector",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name="generalgui",
author='Rickard "Mandera" Abraham',
author_email="rickard.abraham@gmail.com",
version="2.0.5",
version="2.0.6",
description="Extends and simplifies tkinter functionality with built-in QoL improvements.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5ac14f8

Please sign in to comment.