tomodo

View on PyPIReverse Dependencies (0)

1.3.1 tomodo-1.3.1-py3-none-any.whl

Wheel Details

Project: tomodo
Version: 1.3.1
Filename: tomodo-1.3.1-py3-none-any.whl
Download: [link]
Size: 35246
MD5: 122274f2ee50fd33334fba6bb91dbccb
SHA256: 0d7337ae609a4643c272f0ddf88ce20020f15a132c894dbb753e12b8889432b8
Uploaded: 2024-08-30 11:12:35 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tomodo
Version: 1.3.1
Summary: A CLI for managing MongoDB deployments on Docker
Author: Yuval Herziger
Author-Email: yuvalhrz[at]gmail.com
Home-Page: https://tomodo.dev
Project-Url: Repository, https://github.com/yuvalherziger/tomodo
License: MIT
Keywords: mongodb,docker,upgrade,python,cli
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8,<3.13
Requires-Dist: docker (<8.0.0,>=7.0.0)
Requires-Dist: pymongo (<5.0.0,>=4.8.0)
Requires-Dist: requests (<3.0.0,>=2.31.0)
Requires-Dist: ruamel-yaml (<0.18.0,>=0.17.32)
Requires-Dist: typer[all] (<0.10.0,>=0.9.0)
Requires-Dist: unique-names-generator (<2.0.0,>=1.0.2)
Description-Content-Type: text/markdown
[Description omitted; length: 8789 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.6.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tomodo/__init__.py sha256=nOKxmqBC6xpfcQDLDDmHOzNo-_DsLpE4cJvbTOdhTd8 430
tomodo/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tomodo/cli/ops_manager.py sha256=XMpQ80-vXHk27ZVYT_MCtmgpf-MQsiUshJvJ87lxF-Q 3326
tomodo/cli/provision.py sha256=xyKnqcIXSd-hNxEF5ncYHMioSQSOEiJXTOoC9WzMmgQ 8406
tomodo/cli/tags.py sha256=F1CdoAlzFUne9I0PwvFQ7YRoYduGxGqaCyXEJYd9mfk 828
tomodo/cmd.py sha256=sphj8n6T1WdiL_FV2P53KW6d8nNfwBbfwNipsM8MMaI 9987
tomodo/common/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
tomodo/common/cleaner.py sha256=wUnUtHI2fvsaeNu9lrgtVnNN-0cSvdpX-LhRdZTSG2A 6744
tomodo/common/config.py sha256=cimIW8jaZ8YPXjBWDUQ_bYBnta22qdvxcc4hkj12eB4 2729
tomodo/common/errors.py sha256=y-ffkloyHWlJsw86LdfrALv3lE8rnMNt1dKKLYPVqeg 678
tomodo/common/models.py sha256=4zDYhcWXABttWbc3lOPxJHSthwoijP-1R4dXwFhpcq4 23058
tomodo/common/om_provisioner.py sha256=h1pjvbG_2xfw0bYrWS6v50CQ9HlxQNs69M3TEHOwzm8 4853
tomodo/common/om_server_provisioner.py sha256=YGgviIGZszPTZ2EO2mEhR6TEocC6DW5Nhd-tfw38HOc 4232
tomodo/common/provisioner.py sha256=eOzYfwPBOB5smTgBAgj5iBkyWKfTnP67X6x_QUcsy-U 24393
tomodo/common/reader.py sha256=Opprqh7HOP0IBJhJFb7dkkiTMVNuz2uHBXGzvuMqmnU 6520
tomodo/common/starter.py sha256=O01EqwhZ885sIveUHCJyDxGNUv8yP2du1Vjaq4F3lu4 2269
tomodo/common/tag_manager.py sha256=-kxxVjpfPmTBk7rqMol_aZDw98sg8LUObd3cCok8mQw 4630
tomodo/common/util.py sha256=7FlsDtZKMuLmqe-Vtna0puH4wJwJ68Lgigfy6aBX4RE 6893
tomodo/functional.py sha256=hIcVnwCLeDzzaH-g5J_ovFrgtvzKTubglB_zzpwpCuE 8949
tomodo-1.3.1.dist-info/LICENSE sha256=uFSOwrPg-tvq1_6chqMoE7acORQWiTRT5K4oORATfvY 1099
tomodo-1.3.1.dist-info/METADATA sha256=ggVdVMTXoeyRp56h7_rpZYRvVxaxPx8EuNqCXKw7A3c 10317
tomodo-1.3.1.dist-info/WHEEL sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk 88
tomodo-1.3.1.dist-info/entry_points.txt sha256=j1hjo79xShuGz7TOCtb82n2kVKKuVjn-ntQKOG8KNNk 253
tomodo-1.3.1.dist-info/RECORD

entry_points.txt

build-amd64 = scripts.packager:install_amd64
build-arm64 = scripts.packager:install_arm64
ci-unit-tests = scripts.test_runner:ci
load-tags = tomodo.common.tag_manager:load_tags
local-unit-tests = scripts.test_runner:local
tomodo = tomodo.cmd:run