MightyMaxims 3.0.2__tar.gz → 4.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ def get_random():
12
12
  print("Database is empty.")
13
13
  quit()
14
14
  which = random.randrange(1, nelem + 1)
15
- go = db.select(f'SELECT * from {db.table_name} where ID = {which} LIMIT 1;')
15
+ go = db.select(f'SELECT * from MightyMaxims where ID = {which} LIMIT 1;')
16
16
  q = dict(*go)
17
17
  print(f"\nMighty Maxims #{q['ID']}: {q['AUTHOR']}\n")
18
18
  for _str in textwrap.wrap(q['QUOTE'], width=40):
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env python3
2
2
 
3
3
  '''
4
- 2024 - smaller.
4
+ 2025 - larger.
5
5
  '''
6
6
  import os.path
7
7
 
@@ -13,7 +13,7 @@ class Maxims:
13
13
 
14
14
  def __init__(self):
15
15
  pdir = os.path.abspath(os.path.dirname(__file__))
16
- self.db = os.path.join(pdir, 'MightyMaxims2024.sqlt3')
16
+ self.db = os.path.join(pdir, 'MightyMaxims2025.sqlt3')
17
17
  self.conn = None
18
18
  self.curs = None
19
19
  self.bOpen = False
@@ -1,35 +1,42 @@
1
- Metadata-Version: 2.1
2
- Name: MightyMaxims
3
- Version: 3.0.2
4
- Summary: Random Short & Memorable Quotations
5
- Home-page: http://soft9000.com
6
- Download-URL: https://github.com/soft9000/DoctorQuote
7
- Author: Randall Nagy
8
- Author-email: Randall Nagy <r.a.nagy@gmail.com>
9
- Project-URL: Homepage, https://github.com/soft9000/DoctorQuote
10
- Project-URL: Bug Tracker, https://github.com/soft9000/DoctorQuote/issues
11
- Platform: Cross-Platform CLI / TUI
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: License :: OSI Approved :: MIT License
14
- Classifier: Operating System :: OS Independent
15
- Requires-Python: >=3.6
16
- Description-Content-Type: text/markdown
17
-
18
- # Doctor Quote's "Mighty Maxims" Effort
19
-
20
- Welcome to the official 'pythonic quote-share for Doctor Quote.
21
-
22
- ## MightyMaxims: The Module
23
-
24
- The quotes in this package are from the 2021 paperback. Available on the 'Zon.
25
-
26
- After installing simply:
27
-
28
- ```
29
- >>> import MightyMaxims
30
- >>> help(MightyMaxims)
31
- ```
32
-
33
- (Yea - I know - but printing quotes is what this 'pup is designed to do. Think `antigravity`? ;-)
34
-
35
-
1
+ Metadata-Version: 2.4
2
+ Name: MightyMaxims
3
+ Version: 4.0.0
4
+ Summary: Random Short & Memorable Quotations
5
+ Home-page: http://soft9000.com
6
+ Download-URL: https://github.com/soft9000/DoctorQuote
7
+ Author: Randall Nagy
8
+ Author-email: Randall Nagy <r.a.nagy@gmail.com>
9
+ Project-URL: Homepage, https://github.com/soft9000/DoctorQuote
10
+ Project-URL: Bug Tracker, https://github.com/soft9000/DoctorQuote/issues
11
+ Platform: Cross-Platform CLI / TUI
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Operating System :: OS Independent
15
+ Requires-Python: >=3.6
16
+ Description-Content-Type: text/markdown
17
+ Dynamic: author
18
+ Dynamic: download-url
19
+ Dynamic: home-page
20
+ Dynamic: platform
21
+
22
+ # Doctor Quote's "Mighty Maxims" Effort
23
+
24
+ Welcome to the official 'pythonic quote-share for Doctor Quote.
25
+
26
+ ## MightyMaxims: The Module
27
+
28
+ The quotes in this package are from the 2021 paperback. Available on the 'Zon.
29
+
30
+ After installing simply:
31
+
32
+ ```
33
+ >>> import MightyMaxims
34
+ >>> help(MightyMaxims)
35
+ ```
36
+
37
+ (Yea - I know - but printing quotes is what this 'pup is designed to do. Think `antigravity`? ;-)
38
+
39
+ 2025: Released 4,750 Mighty Maxims - busy year 8^)
40
+ 2024: Released 2,927 Mighty Maxims.
41
+
42
+
@@ -3,7 +3,7 @@ pyproject.toml
3
3
  setup.py
4
4
  MightyMaxims/GetRandom.py
5
5
  MightyMaxims/Maxims.py
6
- MightyMaxims/MightyMaxims2024.sqlt3
6
+ MightyMaxims/MightyMaxims2025.sqlt3
7
7
  MightyMaxims/__init__.py
8
8
  MightyMaxims.egg-info/PKG-INFO
9
9
  MightyMaxims.egg-info/SOURCES.txt
@@ -1,35 +1,42 @@
1
- Metadata-Version: 2.1
2
- Name: MightyMaxims
3
- Version: 3.0.2
4
- Summary: Random Short & Memorable Quotations
5
- Home-page: http://soft9000.com
6
- Download-URL: https://github.com/soft9000/DoctorQuote
7
- Author: Randall Nagy
8
- Author-email: Randall Nagy <r.a.nagy@gmail.com>
9
- Project-URL: Homepage, https://github.com/soft9000/DoctorQuote
10
- Project-URL: Bug Tracker, https://github.com/soft9000/DoctorQuote/issues
11
- Platform: Cross-Platform CLI / TUI
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: License :: OSI Approved :: MIT License
14
- Classifier: Operating System :: OS Independent
15
- Requires-Python: >=3.6
16
- Description-Content-Type: text/markdown
17
-
18
- # Doctor Quote's "Mighty Maxims" Effort
19
-
20
- Welcome to the official 'pythonic quote-share for Doctor Quote.
21
-
22
- ## MightyMaxims: The Module
23
-
24
- The quotes in this package are from the 2021 paperback. Available on the 'Zon.
25
-
26
- After installing simply:
27
-
28
- ```
29
- >>> import MightyMaxims
30
- >>> help(MightyMaxims)
31
- ```
32
-
33
- (Yea - I know - but printing quotes is what this 'pup is designed to do. Think `antigravity`? ;-)
34
-
35
-
1
+ Metadata-Version: 2.4
2
+ Name: MightyMaxims
3
+ Version: 4.0.0
4
+ Summary: Random Short & Memorable Quotations
5
+ Home-page: http://soft9000.com
6
+ Download-URL: https://github.com/soft9000/DoctorQuote
7
+ Author: Randall Nagy
8
+ Author-email: Randall Nagy <r.a.nagy@gmail.com>
9
+ Project-URL: Homepage, https://github.com/soft9000/DoctorQuote
10
+ Project-URL: Bug Tracker, https://github.com/soft9000/DoctorQuote/issues
11
+ Platform: Cross-Platform CLI / TUI
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Operating System :: OS Independent
15
+ Requires-Python: >=3.6
16
+ Description-Content-Type: text/markdown
17
+ Dynamic: author
18
+ Dynamic: download-url
19
+ Dynamic: home-page
20
+ Dynamic: platform
21
+
22
+ # Doctor Quote's "Mighty Maxims" Effort
23
+
24
+ Welcome to the official 'pythonic quote-share for Doctor Quote.
25
+
26
+ ## MightyMaxims: The Module
27
+
28
+ The quotes in this package are from the 2021 paperback. Available on the 'Zon.
29
+
30
+ After installing simply:
31
+
32
+ ```
33
+ >>> import MightyMaxims
34
+ >>> help(MightyMaxims)
35
+ ```
36
+
37
+ (Yea - I know - but printing quotes is what this 'pup is designed to do. Think `antigravity`? ;-)
38
+
39
+ 2025: Released 4,750 Mighty Maxims - busy year 8^)
40
+ 2024: Released 2,927 Mighty Maxims.
41
+
42
+
@@ -15,4 +15,7 @@ After installing simply:
15
15
 
16
16
  (Yea - I know - but printing quotes is what this 'pup is designed to do. Think `antigravity`? ;-)
17
17
 
18
+ 2025: Released 4,750 Mighty Maxims - busy year 8^)
19
+ 2024: Released 2,927 Mighty Maxims.
20
+
18
21
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "MightyMaxims"
3
- version = "3.0.2"
3
+ version = "4.0.0"
4
4
  authors = [
5
5
  { name="Randall Nagy", email="r.a.nagy@gmail.com" },
6
6
  ]
@@ -1,4 +1,4 @@
1
- [egg_info]
2
- tag_build =
3
- tag_date = 0
4
-
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -8,7 +8,7 @@ from setuptools import find_packages, find_namespace_packages
8
8
  # ---aFiles = glob("Hershey01//GsDict//*.gsdict")
9
9
  # defer to README.md:
10
10
  aFiles = [
11
- "MightyMaxims/MightyMaxims2024.sqlt3",
11
+ "MightyMaxims/MightyMaxims2025.sqlt3",
12
12
  ]
13
13
 
14
14
  zFiles = [