py3toolset 1.2.19a0__py3-none-any.whl → 1.2.20a0__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.
py3toolset/setup.py CHANGED
@@ -5,7 +5,7 @@ version = '1.0.0'
5
5
  if 'VERSION' in environ.keys():
6
6
  version = environ['VERSION']
7
7
 
8
- doc_url = "https://lpg-umr6112.fr/"
8
+ doc_url = 'https://neemgrp.univ-nantes.io/py3toolset/html'
9
9
  api_doc_url = doc_url + '/api.html'
10
10
  mods = ['bash_autocomp', 'cmd_interact', 'dep', 'file_backup',
11
11
  'fs', 'nmath', 'tuple_file', 'txt_color']
@@ -0,0 +1,24 @@
1
+ Metadata-Version: 2.4
2
+ Name: py3toolset
3
+ Version: 1.2.20a0
4
+ Summary: Python utility modules.
5
+ Home-page:
6
+ License: 3-clause BSD 2.0
7
+ Classifier: License :: OSI Approved :: BSD License
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Topic :: Software Development
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE.md
12
+ Requires-Dist: numpy>=2
13
+ Dynamic: classifier
14
+ Dynamic: description
15
+ Dynamic: description-content-type
16
+ Dynamic: license
17
+ Dynamic: license-file
18
+ Dynamic: requires-dist
19
+ Dynamic: summary
20
+
21
+ Python collection of utility modules: [bash_autocomp](https://neemgrp.univ-nantes.io/py3toolset/html/api.html#module-0), [cmd_interact](https://neemgrp.univ-nantes.io/py3toolset/html/api.html#module-1), [dep](https://neemgrp.univ-nantes.io/py3toolset/html/api.html#module-2), [file_backup](https://neemgrp.univ-nantes.io/py3toolset/html/api.html#module-3), [fs](https://neemgrp.univ-nantes.io/py3toolset/html/api.html#module-4), [nmath](https://neemgrp.univ-nantes.io/py3toolset/html/api.html#module-5), [tuple_file](https://neemgrp.univ-nantes.io/py3toolset/html/api.html#module-6), [txt_color](https://neemgrp.univ-nantes.io/py3toolset/html/api.html#module-7)...
22
+
23
+ This package software engineering has been funded by the [Laboratoire de Planétologie et Géosciences](https://lpg-umr6112.fr/), Nantes (France).
24
+
@@ -6,11 +6,11 @@ py3toolset/dep.py,sha256=WgkWSAQOH37rokMxXZJbqXe6DCDPk_X8W_LdRwPLKRA,4760
6
6
  py3toolset/file_backup.py,sha256=971w2ZUjjalVUSfGzW59ke4zhUgfX_0eVOHiU3PxuFw,4407
7
7
  py3toolset/fs.py,sha256=4e5ZTzOQGfubXNV2C6QGsZZiqH_BeVBxLQt03Kg9Yu0,16065
8
8
  py3toolset/nmath.py,sha256=SRZBj3mmno3p3tzUKC327DK1mLFD41VGQcq8snlpKzs,13595
9
- py3toolset/setup.py,sha256=tmmAfa0VzDc6vp8e7ZRr6hPAjlFelgtt9MgJ1USyL2U,1144
9
+ py3toolset/setup.py,sha256=lHXURiDo5ujPYpnXSovEFwEjkiK01X9xca_cmEkLQ_c,1167
10
10
  py3toolset/tuple_file.py,sha256=DfdEFM5EvTIjsrFbMxQ3nGVWmmYSZRMp7wMudcAHaOI,3197
11
11
  py3toolset/txt_color.py,sha256=ml5QRqSOA9Kcbt6B89b7-wKNCRcluN0x2lKcH0no0Z8,3854
12
- py3toolset-1.2.19a0.dist-info/licenses/LICENSE.md,sha256=vm9EOiT_FH8ZkfAlTcGf_aYTaqyp3XtWLQk-Nw1_5Ug,1487
13
- py3toolset-1.2.19a0.dist-info/METADATA,sha256=dLmPCrDlrKcL-ZZ468G74OuYTZF-8BuVw37I_ZF3xZU,1147
14
- py3toolset-1.2.19a0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- py3toolset-1.2.19a0.dist-info/top_level.txt,sha256=qvAiIlJzi4hfz3GOt5HT_zr_XCyukWdNuBqDtxpBKO0,11
16
- py3toolset-1.2.19a0.dist-info/RECORD,,
12
+ py3toolset-1.2.20a0.dist-info/licenses/LICENSE.md,sha256=vm9EOiT_FH8ZkfAlTcGf_aYTaqyp3XtWLQk-Nw1_5Ug,1487
13
+ py3toolset-1.2.20a0.dist-info/METADATA,sha256=Zw9O-U7nW3OJpKGasiBE2V1BJQRY8qwx5p-2dniUwqs,1331
14
+ py3toolset-1.2.20a0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ py3toolset-1.2.20a0.dist-info/top_level.txt,sha256=qvAiIlJzi4hfz3GOt5HT_zr_XCyukWdNuBqDtxpBKO0,11
16
+ py3toolset-1.2.20a0.dist-info/RECORD,,
@@ -1,24 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: py3toolset
3
- Version: 1.2.19a0
4
- Summary: Python utility modules.
5
- Home-page:
6
- License: 3-clause BSD 2.0
7
- Classifier: License :: OSI Approved :: BSD License
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: Topic :: Software Development
10
- Description-Content-Type: text/markdown
11
- License-File: LICENSE.md
12
- Requires-Dist: numpy>=2
13
- Dynamic: classifier
14
- Dynamic: description
15
- Dynamic: description-content-type
16
- Dynamic: license
17
- Dynamic: license-file
18
- Dynamic: requires-dist
19
- Dynamic: summary
20
-
21
- Python collection of utility modules: [bash_autocomp](https://lpg-umr6112.fr//api.html#module-0), [cmd_interact](https://lpg-umr6112.fr//api.html#module-1), [dep](https://lpg-umr6112.fr//api.html#module-2), [file_backup](https://lpg-umr6112.fr//api.html#module-3), [fs](https://lpg-umr6112.fr//api.html#module-4), [nmath](https://lpg-umr6112.fr//api.html#module-5), [tuple_file](https://lpg-umr6112.fr//api.html#module-6), [txt_color](https://lpg-umr6112.fr//api.html#module-7)...
22
-
23
- This package software engineering has been funded by the [Laboratoire de Planétologie et Géosciences](https://lpg-umr6112.fr/), Nantes (France).
24
-