aa-rss-to-discord 1.5.0__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.5.0"
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 ""
@@ -15,9 +15,8 @@ msgstr ""
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
- "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
19
- "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || ("
20
- "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"
21
20
  "X-Generator: Weblate 4.16.4\n"
22
21
 
23
22
  #: models.py:41
@@ -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.5.0
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
 
@@ -1,4 +1,4 @@
1
- aa_rss_to_discord/__init__.py,sha256=pytQfVVFpJSFTPznFeQ6zmWovo2IUJYnntk88NLYHHo,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
@@ -16,13 +17,13 @@ aa_rss_to_discord/locale/it_IT/LC_MESSAGES/django.po,sha256=ssx1ohJ4ptAfVlLrGvw5
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
19
  aa_rss_to_discord/locale/ru/LC_MESSAGES/django.mo,sha256=rQ0HYyQl_b3GTv9horHPKIOSX64Ayc8MbItHTuVp26k,848
19
- aa_rss_to_discord/locale/ru/LC_MESSAGES/django.po,sha256=Ho3M450g2gDUTI37AIbrXqFwG7QCpJqO8Hv94Bj4zRs,1155
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
20
22
  aa_rss_to_discord/locale/zh_Hans/LC_MESSAGES/django.po,sha256=uioii2cGn0TeKZHnXr4QWWCkjOm14GxnRqyTcNXGDFM,800
21
23
  aa_rss_to_discord/migrations/0001_initial.py,sha256=eUklGt1TtGrlOaZblKbGYji7dFXHZm7p2yVmGleTW3E,2765
22
24
  aa_rss_to_discord/migrations/0002_enable_disable_rss_feeds.py,sha256=l9RjPeBYW6cMnyqvU31BzIYhGxvrLaE9OlEJfcQYoEg,397
23
25
  aa_rss_to_discord/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
- aa_rss_to_discord-1.5.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
25
- aa_rss_to_discord-1.5.0.dist-info/METADATA,sha256=ECnQHzAoQowZ2C3jGvZK1EWrRoPvT2C76nI8fnKMRNE,7498
26
- aa_rss_to_discord-1.5.0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
27
- aa_rss_to_discord-1.5.0.dist-info/top_level.txt,sha256=813k21Klh5qYihpaUMb3QvgwiI8DuVsCAO0Qyo4Q29A,18
28
- aa_rss_to_discord-1.5.0.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