Skip to content

Commit

Permalink
Introduction of PyFunceble v3.3.1 (Teal Blauwbok: Grub)
Browse files Browse the repository at this point in the history
Fixed:

- Issue while saving user-inputted database credentials (if not found).

Improved:

- The way we open and close a connection to a MariaDB or MySQL database.
  • Loading branch information
funilrys committed Sep 6, 2020
1 parent a6f77a6 commit 6b15e70
Show file tree
Hide file tree
Showing 150 changed files with 198 additions and 198 deletions.
6 changes: 3 additions & 3 deletions .PyFunceble_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@ http_codes:
links:
api_date_format: "https://pyfunceble.funilrys.com/api/date-format"
api_no_referer: "https://pyfunceble.funilrys.com/api/no-referer"
config: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.PyFunceble_production.yaml"
dir_structure: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/dir_structure_production.json"
config: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/.PyFunceble_production.yaml"
dir_structure: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/dir_structure_production.json"
iana: "https://raw.githubusercontent.com/PyFunceble/iana/master/iana-domains-db.json"
ipv4_reputation: "https://reputation.alienvault.com/reputation.data"
psl: "https://raw.githubusercontent.com/PyFunceble/public-suffix/master/public-suffix.json"
repo: "https://github.com/funilrys/PyFunceble"
requirements: "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/requirements.txt"
requirements: "https://raw.githubusercontent.com/funilrys/PyFunceble/master/requirements.txt"
user_agents: "https://raw.githubusercontent.com/PyFunceble/user_agents/master/user_agents.json"
2 changes: 1 addition & 1 deletion PyFunceble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/abstracts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
4 changes: 2 additions & 2 deletions PyFunceble/abstracts/infrastructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down Expand Up @@ -103,7 +103,7 @@ class Infrastructure:
:type: str
"""

PROD_CONFIG_LINK = "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/.PyFunceble_production.yaml" # pylint: disable=line-too-long
PROD_CONFIG_LINK = "https://raw.githubusercontent.com/funilrys/PyFunceble/master/.PyFunceble_production.yaml" # pylint: disable=line-too-long
"""
Sets the link to the production configuration file.
Expand Down
4 changes: 2 additions & 2 deletions PyFunceble/abstracts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down Expand Up @@ -64,7 +64,7 @@ class Package:
:type: str
"""

VERSION = "3.3.1.dev (Teal Blauwbok: Centipede)"
VERSION = "3.3.1. (Teal Blauwbok: Grub)"
"""
Sets the package version.
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/abstracts/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
4 changes: 2 additions & 2 deletions PyFunceble/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down Expand Up @@ -97,7 +97,7 @@ def tool(): # pragma: no cover pylint: disable=too-many-branches,too-many-state

epilog = (
f"{Style.BRIGHT}{Fore.YELLOW}For an in-depth usage, explanation and examples of the arguments, "
f"you should read the documentation at{Fore.GREEN} https://pyfunceble.readthedocs.io/en/dev/"
f"you should read the documentation at{Fore.GREEN} https://pyfunceble.readthedocs.io/en/master/"
f"{Style.RESET_ALL}\n\n"
f"Crafted with {Fore.RED}{Fore.RESET} by "
f"{Style.BRIGHT}{Fore.CYAN}Nissar Chababy (@funilrys){Style.RESET_ALL} "
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/execution_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/iana.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/cli/publicsuffix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/config/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/config/preset.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/adblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/digit2digits.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/internal_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/converter/month.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
6 changes: 3 additions & 3 deletions PyFunceble/core/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down Expand Up @@ -409,7 +409,7 @@ def logs_sharing(cls):
print(Fore.GREEN + Style.BRIGHT + "You are sharing your logs!")
print(
Fore.MAGENTA + Style.BRIGHT + "Please find more about it at "
"https://pyfunceble.readthedocs.io/en/dev/logs-sharing.html !"
"https://pyfunceble.readthedocs.io/en/master/logs-sharing.html !"
)

@classmethod
Expand All @@ -421,7 +421,7 @@ def get_upstream_version_file(cls): # pragma: no cover
# We initiate the link to the upstream version file.
# It is hard coded because we may not have the chance to have the
# configuration file everytime we need it.
upstream_link = "https://raw.githubusercontent.com/funilrys/PyFunceble/dev/version.yaml" # pylint: disable=line-too-long
upstream_link = "https://raw.githubusercontent.com/funilrys/PyFunceble/master/version.yaml" # pylint: disable=line-too-long

upstream_link = PyFunceble.converter.InternalUrl(upstream_link).get_converted()

Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/core/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/core/multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/core/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/data/alembic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/data/alembic/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/data/alembic/versions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/database/inactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/database/whois.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down
2 changes: 1 addition & 1 deletion PyFunceble/downloader/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
https://github.com/funilrys/PyFunceble
Project documentation:
https://pyfunceble.readthedocs.io/en/dev/
https://pyfunceble.readthedocs.io/en/master/
Project homepage:
https://pyfunceble.github.io/
Expand Down

0 comments on commit 6b15e70

Please sign in to comment.