erioon 0.0.3__tar.gz → 0.0.4__tar.gz

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,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: erioon
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Erioon SDF for Python
5
5
  Author: Zyber Pireci
6
6
  Author-email: zyber.pireci@erioon.com
@@ -1,8 +1,5 @@
1
1
  import json
2
2
  import requests
3
- from colorama import Fore, Style, init
4
-
5
- init(autoreset=True)
6
3
 
7
4
  class Collection:
8
5
  def __init__(
@@ -31,7 +28,7 @@ class Collection:
31
28
 
32
29
  def _print_loading(self) -> None:
33
30
  """Print a green loading message to the terminal."""
34
- print(Fore.CYAN + "Erioon is loading..." + Style.RESET_ALL)
31
+ print("Erioon is loading...")
35
32
 
36
33
  # ---------- READ ---------- #
37
34
  def get_all(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: erioon
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Erioon SDF for Python
5
5
  Author: Zyber Pireci
6
6
  Author-email: zyber.pireci@erioon.com
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='erioon',
5
- version='0.0.3',
5
+ version='0.0.4',
6
6
  author='Zyber Pireci',
7
7
  author_email='zyber.pireci@erioon.com',
8
8
  description='Erioon SDF for Python',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes