nano-dev-utils 0.5.3__tar.gz → 0.5.5__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 nano-dev-utils might be problematic. Click here for more details.

Files changed (23) hide show
  1. nano_dev_utils-0.5.5/.idea/misc.xml +7 -0
  2. nano_dev_utils-0.5.5/.idea/nano_dev_utils.iml +10 -0
  3. nano_dev_utils-0.5.5/.idea/workspace.xml +100 -0
  4. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/PKG-INFO +3 -3
  5. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/README.md +1 -1
  6. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/pyproject.toml +4 -1
  7. nano_dev_utils-0.5.3/.idea/misc.xml +0 -4
  8. nano_dev_utils-0.5.3/.idea/nano_dev_utils.iml +0 -8
  9. nano_dev_utils-0.5.3/.idea/workspace.xml +0 -47
  10. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/.gitignore +0 -0
  11. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/.idea/.gitignore +0 -0
  12. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  13. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/.idea/modules.xml +0 -0
  14. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/.idea/vcs.xml +0 -0
  15. /nano_dev_utils-0.5.3/LICENSE.md → /nano_dev_utils-0.5.5/LICENSE +0 -0
  16. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/src/nano_dev_utils/__init__.py +0 -0
  17. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/src/nano_dev_utils/dynamic_importer.py +0 -0
  18. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/src/nano_dev_utils/release_ports.py +0 -0
  19. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/src/nano_dev_utils/timers.py +0 -0
  20. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/tests/__init__.py +0 -0
  21. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/tests/test_dynamic_importer.py +0 -0
  22. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/tests/test_release_ports.py +0 -0
  23. {nano_dev_utils-0.5.3 → nano_dev_utils-0.5.5}/tests/test_timer.py +0 -0
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Black">
4
+ <option name="sdkName" value="Python 3.10" />
5
+ </component>
6
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10" project-jdk-type="Python SDK" />
7
+ </project>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
6
+ </content>
7
+ <orderEntry type="jdk" jdkName="Python 3.10" jdkType="Python SDK" />
8
+ <orderEntry type="sourceFolder" forTests="false" />
9
+ </component>
10
+ </module>
@@ -0,0 +1,100 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AutoImportSettings">
4
+ <option name="autoReloadType" value="SELECTIVE" />
5
+ </component>
6
+ <component name="ChangeListManager">
7
+ <list default="true" id="1859e23b-7665-4b92-98cc-65e07a208923" name="Changes" comment="license relative path">
8
+ <change beforePath="$PROJECT_DIR$/LICENSE.md" beforeDir="false" afterPath="$PROJECT_DIR$/LICENSE" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
10
+ <change beforePath="$PROJECT_DIR$/pyproject.toml" beforeDir="false" afterPath="$PROJECT_DIR$/pyproject.toml" afterDir="false" />
11
+ </list>
12
+ <option name="SHOW_DIALOG" value="false" />
13
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
14
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
15
+ <option name="LAST_RESOLUTION" value="IGNORE" />
16
+ </component>
17
+ <component name="Git.Settings">
18
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
19
+ </component>
20
+ <component name="ProjectColorInfo">{
21
+ &quot;customColor&quot;: &quot;&quot;,
22
+ &quot;associatedIndex&quot;: 5
23
+ }</component>
24
+ <component name="ProjectId" id="2wVV0HQbcggEgX5PEayC1Mcx9Gd" />
25
+ <component name="ProjectViewState">
26
+ <option name="hideEmptyMiddlePackages" value="true" />
27
+ <option name="showLibraryContents" value="true" />
28
+ <option name="showMembers" value="true" />
29
+ </component>
30
+ <component name="PropertiesComponent"><![CDATA[{
31
+ "keyToString": {
32
+ "Python tests.Python tests in tests.executor": "Run",
33
+ "RunOnceActivity.ShowReadmeOnStart": "true",
34
+ "git-widget-placeholder": "master",
35
+ "settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
36
+ }
37
+ }]]></component>
38
+ <component name="RunManager">
39
+ <configuration name="Python tests in tests" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
40
+ <module name="nano_dev_utils" />
41
+ <option name="ENV_FILES" value="" />
42
+ <option name="INTERPRETER_OPTIONS" value="" />
43
+ <option name="PARENT_ENVS" value="true" />
44
+ <option name="SDK_HOME" value="" />
45
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/tests" />
46
+ <option name="IS_MODULE_SDK" value="true" />
47
+ <option name="ADD_CONTENT_ROOTS" value="true" />
48
+ <option name="ADD_SOURCE_ROOTS" value="true" />
49
+ <option name="_new_additionalArguments" value="&quot;&quot;" />
50
+ <option name="_new_target" value="&quot;$PROJECT_DIR$/tests&quot;" />
51
+ <option name="_new_targetType" value="&quot;PATH&quot;" />
52
+ <method v="2" />
53
+ </configuration>
54
+ <recent_temporary>
55
+ <list>
56
+ <item itemvalue="Python tests.Python tests in tests" />
57
+ </list>
58
+ </recent_temporary>
59
+ </component>
60
+ <component name="SharedIndexes">
61
+ <attachedChunks>
62
+ <set>
63
+ <option value="bundled-python-sdk-5b207ade9991-746f403e7f0c-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-241.17890.14" />
64
+ </set>
65
+ </attachedChunks>
66
+ </component>
67
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
68
+ <component name="TaskManager">
69
+ <task active="true" id="Default" summary="Default task">
70
+ <changelist id="1859e23b-7665-4b92-98cc-65e07a208923" name="Changes" comment="" />
71
+ <created>1746126505743</created>
72
+ <option name="number" value="Default" />
73
+ <option name="presentableId" value="Default" />
74
+ <updated>1746126505743</updated>
75
+ </task>
76
+ <task id="LOCAL-00001" summary=".">
77
+ <option name="closed" value="true" />
78
+ <created>1746126585369</created>
79
+ <option name="number" value="00001" />
80
+ <option name="presentableId" value="LOCAL-00001" />
81
+ <option name="project" value="LOCAL" />
82
+ <updated>1746126585369</updated>
83
+ </task>
84
+ <task id="LOCAL-00002" summary="license relative path">
85
+ <option name="closed" value="true" />
86
+ <created>1746126934201</created>
87
+ <option name="number" value="00002" />
88
+ <option name="presentableId" value="LOCAL-00002" />
89
+ <option name="project" value="LOCAL" />
90
+ <updated>1746126934201</updated>
91
+ </task>
92
+ <option name="localTasksCounter" value="3" />
93
+ <servers />
94
+ </component>
95
+ <component name="VcsManagerConfiguration">
96
+ <MESSAGE value="." />
97
+ <MESSAGE value="license relative path" />
98
+ <option name="LAST_COMMIT_MESSAGE" value="license relative path" />
99
+ </component>
100
+ </project>
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nano_dev_utils
3
- Version: 0.5.3
3
+ Version: 0.5.5
4
4
  Summary: A collection of small Python utilities for developers.
