homa 0.18__tar.gz → 0.19__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.

Potentially problematic release.


This version of homa might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: homa
3
- Version: 0.18
3
+ Version: 0.19
4
4
  Maintainer: Taha Shieenavaz
5
5
  Maintainer-email: tahashieenavaz@gmail.com
6
6
  Description-Content-Type: text/markdown
@@ -9,10 +9,10 @@ from .repositories.RandomImageRepository import RandomImageRepository
9
9
  class Homa:
10
10
  def __init__(self) -> None:
11
11
  self.repositories = {
12
- "name": RandomNameRepository(),
13
- "date": RandomDateRepository(),
14
- "text": RandomTextRepository(),
15
- "image": RandomImageRepository()
12
+ "name_repository": RandomNameRepository(),
13
+ "date_repository": RandomDateRepository(),
14
+ "text_repository": RandomTextRepository(),
15
+ "image_repository": RandomImageRepository()
16
16
  }
17
17
 
18
18
  def __getattr__(self, name: string):
@@ -17,8 +17,8 @@ class RandomDateRepository:
17
17
  7: 31, # July
18
18
  8: 31, # August
19
19
  9: 30, # September
20
- 10: 31, # October
21
- 11: 30, # November
20
+ 10: 31, # October
21
+ 11: 30, # November
22
22
  12: 31 # December
23
23
  }
24
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: homa
3
- Version: 0.18
3
+ Version: 0.19
4
4
  Maintainer: Taha Shieenavaz
5
5
  Maintainer-email: tahashieenavaz@gmail.com
6
6
  Description-Content-Type: text/markdown
@@ -8,7 +8,7 @@ setup(
8
8
  name="homa",
9
9
  maintainer="Taha Shieenavaz",
10
10
  maintainer_email="tahashieenavaz@gmail.com",
11
- version="0.18",
11
+ version="0.19",
12
12
  packages=find_packages(),
13
13
  install_requires=[
14
14
  #
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes