Skip to content

Commit

Permalink
v1.6.3312
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Jul 30, 2024
1 parent 3345a9c commit e9a847c
Show file tree
Hide file tree
Showing 32 changed files with 43 additions and 31 deletions.
2 changes: 1 addition & 1 deletion dotgitconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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.3283"
__version__ = "1.1.3312"

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.3283"
__version__ = "0.4.3312"

# dot git-credentials format:
# https://<username>:<password>@<hostname>
Expand Down
2 changes: 1 addition & 1 deletion jira2data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3283"
__version__ = "0.4.3312"

from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast
from requests import Session, Response, HTTPError
Expand Down
2 changes: 1 addition & 1 deletion jira2data_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3283"
__version__ = "0.4.3312"

from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast
from requests import Session, Response, HTTPError
Expand Down
2 changes: 1 addition & 1 deletion jira2data_api_mockup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3283"
__version__ = "0.4.3312"

from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast
from requests import Session, Response, HTTPError
Expand Down
2 changes: 1 addition & 1 deletion odoo2data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.0.3283"
__version__ = "1.0.3312"

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

Expand Down
2 changes: 1 addition & 1 deletion 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.0.3283"
__version__ = "1.0.3312"

import tabtotext
import odoo2data_api_mockup as odoo_api_mockup
Expand Down
2 changes: 1 addition & 1 deletion 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.3283"
__version__ = "0.7.3312"

import logging
from typing import List, Dict, Union, Optional, Tuple, Any, cast
Expand Down
2 changes: 1 addition & 1 deletion 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.0.3283"
__version__ = "1.0.3312"

from typing import Dict, List, Optional, Generator, cast
from odoo2data_api import Cookies, UserID, ProjID, ProjREF, TaskID, TaskREF, EntryID, OdooException
Expand Down
2 changes: 1 addition & 1 deletion 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.3283"
__version__ = "0.4.3312"

from xmlrpc import client as odoo
from dotnetrc import set_password_filename, get_username_password, str_get_username_password
Expand Down
2 changes: 1 addition & 1 deletion odootopic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
""" associates topics with Odoo project+task coordinates """

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.3283"
__version__ = "0.8.3312"

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

Expand Down
2 changes: 1 addition & 1 deletion 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.3283"
__version__ = "0.8.3312"

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.0.3283
version = 1.1.3312
license = APL
license_files =
LICENSE
Expand Down
5 changes: 4 additions & 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.0.3283
version = 1.1.3312
license = APL
license_files =
tabxlsx.txt
Expand All @@ -19,6 +19,9 @@ include_package_data=True
scripts =
tabxlsx.py

[options.extras_require]
tabxlsx = tabxlsx

[options.data_files]
data =
tabxlsx.txt
Expand Down
2 changes: 1 addition & 1 deletion 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.3283"
__version__ = "1.6.3312"

from typing import Optional, Union, Dict, List, Any, Sequence, Callable
from tabtotext import JSONList, JSONItem, DataList, DataItem
Expand Down
2 changes: 1 addition & 1 deletion tabtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.5.3283"
__version__ = "1.5.3312"

from typing import Union, List
import re
Expand Down
2 changes: 1 addition & 1 deletion 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.0.3283"
__version__ = "1.0.3312"

from tabtools import *
import sys
Expand Down
2 changes: 1 addition & 1 deletion tabtotext.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3283"
__version__ = "1.6.3312"

from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Type, cast, Tuple, Iterable, Iterator, TextIO, NamedTuple
from collections import OrderedDict
Expand Down
9 changes: 9 additions & 0 deletions tabtotext.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ number by Mibi down and then using strHours with "." full encoding. Using
some "{:H}" however converts to clock values like "2:15" and using "{:$}"
will convert to the default currency like "2.25€".

## tabxlsx and tabtotext()

In the newer implementions there is no "formats" argument anymore but an
addition "selects" to help with print_tabtotext. And there is Excel support
available in tabxlsx.py that does not require openpyxl. This file is
installed as a seperate module "pip install tabxlsx" however (or
via 'make insxlsx' from development).

At a later time, this will be the basis of a seperate tabtotext project.
2 changes: 1 addition & 1 deletion 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.3283"
__version__ = "1.6.3312"

from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Iterable
from tabtotext import JSONList, JSONDict, JSONItem, DataList, DataItem
Expand Down
2 changes: 1 addition & 1 deletion tabtoxlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3283"
__version__ = "1.6.3312"

import logging
from typing import Union, Dict, List, Any, Sequence, Iterable
Expand Down
2 changes: 1 addition & 1 deletion 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.3283"
__version__ = "1.6.3312"

from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Iterable, cast
import unittest
Expand Down
2 changes: 1 addition & 1 deletion timerange.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.3283"
__version__ = "0.8.3312"

from typing import Union, Optional, Tuple

Expand Down
2 changes: 1 addition & 1 deletion 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.3283"
__version__ = "0.8.3312"

import timerange as zeit
from typing import Optional, cast
Expand Down
2 changes: 1 addition & 1 deletion timetrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
""" frontend to run other modules in the system """

__copyright__ = "(C) 2019-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.2.3283"
__version__ = "0.2.3312"

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

Expand Down
2 changes: 1 addition & 1 deletion 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.3283"
__version__ = "0.2.3312"

import timetrack as track
from typing import Optional
Expand Down
2 changes: 1 addition & 1 deletion zeit2jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3283"
__version__ = "0.4.3312"

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

Expand Down
2 changes: 1 addition & 1 deletion 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.3283"
__version__ = "0.4.3312"

import tabtotext
import jira2data_api_mockup as jira_api_mockup
Expand Down
2 changes: 1 addition & 1 deletion zeit2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.6.3283"
__version__ = "0.6.3312"

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

Expand Down
2 changes: 1 addition & 1 deletion 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.3283"
__version__ = "0.6.3312"

import zeit2json as zeit
from typing import Optional
Expand Down
2 changes: 1 addition & 1 deletion zeit2odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.0.3283"
__version__ = "1.0.3312"

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

Expand Down
2 changes: 1 addition & 1 deletion 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.0.3283"
__version__ = "1.0.3312"

import tabtotext
import odoo2data_api_mockup as odoo_api_mockup
Expand Down

0 comments on commit e9a847c

Please sign in to comment.