aa-rss-to-discord 1.4.2__py3-none-any.whl → 1.6.0__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.
@@ -1,6 +1,11 @@
1
1
  """
2
- a couple of variables to use throughout the app
2
+ App init
3
3
  """
4
4
 
5
- __version__ = "1.4.2"
5
+ # Standard Library
6
+ from importlib import metadata
7
+
8
+ __version__ = metadata.version("aa-rss-to-discord")
6
9
  __title__ = "RSS to Discord"
10
+
11
+ del metadata
@@ -0,0 +1,34 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2023-04-19 01:27+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+
20
+ #: models.py:41
21
+ msgid "RSS Feed"
22
+ msgstr ""
23
+
24
+ #: models.py:42
25
+ msgid "RSS Feeds"
26
+ msgstr ""
27
+
28
+ #: models.py:69
29
+ msgid "Last Item"
30
+ msgstr ""
31
+
32
+ #: models.py:70
33
+ msgid "Last Items"
34
+ msgstr ""
@@ -1,37 +1,36 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- #, fuzzy
4
+ # Nikolay <nick.postnikov@gmail.com>, 2023.
7
5
  msgid ""
8
6
  msgstr ""
9
7
  "Project-Id-Version: PACKAGE VERSION\n"
10
8
  "Report-Msgid-Bugs-To: \n"
11
9
  "POT-Creation-Date: 2023-04-12 09:17+0200\n"
12
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: \n"
10
+ "PO-Revision-Date: 2023-04-16 17:09+0000\n"
11
+ "Last-Translator: Nikolay <nick.postnikov@gmail.com>\n"
12
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-rss-to-discord/ru/>\n"
14
+ "Language: ru\n"
16
15
  "MIME-Version: 1.0\n"
17
16
  "Content-Type: text/plain; charset=UTF-8\n"
18
17
  "Content-Transfer-Encoding: 8bit\n"
19
- "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
20
- "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
21
- "(n%100>=11 && n%100<=14)? 2 : 3);\n"
18
+ "Plural-Forms: nplurals=4; plural= n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
19
+ "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
+ "X-Generator: Weblate 4.16.4\n"
22
21
 
23
22
  #: models.py:41
24
23
  msgid "RSS Feed"
25
- msgstr ""
24
+ msgstr "RSS лента"
26
25
 
27
26
  #: models.py:42
28
27
  msgid "RSS Feeds"
29
- msgstr ""
28
+ msgstr "RSS ленты"
30
29
 
31
30
  #: models.py:69
32
31
  msgid "Last Item"
33
- msgstr ""
32
+ msgstr "Последний элемент"
34
33
 
35
34
  #: models.py:70
36
35
  msgid "Last Items"
37
- msgstr ""
36
+ msgstr "Последние элементы"
@@ -0,0 +1,36 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2023-04-19 01:27+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=4; plural= n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
20
+ "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
+
22
+ #: models.py:41
23
+ msgid "RSS Feed"
24
+ msgstr ""
25
+
26
+ #: models.py:42
27
+ msgid "RSS Feeds"
28
+ msgstr ""
29
+
30
+ #: models.py:69
31
+ msgid "Last Item"
32
+ msgstr ""
33
+
34
+ #: models.py:70
35
+ msgid "Last Items"
36
+ msgstr ""
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aa-rss-to-discord
3
- Version: 1.4.2
3
+ Version: 1.6.0
4
4
  Summary: Alliance Auth module to post news from RSS feeds to your Discord
5
- Home-page: https://github.com/ppfeufer/aa-rss-to-discord
6
- Author: Peter Pfeufer
7
- Author-email: develop@ppfeufer.de
8
- Maintainer: Peter Pfeufer
9
- Maintainer-email: develop@ppfeufer.de
10
- License: GPL-3.0
11
- Project-URL: Issue / Bug Reports, https://github.com/ppfeufer/aa-rss-to-discord/issues
5
+ Project-URL: Homepage, https://github.com/ppfeufer/aa-rss-to-discord
6
+ Project-URL: Documentation, https://github.com/ppfeufer/aa-rss-to-discord/blob/master/README.md
7
+ Project-URL: Source, https://github.com/ppfeufer/aa-rss-to-discord.git
12
8
  Project-URL: Changelog, https://github.com/ppfeufer/aa-rss-to-discord/blob/master/CHANGELOG.md
