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 c093f30 commit f21eaf0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
64 changes: 32 additions & 32 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.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 % |
| [generalgui](https://github.com/ManderaGeneral/generalgui) | [2.0.7](https://pypi.org/project/generalgui/) | 2021-12-25 16:02 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,42 +25,42 @@ This package and 6 other make up [ManderaGeneral](https://github.com/ManderaGene

## Attributes
<pre>
<a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/__init__.py#L1'>Module: generalgui</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/elements/button.py#L1'>Class: Button</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/text.py#L1'>Method: draw_text</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/text.py#L1'>Property: text</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/elements/checkbutton.py#L1'>Class: Checkbutton</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/text.py#L1'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/text.py#L1'>Property: text</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/toggle.py#L1'>Method: toggle</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/toggle.py#L1'>Method: toggled</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/elements/entry.py#L1'>Class: Entry</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/text.py#L1'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/text.py#L1'>Property: text</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/toggle.py#L1'>Method: toggle</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/toggle.py#L1'>Method: toggled</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/elements/label.py#L1'>Class: Label</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/text.py#L1'>Method: draw_text</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/text.py#L1'>Property: text</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/__init__.py#L1'>Class: MethodGrouper</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/text.py#L1'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/text.py#L1'>Property: text</a>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/toggle.py#L1'>Method: toggle</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/properties/toggle.py#L1'>Method: toggled</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/elements/page.py#L1'>Class: Page</a>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/elements/subelements/password.py#L1'>Class: Password</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/pages/plot.py#L1'>Class: PlotPage</a> <b>(Untested)</b>
└─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/pages/signin.py#L1'>Class: SigninPage</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/pages/signin.py#L1'>Method: hook_signin_success</a> <b>(Untested)</b>
├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/generalgui/pages/signin.py#L1'>Method: register</a> <b>(Untested)</b>
└─ <a href='https://github.com/ManderaGeneral/generalgui/blob/5ac14f8/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#L34'>Method: draw_text</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L19'>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#L34'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L19'>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#L34'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L19'>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#L34'>Method: draw_text</a> <b>(Untested)</b>
│ └─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L19'>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#L34'>Method: draw_text</a> <b>(Untested)</b>
│ ├─ <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L19'>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
| Module | Message |
|:----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
| <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/editable.py#L1'>editable.py</a> | <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/editable.py#L5'>Move trace to generallibrary.</a> |
| <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L1'>text.py</a> | <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L30'>[UnitTest] for Method: draw_text</a> |
| <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L1'>text.py</a> | <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/text.py#L34'>[UnitTest] for Method: draw_text</a> |
| <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/elements/checkbutton.py#L1'>checkbutton.py</a> | <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/elements/checkbutton.py#L10'>[UnitTest] for Class: Checkbutton</a> |
| <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/toggle.py#L1'>toggle.py</a> | <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/toggle.py#L23'>[UnitTest] for Method: toggle</a> |
| <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/toggle.py#L1'>toggle.py</a> | <a href='https://github.com/ManderaGeneral/generalgui/blob/master/generalgui/properties/toggle.py#L20'>[UnitTest] for Method: toggled</a> |
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-25 15:17 CET for commit <a href='https://github.com/ManderaGeneral/generalgui/commit/5ac14f8'>5ac14f8</a>.
Generated 2021-12-25 16:02 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.6",
"version": "2.0.7",
"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.6",
version="2.0.7",
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 f21eaf0

Please sign in to comment.