homa 3.3__tar.gz → 3.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.
Potentially problematic release.
This version of homa might be problematic. Click here for more details.
- {homa-3.3 → homa-3.4}/PKG-INFO +1 -1
- {homa-3.3 → homa-3.4}/homa/date.py +1 -1
- {homa-3.3 → homa-3.4}/homa.egg-info/PKG-INFO +1 -1
- {homa-3.3 → homa-3.4}/setup.py +1 -1
- {homa-3.3 → homa-3.4}/LICENSE +0 -0
- {homa-3.3 → homa-3.4}/README.md +0 -0
- {homa-3.3 → homa-3.4}/homa/__init__.py +0 -0
- {homa-3.3 → homa-3.4}/homa/datasets.py +0 -0
- {homa-3.3 → homa-3.4}/homa/helpers.py +0 -0
- {homa-3.3 → homa-3.4}/homa/transformers.py +0 -0
- {homa-3.3 → homa-3.4}/homa.egg-info/SOURCES.txt +0 -0
- {homa-3.3 → homa-3.4}/homa.egg-info/dependency_links.txt +0 -0
- {homa-3.3 → homa-3.4}/homa.egg-info/requires.txt +0 -0
- {homa-3.3 → homa-3.4}/homa.egg-info/top_level.txt +0 -0
- {homa-3.3 → homa-3.4}/setup.cfg +0 -0
- {homa-3.3 → homa-3.4}/test/test.py +0 -0
{homa-3.3 → homa-3.4}/PKG-INFO
RENAMED
|
@@ -8,7 +8,7 @@ def today():
|
|
|
8
8
|
|
|
9
9
|
def day_delta(date_str: str | int, days: int | None = None):
|
|
10
10
|
if isinstance(date_str, int) and not days:
|
|
11
|
-
return day_delta(today(),
|
|
11
|
+
return day_delta(today(), date_str)
|
|
12
12
|
|
|
13
13
|
date_obj = datetime.strptime(date_str, "%Y-%m-%d")
|
|
14
14
|
new_date_obj = date_obj + timedelta(days=days)
|
{homa-3.3 → homa-3.4}/setup.py
RENAMED
{homa-3.3 → homa-3.4}/LICENSE
RENAMED
|
File without changes
|
{homa-3.3 → homa-3.4}/README.md
RENAMED
|
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
|
{homa-3.3 → homa-3.4}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|