robotcode-core 1.3.0.dev2__py3-none-any.whl → 1.3.0.dev4__py3-none-any.whl

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 +1 @@
1
- __version__ = "1.3.0-dev.2"
1
+ __version__ = "1.3.0-dev.4"
@@ -1,3 +1,4 @@
1
+ import functools
1
2
  import re
2
3
  from typing import NamedTuple, Optional
3
4
 
@@ -16,6 +17,7 @@ class Version(NamedTuple):
16
17
  dev: Optional[int] = None
17
18
 
18
19
 
20
+ @functools.lru_cache(maxsize=128)
19
21
  def create_version_from_str(version_str: str) -> Version:
20
22
  def s_to_i(s: Optional[str]) -> Optional[int]:
21
23
  return int(s) if s is not None else None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robotcode-core
3
- Version: 1.3.0.dev2
3
+ Version: 1.3.0.dev4
4
4
  Summary: Some core classes for RobotCode
5
5
  Project-URL: Homepage, https://robotcode.io
6
6
  Project-URL: Donate, https://opencollective.com/robotcode
@@ -1,5 +1,5 @@
1
1
  robotcode/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- robotcode/core/__version__.py,sha256=urALnNmwCKdLD3MKJBYqhyD9xoLTfGKGZaNA8T1MqCE,28
2
+ robotcode/core/__version__.py,sha256=hJhzLh8rJqV_2aQ7Vj21Ew4N7Sa97YEVM78TfcKNP1c,28
3
3
  robotcode/core/async_tools.py,sha256=lOP7dRnv1dICJI_JvtJ0z3nYPXVQ5I72REY6_RFCKkw,12776
4
4
  robotcode/core/concurrent.py,sha256=JyxhRf_lR2EF1sUsEOU4mMrk-FkhGPM41HRvWHxQ_9g,7597
5
5
  robotcode/core/documents_manager.py,sha256=uLHg-wEo8eV10a515RvSo9bSi1z6ChYQ1z-jiHRwRvI,5918
@@ -26,8 +26,8 @@ robotcode/core/utils/net.py,sha256=GbwmFfzXBwcVYIrDchDn6BV2FLvyAhZSqX0e7I7CWcQ,8
26
26
  robotcode/core/utils/path.py,sha256=-2LjHfgDCHDrCTgGiQkB-gvVxisKmeoos2xtN92dJ8c,1853
27
27
  robotcode/core/utils/process.py,sha256=nwTTmAyjcDybcO_fq0ZbZK_76ndBFO324z9cxni8TuU,679
28
28
  robotcode/core/utils/safe_eval.py,sha256=l26SOheH5Up1568Q2koBvZmHUzKOLUUEjMgQTa5_tIk,1462
29
- robotcode/core/utils/version.py,sha256=zY59bTBFLiAGidcsb7ruT5o_96_N7nitHSOj6uOUcoc,1322
30
- robotcode_core-1.3.0.dev2.dist-info/METADATA,sha256=QMc-yTsPL6cVCbkBbMatELlFWYlRbP4KGc6oYnMRPfs,2032
31
- robotcode_core-1.3.0.dev2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
32
- robotcode_core-1.3.0.dev2.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
33
- robotcode_core-1.3.0.dev2.dist-info/RECORD,,
29
+ robotcode/core/utils/version.py,sha256=uXcvqOFLbaSH5EWL6OwRDZjGteFzwaqt0Ll2Rf5h008,1373
30
+ robotcode_core-1.3.0.dev4.dist-info/METADATA,sha256=kVmt4IDqVnJJtWV_zCMxQhZdL9kL8Lj_MNIQrOkGnBU,2032
31
+ robotcode_core-1.3.0.dev4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
32
+ robotcode_core-1.3.0.dev4.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
33
+ robotcode_core-1.3.0.dev4.dist-info/RECORD,,