Skip to content

Commit

Permalink
v1.6.4023
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Jan 15, 2025
1 parent 68888cd commit 043875b
Show file tree
Hide file tree
Showing 34 changed files with 65 additions and 65 deletions.
4 changes: 2 additions & 2 deletions dotgitconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
""" This is a wrapper around dotnetrc.py which can read the git-credentials store,
adding functions to read the the gitconfig settings alternativly. """

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3361"
__copyright__ = "(C) 2021-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.4023"

from typing import List, Dict, Tuple, Optional

Expand Down
2 changes: 1 addition & 1 deletion dotnetrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
where extensions should only be used in a ~/.net-credentials filename. ////
Use command './dotnetrc.py set <url> <name> <pass>' to write entries."""

__version__ = "0.4.3361"
__version__ = "0.4.4023"

# dot git-credentials format:
# https://<username>:<password>@<hostname>
Expand Down
4 changes: 2 additions & 2 deletions jira2data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Read and format Jira worklog entries. Provides additional reports.
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.4023"

from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast, NamedTuple
from requests import Session, Response, HTTPError
Expand Down
4 changes: 2 additions & 2 deletions jira2data_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Interface to Jira as a method to read and store worklog entries
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.4023"

from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast
from requests import Session, Response, HTTPError
Expand Down
4 changes: 2 additions & 2 deletions jira2data_api_mockup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Mockup interface to Jira as a method to read and store worklog entries
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.4023"

from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast
from requests import Session, Response, HTTPError
Expand Down
4 changes: 2 additions & 2 deletions odoo2data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Read and format Odoo timesheet entries. Provides extra reports.
"""

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3361"
__copyright__ = "(C) 2021-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.4023"

from typing import Optional, Union, Dict, List, Tuple, cast, Iterable, Iterator, NamedTuple

Expand Down
4 changes: 2 additions & 2 deletions odoo2data.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3361"
__copyright__ = "(C) 2021-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.4023"

import tabtotext
import odoo2data_api_mockup as odoo_api_mockup
Expand Down
4 changes: 2 additions & 2 deletions odoo2data_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.7.3361"
__copyright__ = "(C) 2021-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.7.4023"

# pylint: disable=unused-import,missing-function-docstring
import logging
Expand Down
4 changes: 2 additions & 2 deletions odoo2data_api_mockup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3361"
__copyright__ = "(C) 2021-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.4023"

from typing import Dict, List, Optional, Generator, cast
from odoo2data_api import Cookies, UserID, ProjID, ProjREF, TaskID, TaskREF, EntryID, OdooException
Expand Down
4 changes: 2 additions & 2 deletions odoo2data_jsonrpc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3361"
__copyright__ = "(C) 2021-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.4023"

from typing import Any, Dict, List
from dotnetrc import set_password_filename, get_username_password, str_get_username_password, str_username_password
Expand Down
4 changes: 2 additions & 2 deletions odoo2data_web_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.7.3361"
__copyright__ = "(C) 2021-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.7.4023"

import logging
from typing import List, Dict, Union, Optional, Tuple, Any, cast
Expand Down
4 changes: 2 additions & 2 deletions odoo2data_xmlrpc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3361"
__copyright__ = "(C) 2021-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.4023"

from xmlrpc import client as odoo
from dotnetrc import set_password_filename, get_username_password, str_get_username_password
Expand Down
4 changes: 2 additions & 2 deletions odootopic.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /usr/bin/env python3
""" associates topics with Odoo project+task coordinates """

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.4023"

from typing import List, Dict, Union, Optional, Tuple, Iterator, Iterable, cast

Expand Down
4 changes: 2 additions & 2 deletions odootopic.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.4023"

import odootopic as topics
from typing import Optional, Tuple, cast
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = timetrack-odoo
version = 1.1.3361
version = 1.1.4023
license = APL
license_files =
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion setup.tabxlsx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = tabxlsx
version = 1.1.3365
version = 1.1.4023
license = APL
license_files =
tabxlsx.txt
Expand Down
4 changes: 2 additions & 2 deletions tabtofmt.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3361"
__copyright__ = "(C) 2017-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.4023"

from typing import Optional, Union, Dict, List, Any, Sequence, Callable
from tabtotext import JSONList, JSONItem, DataList, DataItem
Expand Down
4 changes: 2 additions & 2 deletions tabtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
arge numbers an be presented nicely and parsed back.
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.5.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.5.4023"

from typing import Union, List
import re
Expand Down
4 changes: 2 additions & 2 deletions tabtools.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.4023"

from tabtools import *
import sys
Expand Down
4 changes: 2 additions & 2 deletions tabtotext.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
and ".dat" files use $IFS as tabulator (like bash 'read').
"""

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3361"
__copyright__ = "(C) 2017-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.4023"

from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Type, cast, Tuple, Iterable, Iterator, TextIO, NamedTuple
from collections import OrderedDict
Expand Down
4 changes: 2 additions & 2 deletions tabtotext.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3361"
__copyright__ = "(C) 2017-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.4023"

from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Iterable
from tabtotext import JSONList, JSONDict, JSONItem, DataList, DataItem
Expand Down
4 changes: 2 additions & 2 deletions tabtoxlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
Defaults to read any given file.xy rewriting it as file.xy.xlsx!
"""

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3361"
__copyright__ = "(C) 2017-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.4023"

import logging
from typing import TYPE_CHECKING, cast, Union, Dict, List, Any, Sequence, Iterable, Optional
Expand Down
4 changes: 2 additions & 2 deletions tabxlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
of output format options are available but less than the tabtotext.py module.
If the input contains only one table then it is used, otherwise specify which should be printed."""

__copyright__ = "(C) 2023-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3365"
__copyright__ = "(C) 2023-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.4023"

from typing import Union, List, Dict, cast, Tuple, Optional, TextIO, Iterable, NamedTuple, Mapping, TypeVar, Generic, Iterator
from collections import OrderedDict
Expand Down
4 changes: 2 additions & 2 deletions tabxlsx.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3365"
__copyright__ = "(C) 2017-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.4023"

from tabxlsx import tabtotext, print_tabtotext, print_tablist, CellValue, StrToTime, StrToDate
from tabxlsx import tabtoXLSX, tablistfileXLSX, tablistfile, tablistmap, tablistfor
Expand Down
4 changes: 2 additions & 2 deletions timerange.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Added a number of symbolic names for nearby months and weeks.
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.4023"

from typing import Union, Optional, Tuple

Expand Down
4 changes: 2 additions & 2 deletions timerange.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.4023"

import timerange as zeit
from typing import Optional, cast
Expand Down
4 changes: 2 additions & 2 deletions timetrack.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /usr/bin/env python3
""" frontend to run other modules in the system """

__copyright__ = "(C) 2019-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.2.3361"
__copyright__ = "(C) 2019-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.2.4023"

from typing import Optional, Union, Dict, List, Tuple, Iterable, cast

Expand Down
4 changes: 2 additions & 2 deletions timetrack.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2019-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.2.3361"
__copyright__ = "(C) 2019-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.2.4023"

import timetrack as track
from typing import Optional
Expand Down
4 changes: 2 additions & 2 deletions zeit2jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Synchronize odoo-import data (from zeit.txt) with Jira worklog entries.
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.4023"

from typing import Optional, Union, Dict, List, Tuple, Iterable, Iterator, cast, NamedTuple

Expand Down
4 changes: 2 additions & 2 deletions zeit2jira.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3361"
__copyright__ = "(C) 2022-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.4023"

import tabtotext
import jira2data_api_mockup as jira_api_mockup
Expand Down
4 changes: 2 additions & 2 deletions zeit2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
older optins)
"""

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.6.3361"
__copyright__ = "(C) 2017-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.6.4023"

from typing import List, Dict, Union, Optional, Sequence, TextIO, Iterator, cast

Expand Down
4 changes: 2 additions & 2 deletions zeit2json.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.6.3361"
__copyright__ = "(C) 2017-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.6.4023"

import zeit2json as zeit
from typing import Optional
Expand Down
4 changes: 2 additions & 2 deletions zeit2odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Synchronize odoo-import data (from zeit.txt) with Odoo timesheet records.
"""

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3361"
__copyright__ = "(C) 2021-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.4023"

from typing import Optional, Union, Dict, List, Tuple, cast, NamedTuple

Expand Down
4 changes: 2 additions & 2 deletions zeit2odoo.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3361"
__copyright__ = "(C) 2021-2025 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.4023"

import tabtotext
import odoo2data_api_mockup as odoo_api_mockup
Expand Down

0 comments on commit 043875b

Please sign in to comment.