Metadata-Version: 2.1
Name: PyDAO-9000
Version: 1.4.0
Summary: 'All-In-One File' SQL Code Generator
Author-email: Randall Nagy <r.a.nagy@gmail.com>
Project-URL: Homepage, https://github.com/soft9000/PyDAO
Project-URL: Bug Tracker, https://github.com/soft9000/PyDAO/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# PyDAO 9000
The Soft9000/PyDAO ("__PyDAO 9000__") Project allows us to quickly create a Python Class from either a GUI, API, textual (CSV, TDF, Enpiped, etc.) data file, or using a Python Dictionary. 

Best of all the code generated by __PyDAO 9000__ is 100% Core Python 3 - no other files are required!

![PyDAO Project Logo](PyDAO_GitLogo.png)

_Workflows include_: 

(1) Creating stand-alone __PyDAO 9000__ DAO script(s.) 

(2) Extracting __PyDAO 9000__ projects from textual (CSV, etc.) data files, 

(3) Creating database code from __PyDAO 9000__ projects, and 

(4) Directly creating code from the __PyDAO 9000__ API. Result output-locations can also be specified.

The generated code can be used to create / drop database schema (DDL,) as well as to import & work with (C.R.U.D & query) your designed / detected / updated projects.

All four (4) workflows are supported - feel free to give each a try!


The GUI
-------
![PyDAO GUI](PyDAO_GUI.png)

Years latter the project is working well enough to declare what we have as an [Official PyPi Package](https://pypi.org/project/PyDAO-9000/).

Once installed most will probably want to use the GUI:

```
>>> from SqltDAO import main as PyDAO
>>> PyDAO.Main.mainloop()
```

As of this release, the GUI will also now start when importing SqltDAO:

```
>>> import SqltDAO.MainGUI
```

If you want to support the effort feel free to purchase one of [our books on amazon](https://www.amazon.com/Randall-Nagy/e/B08ZJLH1VN) or [training opportunuties](https://www.udemy.com/user/randallnagy2/).

PyDAO UI: https://github.com/soft9000/PyDAO/blob/master/SqltDAO/main.py


API Example
------------
For those who would rather create the DAO directly without needing a file full of data:

Fast-Schema Example - https://github.com/soft9000/PyDAO/blob/master/SqltDAO/Demo123.py


DATA EXAMPLE + TEST CASE
------------------------
Includes a classic "address book" example as a test case:

Data Example: https://github.com/soft9000/PyDAO/blob/master/SqltDAO/DaoTest01/tc001_data.txt

Generated Code: https://github.com/soft9000/PyDAO/blob/master/SqltDAO/DaoTest01/foo.py


STOCK MARKET
------------
Python 1000, Python 2000, and Python 3000 students who are participating in our Stock Market resume-builder will want 
to look at the [NASDAQ database generator](https://github.com/soft9000/PyDAO/blob/master/SqltDAO/DaoTest01/GenNasdaqTest.py).

While that stock exchange's official pipe-delimited ("enpiped" ;) data file is incuded for demonstrative
purposes, note that the most recent set of enpiped data tokens can be downloaded from the stock exchange.


VIDEO TRAINING
--------------
If you need to learn Python 3, then consider:

https://www.udemy.com/python-1000

https://www.udemy.com/python-2000-beyond-the-basics

https://www.udemy.com/python-2100-objects-factories-frameworks


As well as our "Python 3000 SQL Quick Start:" https://www.udemy.com/python-3000-tactical-sql-quick-start


PyQuest Activity
----------------
Need some practice? Then try to ...

![KP3008](https://github.com/Python3-Training/PyQuest/blob/main/CardGame/QuestProjects/KP3008-C-R-U-D-Accounting.png)


CONTACT INFORMATION
---
If you have suggestions or opportunities - be they for additional projects, corrections, consulting and / or just about anything else - feel free to [drop me a message on Facebook](https://www.facebook.com/randall.nagy/)

## zSupport?
If you want to support the effort, I seek no donations. Instead, simply feel free to purchase one of [my educational](https://www.udemy.com/user/randallnagy2/) or [printed](https://www.amazon.com/Randall-Nagy/e/B08ZJLH1VN?ref=sr_ntt_srch_lnk_1&qid=1660050704&sr=8-1) productions?
