python-compose

View on PyPIReverse Dependencies (1)

1.2.0 python_compose-1.2.0-py3-none-any.whl

Wheel Details

Project: python-compose
Version: 1.2.0
Filename: python_compose-1.2.0-py3-none-any.whl
Download: [link]
Size: 12382
MD5: 54fab7a22aa1944c358d56170a263676
SHA256: 9865e22770711c9fe285baab45c7211a70d20cd6c1af0c69e6784b59fede74fb
Uploaded: 2023-04-12 03:22:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: python-compose
Version: 1.2.0
Summary: Python Compose, a tool for spinning up many long-running Python services simultaneously.
Author-Email: David Rubinstein <drubinstein91[at]gmail.com>
License: The MIT License (MIT) Copyright: (c) 2023-present David Rubinstein 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: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
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
Requires-Dist: pydantic
Requires-Dist: pydantic-yaml
Requires-Dist: ruamel-yaml
Requires-Dist: types-pyyaml
Requires-Dist: typing-extensions
Requires-Dist: black; extra == "dev"
Requires-Dist: bump2version; extra == "dev"
Requires-Dist: hatch; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: python-compose[test]; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: poetry; extra == "poetry"
Requires-Dist: pytest; extra == "test"
Requires-Dist: python-compose[poetry]; extra == "test"
Provides-Extra: dev
Provides-Extra: poetry
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6625 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.14.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
python_compose/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
python_compose/compose.py sha256=nlSmzCp9yz61lBC2Qzwr615WT6yLgjN-AxrD-GARiow 3184
python_compose/spec.py sha256=fOPgP7H911Q1WKFkS0mYclJzmtoWyepf-yIFUw_c8BI 3414
python_compose/unit/compose_unit.py sha256=hMW8vaO4JQGtF8K1YGRgXZgOY7J78c3_TRceMotVmm8 980
python_compose/unit/conda.py sha256=VlVqXhN4-yqygSCKuU2gDq0jjkwTHgevtMSpORxPkS0 2990
python_compose/unit/poetry.py sha256=joU-j24kXax8s2kQmzH5C3-CpwrHKwn2V5608oaaC1Y 2200
python_compose/unit/pyenv_virtualenv.py sha256=3SgXILbch41A762KMf_Zm7jWyawGs2Z0HaDfgCcQGfU 2830
python_compose/unit/venv.py sha256=NuJ3hsX2J0RA6qYYzHzdlSC9G6dVEHysBJALlaiapBA 2356
python_compose-1.2.0.dist-info/METADATA sha256=YKl7IrgTqC-XiVt0T9qNOV8cvihekczUAxpWhSyhGO4 9372
python_compose-1.2.0.dist-info/WHEEL sha256=EI2JsGydwUL5GP9t6kzZv7G3HDPi7FuZDDf9In6amRM 87
python_compose-1.2.0.dist-info/entry_points.txt sha256=iiGnJSP_FIYW5zjhgPoZixfr49r0WHB-3FeQVYvHoIw 63
python_compose-1.2.0.dist-info/licenses/LICENSE sha256=3JvFUuWjBId3PzeLTxQ9LQIy1b_JrDDy1ChqJ7msWsg 1092
python_compose-1.2.0.dist-info/RECORD

entry_points.txt

python-compose = python_compose.compose:main