pytech-django-emails 0.0.1__py3-none-any.whl
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.
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pytech-django-emails
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: PyTech Django Emails Project
|
|
5
|
+
Project-URL: Homepage, https://gitlab.com/pytech-srl/resources/pytech-django-emails
|
|
6
|
+
Project-URL: Bug Tracker, https://gitlab.com/pytech-srl/resources/pytech-django-emails/-/work_items
|
|
7
|
+
Project-URL: Documentation, https://pytech-srl.gitlab.io/resources/pytech-django-emails/
|
|
8
|
+
Author-email: Alessandro Grandi <alessandro.grandi@pytech.it>
|
|
9
|
+
License-File: LICENCE
|
|
10
|
+
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Classifier: Programming Language :: Python
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Requires-Python: >=3.8
|
|
15
|
+
Requires-Dist: django>=4
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
|
|
18
|
+
# PyTech Django Emails
|
|
19
|
+
|
|
20
|
+
## Description
|
|
21
|
+
This project aims to provide an Email model to be used in django projects.
|
|
22
|
+
|
|
23
|
+
## Roadmap
|
|
24
|
+
You may find some new features coming in the [Work items section](https://gitlab.com/pytech-srl/resources/pytech-django-emails/-/work_items)
|
|
25
|
+
|
|
26
|
+
## License
|
|
27
|
+
|
|
28
|
+
This project is licensed under the [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.html).
|
|
29
|
+
See the [LICENSE](./LICENSE) file for more details.
|
|
30
|
+
|
|
31
|
+
## Authors and acknowledgment
|
|
32
|
+
This package is provided thanks to:
|
|
33
|
+
|
|
34
|
+
- Alessandro Grandi (PyTech srl)
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
pytech_django_emails-0.0.1.dist-info/METADATA,sha256=gRTn7EM556tCY3kGrfENF96eLQQPSXzkdm2h7sAHtig,1333
|
|
2
|
+
pytech_django_emails-0.0.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
3
|
+
pytech_django_emails-0.0.1.dist-info/licenses/LICENCE,sha256=nlYibru36TbkPN8kT-Ib-B-0XsTp0xgZOTfWqocevmk,665
|
|
4
|
+
pytech_django_emails-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Copyright (C) 2026 PyTech srl
|
|
2
|
+
|
|
3
|
+
This program is free software: you can redistribute it and/or modify
|
|
4
|
+
it under the terms of the GNU Affero General Public License as
|
|
5
|
+
published by the Free Software Foundation, either version 3 of the
|
|
6
|
+
License, or (at your option) any later version.
|
|
7
|
+
|
|
8
|
+
This program is distributed in the hope that it will be useful,
|
|
9
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
10
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
11
|
+
GNU Affero General Public License for more details.
|
|
12
|
+
|
|
13
|
+
You should have received a copy of the GNU Affero General Public License
|
|
14
|
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|