edman-cli

View on PyPIReverse Dependencies (0)

2024.5.20 edman_cli-2024.5.20-py3-none-any.whl

Wheel Details

Project: edman-cli
Version: 2024.5.20
Filename: edman_cli-2024.5.20-py3-none-any.whl
Download: [link]
Size: 28033
MD5: 528c2c1ca328f283e593a94b9160f7ac
SHA256: 27027db32f92a0617d49cd3cff2bbe697218dc751591fc16391b404366875e63
Uploaded: 2024-05-20 06:03:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: edman_cli
Version: 2024.5.20
Summary: Sub-package of edman for cli applications and scripts.
Author-Email: Masaki Ohno <masakio[at]post.kek.jp>
Project-Url: repository, https://github.com/ryde/edman_cli
License: MIT License Copyright (c) 2019-2023 KEK IMSS SBRC/PF, Masaki Ohno Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3.12
Requires-Dist: pymongo (~=4.7.2)
Requires-Dist: python-dateutil (~=2.9.0.post0)
Requires-Dist: jmespath (~=1.0.1)
Requires-Dist: edman (~=2024.5.20)
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
[Description omitted; length: 3538 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scripts/action.py sha256=N9DcAOwbJxeBT_PEHs0DD6gymgmCeRcqPuQOSR-VJtk 16648
scripts/assign_bson_type.py sha256=0-d6iNniA2D1TZJ2iUbsQWFilOnNcZD3_DcW4DyJ-zQ 2305
scripts/db_create.py sha256=yAOlYeaov2QrKkFRBtVYa6yw8F53Qj8kNGa2_KuJODo 3523
scripts/db_destroy.py sha256=x3qGQH9N7LU7IWo-V4OuQz8qMfCO6Pnu10EvFwoCk_A 2757
scripts/delete.py sha256=uWJ_GzEQ_Fqzf5NlK5vJ3vkTeIsSirGwTbFo76o31iM 1626
scripts/entry.py sha256=pgEbpJ-GOi6wqdGhTecMba651_vny2q_o3_vKf2sddo 2666
scripts/file_add.py sha256=ui8kGxyXcvmOqH1kBFX4Hn8DAjR76-9nvAg6hSJ1I1Q 2297
scripts/file_delete.py sha256=EZmPYAtAXFF22HgwYQKZycYCI6zHFtVUg8_tXy4imG8 3033
scripts/file_dl.py sha256=DWPssYdhmGZtEgPBOW7eOLuM3LTOhvxdjG_m6lY1cQU 2519
scripts/find.py sha256=eLIzZbJwgHIBeB5Dr_ZGtT0aHIf5biD18RQkMQg47jw 2406
scripts/item_delete.py sha256=jCpSqVjBtE9o89LeFZJVXgq0o5dJaGln75R-Bi9d47s 2708
scripts/pullout.py sha256=dHDuXzrzp5pmkJ13MbxRC5TWaJ4-jEs9aaLiRg0lAOI 2166
scripts/structure_convert.py sha256=Plfs3gkRnyY229tdfzy0lHca7IM_v4jsT83-OYRyXv8 2492
scripts/update.py sha256=bgvB5d7u2hpcB0TKCH7eU26H1HGy4iQar30UfT2kBFY 2163
venv/bin/jp.py sha256=EUjqwspVeAzkK2rVetCpK8zGOFTjt3MQR3mdFCQyqdI 1729
edman_cli-2024.5.20.dist-info/LICENSE.txt sha256=CMSlFSdbS12Gh6zcePU4k_ItSW4LatFaaAtU3hQ8Y88 1100
edman_cli-2024.5.20.dist-info/METADATA sha256=UB0RzEi30vwwuZB6eKRd_5yDGZrUoiVYcfNWdFJXnkM 7270
edman_cli-2024.5.20.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
edman_cli-2024.5.20.dist-info/entry_points.txt sha256=E1lN7RjBrAdXIGRn_efCiwRCJ47rEE66yxECkE1x2OM 512
edman_cli-2024.5.20.dist-info/top_level.txt sha256=rOBJeYZxmVtqXONMpVMfUfaPVNpK-zippAGTaGB6DrM 13
edman_cli-2024.5.20.dist-info/RECORD

top_level.txt

scripts
venv

entry_points.txt

ed_assign_bson_type = scripts.assign_bson_type:main
ed_db_create = scripts.db_create:main
ed_db_destroy = scripts.db_destroy:main
ed_delete = scripts.delete:main
ed_entry = scripts.entry:main
ed_file_add = scripts.file_add:main
ed_file_delete = scripts.file_delete:main
ed_file_dl = scripts.file_dl:main
ed_find = scripts.find:main
ed_item_delete = scripts.item_delete:main
ed_pullout = scripts.pullout:main
ed_structure_convert = scripts.structure_convert:main
ed_update = scripts.update:main