13
- Keywords: allianceauth,eveonline,discord,rss
9
+ Project-URL: Tracker, https://github.com/ppfeufer/aa-rss-to-discord/issues
10
+ Author-email: Peter Pfeufer <develop@ppfeufer.de>
11
+ License-Expression: GPL-3.0
12
+ License-File: LICENSE
13
+ Keywords: allianceauth,discord,eveonline,rss
14
14
  Classifier: Environment :: Web Environment
15
15
  Classifier: Framework :: Django
16
16
  Classifier: Framework :: Django :: 4.0
@@ -26,12 +26,11 @@ Classifier: Programming Language :: Python :: 3.11
26
26
  Classifier: Topic :: Internet :: WWW/HTTP
27
27
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
28
28
  Requires-Python: ~=3.8
29
- Description-Content-Type: text/markdown
30
- License-File: LICENSE
31
- Requires-Dist: allianceauth (>=3.0.0)
32
- Requires-Dist: allianceauth-app-utils (>=1.14.2)
33
- Requires-Dist: allianceauth-discordbot (>=3.0.5)
29
+ Requires-Dist: allianceauth-app-utils>=1.14.2
30
+ Requires-Dist: allianceauth-discordbot>=3.0.5
31
+ Requires-Dist: allianceauth>=3.0.0
34
32
  Requires-Dist: feedparser
33
+ Description-Content-Type: text/markdown
35
34
 
36
35
  # Alliance Auth RSS to Discord
37
36
 
@@ -50,18 +49,21 @@ Requires-Dist: feedparser
50
49
 
51
50
  A simple app to post selected RSS feeds to your Discord.
52
51
 
52
+ ---
53
53
 