5
5
  Project-URL: Homepage, https://github.com/yaronday/nano_utils
6
6
  Project-URL: Issues, https://github.com/yaronday/nano_utils/issues
7
7
  Author-email: Yaron Dayan <yaronday77@gmail.com>
8
8
  License: MIT
9
- License-File: LICENSE.md
9
+ License-File: LICENSE
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.10
@@ -145,4 +145,4 @@ port_releaser.release_all()
145
145
 
146
146
  ## License
147
147
  This project is licensed under the MIT License.
148
- See [LICENSE](LICENSE.md) for details.
148
+ See [LICENSE](LICENSE) for details.
@@ -128,4 +128,4 @@ port_releaser.release_all()
128
128
 
129
129
  ## License
130
130
  This project is licensed under the MIT License.
131
- See [LICENSE](LICENSE.md) for details.
131
+ See [LICENSE](LICENSE) for details.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nano_dev_utils"
3
- version = "0.5.3"
3
+ version = "0.5.5"
4
4
 
5
5
  authors = [
6
6
  { name="Yaron Dayan", email="yaronday77@gmail.com" },
@@ -14,6 +14,9 @@ classifiers = [
14
14
  ]
15
15
  license = { text = "MIT" }
16
16
 
17
+ [project.files]
18
+ license = { path = "LICENSE" }
19
+
17
20
  [project.optional-dependencies]
18
21
  test = [
19
22
  "pytest>=8.2.0",
@@ -1,4 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (datagov-mcp)" project-jdk-type="Python SDK" />
4
- </project>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="PYTHON_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$" />
5
- <orderEntry type="inheritedJdk" />
6
- <orderEntry type="sourceFolder" forTests="false" />
7
- </component>
8
- </module>
@@ -1,47 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ChangeListManager">
4
- <list default="true" id="1859e23b-7665-4b92-98cc-65e07a208923" name="Changes" comment="" />
5
- <option name="SHOW_DIALOG" value="false" />
6
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
7
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
8
- <option name="LAST_RESOLUTION" value="IGNORE" />
9
- </component>
10
- <component name="Git.Settings">
11
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
12
- </component>
13
- <component name="ProjectColorInfo"><![CDATA[{
14
- "customColor": "",
15
- "associatedIndex": 5
16
- }]]></component>
17
- <component name="ProjectId" id="2wVV0HQbcggEgX5PEayC1Mcx9Gd" />
18
- <component name="ProjectViewState">
19
- <option name="hideEmptyMiddlePackages" value="true" />
20
- <option name="showLibraryContents" value="true" />
21
- <option name="showMembers" value="true" />
22
- </component>
23
- <component name="PropertiesComponent"><![CDATA[{
24
- "keyToString": {
25
- "RunOnceActivity.ShowReadmeOnStart": "true",
26
- "git-widget-placeholder": "master"
27
- }
28
- }]]></component>
29
- <component name="SharedIndexes">
30
- <attachedChunks>
31
- <set>
32
- <option value="bundled-python-sdk-5b207ade9991-746f403e7f0c-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-241.17890.14" />
33
- </set>
34
- </attachedChunks>
35
- </component>
36
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
37
- <component name="TaskManager">
38
- <task active="true" id="Default" summary="Default task">
39
- <changelist id="1859e23b-7665-4b92-98cc-65e07a208923" name="Changes" comment="" />
40
- <created>1746126505743</created>
41
- <option name="number" value="Default" />
42
- <option name="presentableId" value="Default" />
43
- <updated>1746126505743</updated>
44
- </task>
45
- <servers />
46
- </component>
47
- </project>