dlf4p 1.1.0__tar.gz → 1.1.1__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,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dlf4p
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Dexoron Logging Framework for Python
5
- Home-page: https://gitlab.com/dexoron/dlf-py
5
+ Home-page: https://gitlab.com/dexoron/dlf4p
6
6
  Author: Dexoron
7
7
  Author-email: main@dexoron.su
8
8
  License: UNKNOWN
9
9
  Project-URL: Homepage, https://dexoron.su
10
- Project-URL: Repository, https://gitlab.com/dexoron/dlf-py
10
+ Project-URL: Repository, https://gitlab.com/dexoron/dlf4p
11
11
  Keywords: logging logger dlf dexoron
12
12
  Platform: UNKNOWN
13
13
  Classifier: Programming Language :: Python :: 3.10
@@ -51,7 +51,7 @@ pip install dlf4p
51
51
  ## Quick Start
52
52
 
53
53
  ```python
54
- import dlf4p an dlf
54
+ import dlf4p as dlf
55
55
 
56
56
  dlf.setup(time=True, color=True, simple=False, file_logging=True)
57
57
 
@@ -32,7 +32,7 @@ pip install dlf4p
32
32
  ## Quick Start
33
33
 
34
34
  ```python
35
- import dlf4p an dlf
35
+ import dlf4p as dlf
36
36
 
37
37
  dlf.setup(time=True, color=True, simple=False, file_logging=True)
38
38
 
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dlf4p
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Dexoron Logging Framework for Python
5
- Home-page: https://gitlab.com/dexoron/dlf-py
5
+ Home-page: https://gitlab.com/dexoron/dlf4p
6
6
  Author: Dexoron
7
7
  Author-email: main@dexoron.su
8
8
  License: UNKNOWN
9
9
  Project-URL: Homepage, https://dexoron.su
10
- Project-URL: Repository, https://gitlab.com/dexoron/dlf-py
10
+ Project-URL: Repository, https://gitlab.com/dexoron/dlf4p
11
11
  Keywords: logging logger dlf dexoron
12
12
  Platform: UNKNOWN
13
13
  Classifier: Programming Language :: Python :: 3.10
@@ -51,7 +51,7 @@ pip install dlf4p
51
51
  ## Quick Start
52
52
 
53
53
  ```python
54
- import dlf4p an dlf
54
+ import dlf4p as dlf
55
55
 
56
56
  dlf.setup(time=True, color=True, simple=False, file_logging=True)
57
57
 
@@ -8,13 +8,13 @@ def readme():
8
8
 
9
9
  setup(
10
10
  name="dlf4p",
11
- version="1.1.0",
11
+ version="1.1.1",
12
12
  author="Dexoron",
13
13
  author_email="main@dexoron.su",
14
14
  description="Dexoron Logging Framework for Python",
15
15
  long_description=readme(),
16
16
  long_description_content_type="text/markdown",
17
- url="https://gitlab.com/dexoron/dlf-py",
17
+ url="https://gitlab.com/dexoron/dlf4p",
18
18
  packages=find_packages(),
19
19
  install_requires=[],
20
20
  classifiers=[
@@ -25,7 +25,7 @@ setup(
25
25
  keywords="logging logger dlf dexoron",
26
26
  project_urls={
27
27
  "Homepage": "https://dexoron.su",
28
- "Repository": "https://gitlab.com/dexoron/dlf-py",
28
+ "Repository": "https://gitlab.com/dexoron/dlf4p",
29
29
  },
30
30
  python_requires=">=3.8",
31
31
  )
File without changes
File without changes
File without changes
File without changes
File without changes