PyEmailerAJM 1.6__tar.gz → 1.6.1__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.
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/PKG-INFO +5 -2
- pyemailerajm-1.6.1/PyEmailerAJM/_version.py +1 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/PyEmailerAJM.egg-info/PKG-INFO +5 -2
- pyemailerajm-1.6.1/PyEmailerAJM.egg-info/requires.txt +4 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/setup.py +1 -1
- pyemailerajm-1.6/PyEmailerAJM/_version.py +0 -1
- pyemailerajm-1.6/PyEmailerAJM.egg-info/requires.txt +0 -1
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/LICENSE.txt +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/PyEmailerAJM/__init__.py +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/PyEmailerAJM/errs.py +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/PyEmailerAJM/helpers.py +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/PyEmailerAJM/msg.py +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/PyEmailerAJM/py_emailer_ajm.py +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/PyEmailerAJM.egg-info/SOURCES.txt +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/PyEmailerAJM.egg-info/dependency_links.txt +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/PyEmailerAJM.egg-info/top_level.txt +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/README.md +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/setup.cfg +0 -0
- {pyemailerajm-1.6 → pyemailerajm-1.6.1}/tests/test_PyEmailerAJM.py +0 -0
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyEmailerAJM
|
|
3
|
-
Version: 1.6
|
|
3
|
+
Version: 1.6.1
|
|
4
4
|
Summary: Allows for automating sending Email with the Outlook Desktop client. Future releases will add more client support
|
|
5
5
|
Home-page: https://github.com/amcsparron2793-Water/PyEmailer
|
|
6
|
-
Download-URL: https://github.com/amcsparron2793-Water/PyEmailer/archive/refs/tags/1.6.tar.gz
|
|
6
|
+
Download-URL: https://github.com/amcsparron2793-Water/PyEmailer/archive/refs/tags/1.6.1.tar.gz
|
|
7
7
|
Author: Amcsparron
|
|
8
8
|
Author-email: amcsparron@albanyny.gov
|
|
9
9
|
License: MIT License
|
|
10
10
|
Keywords: Outlook,Email,Automation
|
|
11
11
|
License-File: LICENSE.txt
|
|
12
12
|
Requires-Dist: pywin32
|
|
13
|
+
Requires-Dist: extract_msg
|
|
14
|
+
Requires-Dist: email_validator
|
|
15
|
+
Requires-Dist: questionary
|
|
13
16
|
Dynamic: author
|
|
14
17
|
Dynamic: author-email
|
|
15
18
|
Dynamic: download-url
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.6.1'
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyEmailerAJM
|
|
3
|
-
Version: 1.6
|
|
3
|
+
Version: 1.6.1
|
|
4
4
|
Summary: Allows for automating sending Email with the Outlook Desktop client. Future releases will add more client support
|
|
5
5
|
Home-page: https://github.com/amcsparron2793-Water/PyEmailer
|
|
6
|
-
Download-URL: https://github.com/amcsparron2793-Water/PyEmailer/archive/refs/tags/1.6.tar.gz
|
|
6
|
+
Download-URL: https://github.com/amcsparron2793-Water/PyEmailer/archive/refs/tags/1.6.1.tar.gz
|
|
7
7
|
Author: Amcsparron
|
|
8
8
|
Author-email: amcsparron@albanyny.gov
|
|
9
9
|
License: MIT License
|
|
10
10
|
Keywords: Outlook,Email,Automation
|
|
11
11
|
License-File: LICENSE.txt
|
|
12
12
|
Requires-Dist: pywin32
|
|
13
|
+
Requires-Dist: extract_msg
|
|
14
|
+
Requires-Dist: email_validator
|
|
15
|
+
Requires-Dist: questionary
|
|
13
16
|
Dynamic: author
|
|
14
17
|
Dynamic: author-email
|
|
15
18
|
Dynamic: download-url
|
|
@@ -17,7 +17,7 @@ setup(
|
|
|
17
17
|
url='https://github.com/amcsparron2793-Water/PyEmailer',
|
|
18
18
|
download_url=f'https://github.com/amcsparron2793-Water/PyEmailer/archive/refs/tags/{get_property("__version__", project_name)}.tar.gz',
|
|
19
19
|
keywords=["Outlook", "Email", "Automation"],
|
|
20
|
-
install_requires=['pywin32'],
|
|
20
|
+
install_requires=['pywin32', 'extract_msg', 'email_validator', 'questionary'],
|
|
21
21
|
license='MIT License',
|
|
22
22
|
author='Amcsparron',
|
|
23
23
|
author_email='amcsparron@albanyny.gov',
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.6'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
pywin32
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|