Skip to content

Commit d6bdab8

Browse files
committed
(pypi) deploy 0.8.0
1 parent 7c70ff2 commit d6bdab8

File tree

3 files changed

+89
-89
lines changed

3 files changed

+89
-89
lines changed
Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,84 @@
1-
<a id="user-content-dear-pygui" class="anchor" aria-hidden="true" href="#dear-pygui">
2-
3-
<div align="center">
4-
<img src="https://github.com/hoffstadt/DearPyGui/blob/assets/newlogo.jpg?raw=true" alt="Dear PyGui">
5-
</div>
6-
7-
</a>
8-
9-
<h6 align="center">(This library is available under a free and permissive license however, if you Enjoy <i>Dear PyGui</i> please consider becoming a <a href="https://github.com/hoffstadt/DearPyGui/wiki/Sponsors">Sponsor</a>)</h6>
10-
11-
![Python Version](https://img.shields.io/pypi/pyversions/dearpygui-ext)
12-
[![PYPI](https://img.shields.io/pypi/v/dearpygui-ext)](https://pypi.org/project/dearpygui-ext/)
13-
[![Deploy Package](https://github.com/hoffstadt/DearPyGui_Ext/actions/workflows/DeployPackage.yml/badge.svg)](https://github.com/hoffstadt/DearPyGui_Ext/actions/workflows/DeployPackage.yml)
14-
15-
**Dear PyGui Extensions** is a collection of useful tools, abstractions, and simplification layers built with/for _Dear PyGui_ users.
16-
17-
## Installation
18-
19-
Ensure you have at least Python 3.6 64bit and _dearpygui_.
20-
```
21-
pip install dearpygui_ext
22-
or
23-
pip3 install dearpygui_ext
24-
```
25-
26-
## Resources
27-
28-
[![Chat on Discord](https://img.shields.io/discord/736279277242417272?logo=discord)](https://discord.gg/tyE7Gu4)
29-
[![Reddit](https://img.shields.io/reddit/subreddit-subscribers/dearpygui?label=r%2Fdearpygui)](https://www.reddit.com/r/DearPyGui/)
30-
31-
- [Documentation](https://github.com/hoffstadt/DearPyGui/wiki) comprehensive documentaion, tutorials, and examples.
32-
- [Feature Tracker](https://github.com/hoffstadt/DearPyGui/projects/5) all proposed new features.
33-
- [Bug Tracker](https://github.com/hoffstadt/DearPyGui/projects/1) current bugs and issues.
34-
35-
## Support
36-
37-
If you are having issues or want to help, here are some places you can go:
38-
- [Github Discussions](https://github.com/hoffstadt/DearPyGui_Ext/discussions/)
39-
- [Discord Forum](https://discord.gg/tyE7Gu4)
40-
- [Reddit](https://www.reddit.com/r/DearPyGui/)
41-
42-
## Sponsors
43-
44-
![GitHub Sponsors](https://img.shields.io/github/sponsors/hoffstadt?label=Github%20Sponsors)
45-
![Open Collective](https://img.shields.io/opencollective/sponsors/dearpygui?label=Open%20Collective%20Sponsors)
46-
47-
If you enjoy _Dear PyGui_ and _Dear PyGui Extensions_ please consider becoming a [sponsor](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors).
48-
49-
Ongoing _Dear PyGui_ development is financially supported by users and private sponsors.
50-
51-
These include:
52-
* 🏢 [Anthony Tanbakuchi](https://github.com/kuchi) _Corporate Sponsor_
53-
* 🏆 [Dean Keinan](https://github.com/deankeinan) _Partner Sponsor_
54-
* 🏆 [何凌锋](https://github.com/Hedaozi) _Partner Sponsor_
55-
* 🏆 [Anthony Doupe](https://github.com/Atlamillias) _Partner Sponsor_
56-
* 🏆 [Ray Heasman](https://github.com/rheasman) _Partner Sponsor_
57-
* 🏆 [Marco Studer](https://github.com/Mstpyt) _Partner Sponsor_
58-
* 🏆 [Scripts](https://github.com/scriptslol) _Partner Sponsor_
59-
* 🥇 [Caden Bloxham](https://github.com/cbxm) _Gold Sponsor_
60-
* 🥇 [Yan Zaretskiy](https://github.com/mindv0rtex) _Gold Sponsor_
61-
* 🥇 [Leron Gray](https://github.com/daddycocoaman) _Gold Sponsor_
62-
* 🥇 [Trinnik](https://github.com/Trinnik) _Gold Sponsor_
63-
* 🥇 [Barney Mannerings](https://github.com/barnabee) _Gold Sponsor_
64-
* 🥇 [RB Blackstone](https://github.com/RBBlackstone) _Gold Sponsor_
65-
* 🥇 [Charles Ray](https://github.com/ray-5050) _Gold Sponsor_
66-
67-
68-
Thank you to all other [sponsors](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors) for keeping this project moving forward!
69-
70-
<a href="https://www.buymeacoffee.com/DearPyGui"><img src="https://img.buymeacoffee.com/button-api/?text=Buy us a coffee&emoji=&slug=DearPyGui&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff"></a>
71-
72-
## Credits
73-
74-
Developed by [Jonathan Hoffstadt](https://github.com/hoffstadt), [Preston Cothren](https://github.com/Pcothren), and every direct or indirect contributor.
75-
76-
[Omar Cornut](http://www.miracleworld.net/) for all his incredible work on [Dear ImGui](https://github.com/ocornut/imgui).
77-
78-
[Evan Pezent](http://evanpezent.com/) for all his work on [ImPlot](https://github.com/epezent/implot).
79-
80-
[Johann Muszynski](https://github.com/Nelarius) for all of his work on [imnodes](https://github.com/Nelarius/imnodes).
81-
82-
## License
83-
84-
_Dear PyGui_ and _Dear PyGui Extensions_ are licensed under the [MIT License](https://github.com/hoffstadt/DearPyGui_Ext/blob/master/LICENSE).
1+
<a id="user-content-dear-pygui" class="anchor" aria-hidden="true" href="#dear-pygui">
2+
3+
<div align="center">
4+
<img src="https://github.com/hoffstadt/DearPyGui/blob/assets/newlogo.jpg?raw=true" alt="Dear PyGui">
5+
</div>
6+
7+
</a>
8+
9+
<h6 align="center">(This library is available under a free and permissive license however, if you Enjoy <i>Dear PyGui</i> please consider becoming a <a href="https://github.com/hoffstadt/DearPyGui/wiki/Sponsors">Sponsor</a>)</h6>
10+
11+
![Python Version](https://img.shields.io/pypi/pyversions/dearpygui-ext)
12+
[![PYPI](https://img.shields.io/pypi/v/dearpygui-ext)](https://pypi.org/project/dearpygui-ext/)
13+
[![Deploy Package](https://github.com/hoffstadt/DearPyGui_Ext/actions/workflows/DeployPackage.yml/badge.svg)](https://github.com/hoffstadt/DearPyGui_Ext/actions/workflows/DeployPackage.yml)
14+
15+
**Dear PyGui Extensions** is a collection of useful tools, abstractions, and simplification layers built with/for _Dear PyGui_ users.
16+
17+
## Installation
18+
19+
Ensure you have at least Python 3.6 64bit and _dearpygui_.
20+
```
21+
pip install dearpygui_ext
22+
or
23+
pip3 install dearpygui_ext
24+
```
25+
26+
## Resources
27+
28+
[![Chat on Discord](https://img.shields.io/discord/736279277242417272?logo=discord)](https://discord.gg/tyE7Gu4)
29+
[![Reddit](https://img.shields.io/reddit/subreddit-subscribers/dearpygui?label=r%2Fdearpygui)](https://www.reddit.com/r/DearPyGui/)
30+
31+
- [Documentation](https://github.com/hoffstadt/DearPyGui/wiki) comprehensive documentaion, tutorials, and examples.
32+
- [Feature Tracker](https://github.com/hoffstadt/DearPyGui/projects/5) all proposed new features.
33+
- [Bug Tracker](https://github.com/hoffstadt/DearPyGui/projects/1) current bugs and issues.
34+
35+
## Support
36+
37+
If you are having issues or want to help, here are some places you can go:
38+
- [Github Discussions](https://github.com/hoffstadt/DearPyGui_Ext/discussions/)
39+
- [Discord Forum](https://discord.gg/tyE7Gu4)
40+
- [Reddit](https://www.reddit.com/r/DearPyGui/)
41+
42+
## Sponsors
43+
44+
![GitHub Sponsors](https://img.shields.io/github/sponsors/hoffstadt?label=Github%20Sponsors)
45+
![Open Collective](https://img.shields.io/opencollective/sponsors/dearpygui?label=Open%20Collective%20Sponsors)
46+
47+
If you enjoy _Dear PyGui_ and _Dear PyGui Extensions_ please consider becoming a [sponsor](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors).
48+
49+
Ongoing _Dear PyGui_ development is financially supported by users and private sponsors.
50+
51+
These include:
52+
* 🏢 [Anthony Tanbakuchi](https://github.com/kuchi) _Corporate Sponsor_
53+
* 🏆 [Dean Keinan](https://github.com/deankeinan) _Partner Sponsor_
54+
* 🏆 [何凌锋](https://github.com/Hedaozi) _Partner Sponsor_
55+
* 🏆 [Anthony Doupe](https://github.com/Atlamillias) _Partner Sponsor_
56+
* 🏆 [Ray Heasman](https://github.com/rheasman) _Partner Sponsor_
57+
* 🏆 [Marco Studer](https://github.com/Mstpyt) _Partner Sponsor_
58+
* 🏆 [Scripts](https://github.com/scriptslol) _Partner Sponsor_
59+
* 🥇 [Caden Bloxham](https://github.com/cbxm) _Gold Sponsor_
60+
* 🥇 [Yan Zaretskiy](https://github.com/mindv0rtex) _Gold Sponsor_
61+
* 🥇 [Leron Gray](https://github.com/daddycocoaman) _Gold Sponsor_
62+
* 🥇 [Trinnik](https://github.com/Trinnik) _Gold Sponsor_
63+
* 🥇 [Barney Mannerings](https://github.com/barnabee) _Gold Sponsor_
64+
* 🥇 [RB Blackstone](https://github.com/RBBlackstone) _Gold Sponsor_
65+
* 🥇 [Charles Ray](https://github.com/ray-5050) _Gold Sponsor_
66+
67+
68+
Thank you to all other [sponsors](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors) for keeping this project moving forward!
69+
70+
<a href="https://www.buymeacoffee.com/DearPyGui"><img src="https://img.buymeacoffee.com/button-api/?text=Buy us a coffee&emoji=&slug=DearPyGui&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff"></a>
71+
72+
## Credits
73+
74+
Developed by [Jonathan Hoffstadt](https://github.com/hoffstadt), [Preston Cothren](https://github.com/Pcothren), and every direct or indirect contributor.
75+
76+
[Omar Cornut](http://www.miracleworld.net/) for all his incredible work on [Dear ImGui](https://github.com/ocornut/imgui).
77+
78+
[Evan Pezent](http://evanpezent.com/) for all his work on [ImPlot](https://github.com/epezent/implot).
79+
80+
[Johann Muszynski](https://github.com/Nelarius) for all of his work on [imnodes](https://github.com/Nelarius/imnodes).
81+
82+
## License
83+
84+
_Dear PyGui_ and _Dear PyGui Extensions_ are licensed under the [MIT License](https://github.com/hoffstadt/DearPyGui_Ext/blob/master/LICENSE).

docs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.2.x CHANGELOG
1+
# 0.8.x CHANGELOG
22

33
This document holds the user-facing changelog that we also use in release notes.
44
We generally fold multiple commits pertaining to the same topic as a single entry.
@@ -20,5 +20,5 @@ We generally fold multiple commits pertaining to the same topic as a single entr
2020
- Read the `Breaking Changes` section (here in the changelog).
2121
- Please report any issue!
2222

23-
## VERSION 0.2.x
23+
## VERSION 0.8.x
2424

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
def readme():
66
try:
7-
with open('./docs/README.md', encoding='utf-8') as f:
7+
with open('README.md', encoding='utf-8') as f:
88
return f.read()
99
except IOError:
1010
return 'Not Found'
1111

1212

1313
setuptools.setup(
1414
name="dearpygui_ext",
15-
version="0.2.2",
15+
version="0.8.0",
1616
license='MIT',
1717
python_requires='>=3.6',
1818
author="Jonathan Hoffstadt and Preston Cothren",
@@ -39,6 +39,6 @@ def readme():
3939
'Topic :: Software Development :: Libraries :: Python Modules',
4040
],
4141
package_data={ # Optional
42-
'dearpygui_ext': ['docs/README.md']
42+
'dearpygui_ext': ['README.md']
4343
}
4444
)

0 commit comments

Comments
 (0)