diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2020-07-01 16:16:44 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2020-07-01 16:19:16 +0200 |
commit | d5fc1faf927a5ff91f3416eb97014c0eadb14742 (patch) | |
tree | 2cb34082a4df13685c2ee0f46e1360cfdf4a8e88 /PKG-INFO | |
parent | 19388fa2e3e6b02e7d7fd5c0b5dc9ee0cd9ef100 (diff) | |
download | pygn-d5fc1faf927a5ff91f3416eb97014c0eadb14742.tar.gz |
Sync with 0.10.1 release on PyPI0.10.1
Port to Python 3.
Diffstat (limited to 'PKG-INFO')
-rw-r--r-- | PKG-INFO | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/PKG-INFO b/PKG-INFO new file mode 100644 index 0000000..d88a6ff --- /dev/null +++ b/PKG-INFO @@ -0,0 +1,61 @@ +Metadata-Version: 1.1 +Name: pygn +Version: 0.10.1 +Summary: The Python Gateway Script: news2mail mail2news gateway +Home-page: https://gitlab.com/mcepl/pyg +Author: Cosimo Alfarano, Matej Cepl +Author-email: kalfa@debian.org, mcepl@cepl.eu +License: GPLv3 +Description: Python Gateway Script from news to mail and vice versa. + + Copyright: + Copyright (C) 2000-2001,2012 Cosimo Alfarano <kalfa@debian.org> + Copyright (C) 2014 Matěj Cepl <mcepl@cepl.eu> + + A copy of the GNU General Public License, version 3, can be found in + http://www.gnu.org/licenses/gpl-3.0.txt + + It is intended to be a full SMTP/NNTP rfc compliant gateway + with whitelist manager. + + You will probably have to install a mail-transport-agent and/or + news-transport-system package to manage SMTP/NNTP traffic. + + MTA is needed for mail2news service, since mail have to be + processed on a box where pyg is installed. You can use a remote + smtpserver for news2mail. + + News system is useful but not needed, since you can send articles to a + remote SMTP server (ie: moderated NG) where is installed pyg, otherwise you + will need it. + + It refers to rfc 822 (mail) and 850 (news). + + ---------------- + + List of file: + + mail2news.py mail to news python class module + news2mail.py news to mail python class module + setup.py setup script + pygm2n mail to news gateway frontend + pygn2m news to mail gateway frontend + whitelist.py whitelist managing python class module + wlp C backend for whitelist parser (wlp) directory + examples documentation and exaples directory + +Keywords: nntp,email,gateway +Platform: UNKNOWN +Classifier: Development Status :: 3 - Alpha +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Intended Audience :: System Administrators +Classifier: Topic :: Utilities +Classifier: Topic :: Communications :: Usenet News +Classifier: Environment :: Console +Classifier: Operating System :: OS Independent +Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) +Requires: rply |