Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
rich table
  • Loading branch information
SermetPekin committed Jul 27, 2024
1 parent eb6d9dc commit a2cd76f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions evdspy/EVDSlocal/initial/load_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,11 @@ def display():
hiddenok = "hidden"
if not api_key_is_ok:
hiddenok = ""
msg = rf"""
# [{str(get_cache_folder()).replace(":", " ")}]
msg = f"""
Workspace : {workspace}
Folders created :{folders_ok}
Cache folder was created :{cache_folder_ok} [{str(get_cache_folder()).replace(":", " ")}]
Cache folder was created :{cache_folder_ok}
Series file was created :{series_file_was_created} {indent} {ps.input_file_name}
Options file was created :{options_file_created} {indent} {options_file_name}
Api key was set :{api_key_is_ok} {indent} {hiddenok}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

[tool.poetry]
name = "evdspy"
version = "1.1.27"
description = "A versatile interface for the 'EDDS' (EVDS) API of the Central Bank of the Republic of Türkiye (https://evds2.tcmb.gov.tr/index.php?/evds/userDocs). This package allows users to easily access and manage economic data through a user-friendly menu function. It features a robust caching mechanism to enhance the efficiency of data requests by storing frequently accessed data for selected periods. Required API keys can be obtained by registering on the EVDS website."
version = "1.1.29"
description = "A versatile interface for the 'EDDS' (EVDS) API of the Central Bank of the Republic of Türkiye (https://evds2.tcmb.gov.tr/index.php?/evds/userDocs). This package allows users to easily access and manage economic data through a user-friendly menu function. It features a robust caching mechanism to enhance the efficiency of data requests by storing frequently accessed data for selected periods. Required API keys can be obtained by registering on the EVDS website."
authors = ["Sermet Pekin <sermet.pekin@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit a2cd76f

Please sign in to comment.