Metadata-Version: 2.3
Name: gupy-framework
Version: 0.1.5
Summary: Gupy! A simple and efficient framework for developing cross-platform applications.
Project-URL: Homepage, https://github.com/speartech/gupy
Project-URL: Issues, https://github.com/speartech/gupy/issues
Author-email: Speartech <Tyler@Speartech.org>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: asgiref==3.8.1
Requires-Dist: blinker==1.8.2
Requires-Dist: build==1.2.2
Requires-Dist: certifi==2024.7.4
Requires-Dist: cffi==1.16.0
Requires-Dist: chardet==5.2.0
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: click==8.1.7
Requires-Dist: colorama==0.4.6
Requires-Dist: cryptography==43.0.0
Requires-Dist: cython==3.0.11
Requires-Dist: defusedxml==0.8.0rc2
Requires-Dist: django-cors-headers==4.4.0
Requires-Dist: django-templated-mail==1.1.1
Requires-Dist: django==5.0.7
Requires-Dist: djangorestframework-simplejwt==5.3.1
Requires-Dist: djangorestframework==3.15.2
Requires-Dist: djoser==2.2.3
Requires-Dist: flask==3.0.3
Requires-Dist: idna==3.7
Requires-Dist: itsdangerous==2.2.0
Requires-Dist: jinja2==3.1.4
Requires-Dist: markupsafe==2.1.5
Requires-Dist: oauthlib==3.2.2
Requires-Dist: packaging==24.1
Requires-Dist: pycparser==2.22
Requires-Dist: pyjwt==2.9.0
Requires-Dist: pyproject-hooks==1.2.0
Requires-Dist: python3-openid==3.2.0
Requires-Dist: requests-oauthlib==2.0.0
Requires-Dist: requests==2.32.3
Requires-Dist: setuptools==75.1.0
Requires-Dist: social-auth-app-django==5.4.2
Requires-Dist: social-auth-core==4.5.4
Requires-Dist: sqlparse==0.5.1
Requires-Dist: tzdata==2024.1
Requires-Dist: urllib3==2.2.2
Requires-Dist: werkzeug==3.0.3
Description-Content-Type: text/markdown

# Gupy!

<img src="https://github.com/SPEARTECH/Gupy/blob/main/gupy_logo.png" alt="Welcome to Gupy :)" width="50%">


Gupy is a CLI tool for generating templates of cross-platform applications based on Go, Vue, and Python!

Templates include:
- PWAs                 - **Vue,Go Web Assembly**
- Django Websites      - **Vue, Python, Go Extensions, Go Web Assembly, Cython Extensions**
- Desktop Applications - **Gin/Flask, Go Extensions, Go Web Assembly, Cython Extensions**
- CLI Tools            - **Python, Go Extensions, Cython Extensions**

Future roadmap:
- Mobile projects & compilation with Go build
- API creation (flask, fastapi, gin)
- Postgres instead of sqlite
- Go website projects