54
- ## Contents
55
-
56
- - [Installation](#installation)
57
- - [Step 0.5 - Install AA-Discordbot](#step-05---install-aa-discordbot)
58
- - [Step 1 - Install the Package](#step-1---install-the-package)
59
- - [Step 2 - Configure Alliance Auth](#step-2---configure-alliance-auth)
60
- - [Step 3 - Finalize the Installation](#step-3---finalize-the-installation)
61
- - [Step 4 - Configure your RSS Feeds](#step-4---configure-your-rss-feeds)
62
- - [Discord Bot Commands](#discord-bot-commands)
63
- - [Updating](#updating)
54
+ <!-- TOC -->
55
+ * [Alliance Auth RSS to Discord](#alliance-auth-rss-to-discord)
56
+ * [Installation](#installation)
57
+ * [Step 0.5: Install AA-Discordbot](#step-05-install-aa-discordbot)
58
+ * [Step 1: Install the Package](#step-1-install-the-package)
59
+ * [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
60
+ * [Step 3: Finalizing the Installation](#step-3-finalizing-the-installation)
61
+ * [Step 4: Configure your RSS Feeds](#step-4-configure-your-rss-feeds)
62
+ * [Discord Bot Commands](#discord-bot-commands)
63
+ * [Updating](#updating)
64
+ <!-- TOC -->
64
65
 
66
+ ---
65
67
 
66
68
  ## Installation
67
69
 
@@ -75,24 +77,24 @@ A simple app to post selected RSS feeds to your Discord.
75
77
  **before** installing this app.
76
78
 
77
79
 
78
- ### Step 0.5 - Install AA-Discordbot
80
+ ### Step 0.5: Install AA-Discordbot
79
81
 
80
82
  In order for this app to work, you need to install and configure
81
83
  [AA-Discordbot](https://github.com/pvyParts/allianceauth-discordbot) first. Read the
82
84
  instructions how to do so in the README of AA-Discordbot.
83
85
 
84
86
 
85
- ### Step 1 - Install the Package
87
+ ### Step 1: Install the Package
86
88
 
87
- Make sure you are in the virtual environment (venv) of your Alliance Auth
88
- installation Then install the latest releast directly from PyPi.
89
+ Make sure you're in the virtual environment (venv) of your Alliance Auth
90
+ installation Then install the latest release directly from PyPi.
89
91
 
90
92
  ```shell
91
93
  pip install aa-rss-to-discord
92
94
  ```
93
95
 
94
96
 
95
- ### Step 2 - Configure Alliance Auth
97
+ ### Step 2: Configure Alliance Auth
96
98
 
97
99
  This is fairly simple, just add the following to the `INSTALLED_APPS` of your `local.py`
98
100
 
@@ -108,7 +110,7 @@ Configure your AA settings (`local.py`) as follows:
108
110
  ```
109
111
 
110
112
 
111
- ### Step 3 - Finalize the Installation
113
+ ### Step 3: Finalizing the Installation
112
114
 
113
115
  Run migrations to finalize the installation
114
116
 
@@ -116,12 +118,12 @@ Run migrations to finalize the installation
116
118
  python manage.py migrate
117
119
  ```
118
120
 
119
- Finally restart your supervisor services for AA.
121
+ Finally, restart your supervisor services for AA.
120
122
 
121
123
 
122
- ### Step 4 - Configure your RSS Feeds
124
+ ### Step 4: Configure your RSS Feeds
123
125
 
124
- First you need to set up the Discord Server and Channels. For this you go in your
126
+ First, you need to set up the Discord Server and Channels. For this, you go in your
125
127
  admin backend to the Discordbot settings and enter the needed information there.
126
128
 
127
129
  When done, you can set up your RSS feeds. This can be done in the setting of this
@@ -133,13 +135,14 @@ and select the Discord channel it should be posted to. Once done, save it.
133
135
 
134
136
  The following commands are available for the Discord bot to manage RSS/Atom feeds:
135
137
 
136
- | Command | Options | What it does |
137
- |:---|:---|:---|
138
- | `!rss_add <rss_url> <rss_name>` | - `rss_url` - The URL of the RSS/Atom feed<br>- `rss_name` - A Name for the RSS/Atom Feed | Adding a RSS/Atom fedd to the current channel |
139
- | `!rss_delete <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to remove | Remove a RSS/Atom feed from the current Discord channel |
140
- | `!rss_disable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to disable | Disable an enabled RSS/Atom feed for the current Discord channel |
141
- | `!rss_enable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to enable | Enable a disabled RSS/Atom feed for the current Discord channel |
142
- | `!rss_list` | None | List all RSS/Atom feeds for the current Discord channel |
138
+ | Command | Options | What it does |
139
+ |:--------------------------------|:------------------------------------------------------------------------------------------|:-----------------------------------------------------------------|
140
+ | `!rss_add <rss_url> <rss_name>` | - `rss_url` - The URL of the RSS/Atom feed<br>- `rss_name` - A Name for the RSS/Atom Feed | Adding a RSS/Atom feed to the current channel |
141
+ | `!rss_delete <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to remove | Remove a RSS/Atom feed from the current Discord channel |
142
+ | `!rss_disable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to disable | Disable an enabled RSS/Atom feed for the current Discord channel |
143
+ | `!rss_enable <rss_feed_id>` | `rss_feed_id` - The ID of the RSS/Atom feed you want to enable | Enable a disabled RSS/Atom feed for the current Discord channel |
144
+ | `!rss_list` | None | List all RSS/Atom feeds for the current Discord channel |
145
+
143
146
 
144
147
  ## Updating
145
148
 
@@ -152,4 +155,4 @@ pip install -U aa-rss-to-discord
152
155
  python manage.py migrate
153
156
  ```
154
157
 
155
- Finally restart your supervisor services for AA.
158
+ Finally, restart your supervisor services for AA.
@@ -1,4 +1,4 @@
1
- aa_rss_to_discord/__init__.py,sha256=8PFeO_IszWj78pgueo6q3AapvRvApeHPM9gR__MMscw,108
1
+ aa_rss_to_discord/__init__.py,sha256=Q446fJfBPvWPXBkQSLyhQe6mF4nXbBl7EvvUmi0bkt4,164
2
2
  aa_rss_to_discord/admin.py,sha256=bbvD0w0vFgD4kR4riWIwpOWpb9t8R6BI7ofYqTZbjDw,440
3
3
  aa_rss_to_discord/apps.py,sha256=2VCJz9NRLjonlVLMngaoTQLk62hfJwBTSc49PfUK4EE,322
4
4
  aa_rss_to_discord/auth_hooks.py,sha256=k5mLzQR1NwtA5MCedLzPyULEhv4ylwqvFpTPZ62eWJ0,273
@@ -8,6 +8,7 @@ aa_rss_to_discord/models.py,sha256=wfFt1p8sQlcOFdVrByiuYStS9UI0nhbVeBsSYAxrYMA,1
8
8
  aa_rss_to_discord/tasks.py,sha256=WRqYGd_zorQGw4go7OBTUra49uvZyPyR5nr7niDcJCs,6383
9
9
  aa_rss_to_discord/discordbot/cogs/__init__.py,sha256=3u3OJfO3Xh1GightCaX0lhbUbP7Lq2c1nY4Tg1FsrZo,27
10
10
  aa_rss_to_discord/discordbot/cogs/rss.py,sha256=CjWIfwUAo-lYcrX62VF29hx0Q7mr4PPW0oyXhHeu6EI,7851
11
+ aa_rss_to_discord/locale/django.pot,sha256=JC9znQ_x75ra5hKBTA9j6-qr-xYROQkh2KixGUpjUzo,760
11
12
  aa_rss_to_discord/locale/de/LC_MESSAGES/django.mo,sha256=mLomx80f8QuBbyzSihCcJ-BjzGbrQBs1hRWV8cP_7gk,657
12
13
  aa_rss_to_discord/locale/de/LC_MESSAGES/django.po,sha256=hq4NCQJBeTUQzMQsqllRH1OQxRT6Wg-dAAZOMlcxUD4,967
13
14
  aa_rss_to_discord/locale/es/LC_MESSAGES/django.po,sha256=H0u5dK1QNqA23uv7sEomkqElgqnz-htxnj_prhT-_L0,807
@@ -15,13 +16,14 @@ aa_rss_to_discord/locale/fr_FR/LC_MESSAGES/django.po,sha256=ssx1ohJ4ptAfVlLrGvw5
15
16
  aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po,sha256=ssx1ohJ4ptAfVlLrGvw5o7MF3Tn3OuLX83MqydpQa0o,760
16
17
  aa_rss_to_discord/locale/ja/LC_MESSAGES/django.po,sha256=uioii2cGn0TeKZHnXr4QWWCkjOm14GxnRqyTcNXGDFM,800
17
18
  aa_rss_to_discord/locale/ko_KR/LC_MESSAGES/django.po,sha256=ssx1ohJ4ptAfVlLrGvw5o7MF3Tn3OuLX83MqydpQa0o,760
18
- aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po,sha256=eASzZyPOPxh5rfzH_Hd2Lr-g_BXuM9UzZGq2vbkCwz4,951
19
+ aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo,sha256=rQ0HYyQl_b3GTv9horHPKIOSX64Ayc8MbItHTuVp26k,848
20
+ aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po,sha256=8qtQfyRmhO0UPrk3AHlSnu1kfZQhq1eQZCx54C-Yj94,1100
21
+ aa_rss_to_discord/locale/uk/LC_MESSAGES/django.po,sha256=LZYFTD781ooWvg3v0PN0v3xpSZGW3q_nZNKqFT1FZuA,896
19
22
  aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po,sha256=uioii2cGn0TeKZHnXr4QWWCkjOm14GxnRqyTcNXGDFM,800
20
23
  aa_rss_to_discord/migrations/0001_initial.py,sha256=eUklGt1TtGrlOaZblKbGYji7dFXHZm7p2yVmGleTW3E,2765
21
24
  aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py,sha256=l9RjPeBYW6cMnyqvU31BzIYhGxvrLaE9OlEJfcQYoEg,397
22
25
  aa_rss_to_discord/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- aa_rss_to_discord-1.4.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
24
- aa_rss_to_discord-1.4.2.dist-info/METADATA,sha256=osZ3YcAl9ps-PXLjui_3Q8z5ze3t4yzCPYvQsC0T5A0,6841
25
- aa_rss_to_discord-1.4.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
26
- aa_rss_to_discord-1.4.2.dist-info/top_level.txt,sha256=813k21Klh5qYihpaUMb3QvgwiI8DuVsCAO0Qyo4Q29A,18
27
- aa_rss_to_discord-1.4.2.dist-info/RECORD,,
26
+ aa_rss_to_discord-1.6.0.dist-info/METADATA,sha256=IuvpEz1J8Yv72UALtpFinH2eD-stp38vv1D4eejT_so,7597
27
+ aa_rss_to_discord-1.6.0.dist-info/WHEEL,sha256=9MIigYJ7D5sOqAPqr0-o6tSMY_nQ7c6kvtvyeUB99YQ,87
28
+ aa_rss_to_discord-1.6.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
29
+ aa_rss_to_discord-1.6.0.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: hatchling 1.14.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -1 +0,0 @@
1
- aa_rss_to_discord