dayhoff-tools 1.11.4__tar.gz → 1.11.6__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.
- {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/PKG-INFO +2 -1
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/utility_commands.py +34 -6
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/pyproject.toml +2 -1
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/README.md +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/__init__.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/chemistry/standardizer.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/chemistry/utils.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/__init__.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/cloud_commands.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/engine/__init__.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/engine/engine_core.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/engine/engine_lifecycle.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/engine/engine_maintenance.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/engine/engine_management.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/engine/shared.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/engine/studio_commands.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/main.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/swarm_commands.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/deployment/base.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/deployment/deploy_aws.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/deployment/deploy_gcp.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/deployment/deploy_utils.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/deployment/job_runner.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/deployment/processors.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/deployment/swarm.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/embedders.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/fasta.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/file_ops.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/h5.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/intake/gcp.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/intake/gtdb.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/intake/kegg.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/intake/mmseqs.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/intake/structure.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/intake/uniprot.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/logs.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/sqlite.py +0 -0
 - {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/warehouse.py +0 -0
 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Metadata-Version: 2.4
         
     | 
| 
       2 
2 
     | 
    
         
             
            Name: dayhoff-tools
         
     | 
| 
       3 
     | 
    
         
            -
            Version: 1.11. 
     | 
| 
      
 3 
     | 
    
         
            +
            Version: 1.11.6
         
     | 
| 
       4 
4 
     | 
    
         
             
            Summary: Common tools for all the repos at Dayhoff Labs
         
     | 
| 
       5 
5 
     | 
    
         
             
            Author: Daniel Martin-Alarcon
         
     | 
| 
       6 
6 
     | 
    
         
             
            Author-email: dma@dayhofflabs.com
         
     | 
| 
         @@ -29,6 +29,7 @@ Requires-Dist: pyyaml (>=6.0) 
     | 
|
| 
       29 
29 
     | 
    
         
             
            Requires-Dist: questionary (>=2.0.1)
         
     | 
| 
       30 
30 
     | 
    
         
             
            Requires-Dist: rdkit-pypi (>=2022.9.5) ; extra == "full"
         
     | 
| 
       31 
31 
     | 
    
         
             
            Requires-Dist: requests (>=2.31.0)
         
     | 
| 
      
 32 
     | 
    
         
            +
            Requires-Dist: seaborn
         
     | 
| 
       32 
33 
     | 
    
         
             
            Requires-Dist: sentencepiece (>=0.2.0) ; extra == "embedders"
         
     | 
| 
       33 
34 
     | 
    
         
             
            Requires-Dist: sentencepiece (>=0.2.0) ; extra == "full"
         
     | 
| 
       34 
35 
     | 
    
         
             
            Requires-Dist: sqlalchemy (>=2.0.40,<3.0.0) ; extra == "full"
         
     | 
| 
         @@ -544,6 +544,10 @@ def sync_with_toml( 
     | 
|
| 
       544 
544 
     | 
    
         
             
                        mac_pyproject = mac_uv_dir / "pyproject.toml"
         
     | 
| 
       545 
545 
     | 
    
         
             
                        mac_pyproject.write_text(mac_manifest.read_text())
         
     | 
| 
       546 
546 
     | 
    
         | 
| 
      
 547 
     | 
    
         
            +
                        # Copy README.md if it exists (required by some build backends)
         
     | 
| 
      
 548 
     | 
    
         
            +
                        if Path("README.md").exists():
         
     | 
| 
      
 549 
     | 
    
         
            +
                            (mac_uv_dir / "README.md").write_text(Path("README.md").read_text())
         
     | 
| 
      
 550 
     | 
    
         
            +
             
     | 
| 
       547 
551 
     | 
    
         
             
                        # Ensure lock matches manifest (in mac temp dir)
         
     | 
| 
       548 
552 
     | 
    
         
             
                        print("Ensuring lock file matches pyproject.mac.toml (Mac devcon)…")
         
     | 
| 
       549 
553 
     | 
    
         
             
                        lock_cmd = ["uv", "lock"]
         
     | 
| 
         @@ -555,12 +559,19 @@ def sync_with_toml( 
     | 
|
| 
       555 
559 
     | 
    
         
             
                        # Sync into the active environment
         
     | 
| 
       556 
560 
     | 
    
         
             
                        if install_project:
         
     | 
| 
       557 
561 
     | 
    
         
             
                            print(
         
     | 
| 
       558 
     | 
    
         
            -
                                "Syncing dependencies into ACTIVE env  
     | 
| 
      
 562 
     | 
    
         
            +
                                "Syncing dependencies into ACTIVE env (project installed separately)…"
         
     | 
| 
       559 
563 
     | 
    
         
             
                            )
         
     | 
| 
       560 
     | 
    
         
            -
                            sync_cmd = [ 
     | 
| 
      
 564 
     | 
    
         
            +
                            sync_cmd = [
         
     | 
| 
      
 565 
     | 
    
         
            +
                                "uv",
         
     | 
| 
      
 566 
     | 
    
         
            +
                                "sync",
         
     | 
| 
      
 567 
     | 
    
         
            +
                                "--all-groups",
         
     | 
| 
      
 568 
     | 
    
         
            +
                                "--no-install-project",
         
     | 
| 
      
 569 
     | 
    
         
            +
                                "--active",
         
     | 
| 
      
 570 
     | 
    
         
            +
                            ]
         
     | 
| 
       561 
571 
     | 
    
         
             
                            print(f"Running command: {BLUE}{' '.join(sync_cmd)}{RESET}")
         
     | 
| 
       562 
572 
     | 
    
         
             
                            subprocess.run(sync_cmd, check=True, cwd=str(mac_uv_dir))
         
     | 
| 
       563 
     | 
    
         
            -
                            # Install project from repo root
         
     | 
| 
      
 573 
     | 
    
         
            +
                            # Install project from repo root (where source code actually is)
         
     | 
| 
      
 574 
     | 
    
         
            +
                            print("Installing project with 'full' extras from repo root…")
         
     | 
| 
       564 
575 
     | 
    
         
             
                            pip_install_cmd = ["uv", "pip", "install", "-e", ".[full]"]
         
     | 
| 
       565 
576 
     | 
    
         
             
                            print(f"Running command: {BLUE}{' '.join(pip_install_cmd)}{RESET}")
         
     | 
| 
       566 
577 
     | 
    
         
             
                            subprocess.run(pip_install_cmd, check=True)
         
     | 
| 
         @@ -587,6 +598,10 @@ def sync_with_toml( 
     | 
|
| 
       587 
598 
     | 
    
         
             
                            aws_pyproject = aws_uv_dir / "pyproject.toml"
         
     | 
| 
       588 
599 
     | 
    
         
             
                            aws_pyproject.write_text(aws_manifest.read_text())
         
     | 
| 
       589 
600 
     | 
    
         | 
| 
      
 601 
     | 
    
         
            +
                            # Copy README.md if it exists (required by some build backends)
         
     | 
| 
      
 602 
     | 
    
         
            +
                            if Path("README.md").exists():
         
     | 
| 
      
 603 
     | 
    
         
            +
                                (aws_uv_dir / "README.md").write_text(Path("README.md").read_text())
         
     | 
| 
      
 604 
     | 
    
         
            +
             
     | 
| 
       590 
605 
     | 
    
         
             
                            # Ensure lock matches manifest (in aws temp dir)
         
     | 
| 
       591 
606 
     | 
    
         
             
                            print("Ensuring lock file matches pyproject.aws.toml (AWS devcon)…")
         
     | 
| 
       592 
607 
     | 
    
         
             
                            lock_cmd = ["uv", "lock"]
         
     | 
| 
         @@ -598,12 +613,19 @@ def sync_with_toml( 
     | 
|
| 
       598 
613 
     | 
    
         
             
                            # Sync into the active environment
         
     | 
| 
       599 
614 
     | 
    
         
             
                            if install_project:
         
     | 
| 
       600 
615 
     | 
    
         
             
                                print(
         
     | 
| 
       601 
     | 
    
         
            -
                                    "Syncing dependencies into ACTIVE env  
     | 
| 
      
 616 
     | 
    
         
            +
                                    "Syncing dependencies into ACTIVE env (project installed separately)…"
         
     | 
| 
       602 
617 
     | 
    
         
             
                                )
         
     | 
| 
       603 
     | 
    
         
            -
                                sync_cmd = [ 
     | 
| 
      
 618 
     | 
    
         
            +
                                sync_cmd = [
         
     | 
| 
      
 619 
     | 
    
         
            +
                                    "uv",
         
     | 
| 
      
 620 
     | 
    
         
            +
                                    "sync",
         
     | 
| 
      
 621 
     | 
    
         
            +
                                    "--all-groups",
         
     | 
| 
      
 622 
     | 
    
         
            +
                                    "--no-install-project",
         
     | 
| 
      
 623 
     | 
    
         
            +
                                    "--active",
         
     | 
| 
      
 624 
     | 
    
         
            +
                                ]
         
     | 
| 
       604 
625 
     | 
    
         
             
                                print(f"Running command: {BLUE}{' '.join(sync_cmd)}{RESET}")
         
     | 
| 
       605 
626 
     | 
    
         
             
                                subprocess.run(sync_cmd, check=True, cwd=str(aws_uv_dir))
         
     | 
| 
       606 
     | 
    
         
            -
                                # Install project from repo root
         
     | 
| 
      
 627 
     | 
    
         
            +
                                # Install project from repo root (where source code actually is)
         
     | 
| 
      
 628 
     | 
    
         
            +
                                print("Installing project with 'full' extras from repo root…")
         
     | 
| 
       607 
629 
     | 
    
         
             
                                pip_install_cmd = ["uv", "pip", "install", "-e", ".[full]"]
         
     | 
| 
       608 
630 
     | 
    
         
             
                                print(f"Running command: {BLUE}{' '.join(pip_install_cmd)}{RESET}")
         
     | 
| 
       609 
631 
     | 
    
         
             
                                subprocess.run(pip_install_cmd, check=True)
         
     | 
| 
         @@ -994,6 +1016,9 @@ def update_dependencies( 
     | 
|
| 
       994 
1016 
     | 
    
         
             
                    if platform == "mac" and mac_manifest.exists():
         
     | 
| 
       995 
1017 
     | 
    
         
             
                        mac_uv_dir.mkdir(parents=True, exist_ok=True)
         
     | 
| 
       996 
1018 
     | 
    
         
             
                        (mac_uv_dir / "pyproject.toml").write_text(mac_manifest.read_text())
         
     | 
| 
      
 1019 
     | 
    
         
            +
                        # Copy README.md if it exists (required by some build backends)
         
     | 
| 
      
 1020 
     | 
    
         
            +
                        if Path("README.md").exists():
         
     | 
| 
      
 1021 
     | 
    
         
            +
                            (mac_uv_dir / "README.md").write_text(Path("README.md").read_text())
         
     | 
| 
       997 
1022 
     | 
    
         
             
                        uv_cwd = str(mac_uv_dir)
         
     | 
| 
       998 
1023 
     | 
    
         
             
                        lock_file_path = mac_uv_dir / "uv.lock"
         
     | 
| 
       999 
1024 
     | 
    
         
             
                        manifest_path_for_constraint = mac_manifest
         
     | 
| 
         @@ -1001,6 +1026,9 @@ def update_dependencies( 
     | 
|
| 
       1001 
1026 
     | 
    
         
             
                        # AWS platform (default)
         
     | 
| 
       1002 
1027 
     | 
    
         
             
                        aws_uv_dir.mkdir(parents=True, exist_ok=True)
         
     | 
| 
       1003 
1028 
     | 
    
         
             
                        (aws_uv_dir / "pyproject.toml").write_text(aws_manifest.read_text())
         
     | 
| 
      
 1029 
     | 
    
         
            +
                        # Copy README.md if it exists (required by some build backends)
         
     | 
| 
      
 1030 
     | 
    
         
            +
                        if Path("README.md").exists():
         
     | 
| 
      
 1031 
     | 
    
         
            +
                            (aws_uv_dir / "README.md").write_text(Path("README.md").read_text())
         
     | 
| 
       1004 
1032 
     | 
    
         
             
                        uv_cwd = str(aws_uv_dir)
         
     | 
| 
       1005 
1033 
     | 
    
         
             
                        lock_file_path = aws_uv_dir / "uv.lock"
         
     | 
| 
       1006 
1034 
     | 
    
         
             
                        manifest_path_for_constraint = aws_manifest
         
     | 
| 
         @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" 
     | 
|
| 
       5 
5 
     | 
    
         | 
| 
       6 
6 
     | 
    
         
             
            [project]
         
     | 
| 
       7 
7 
     | 
    
         
             
            name = "dayhoff-tools"
         
     | 
| 
       8 
     | 
    
         
            -
            version = "1.11. 
     | 
| 
      
 8 
     | 
    
         
            +
            version = "1.11.6"
         
     | 
| 
       9 
9 
     | 
    
         
             
            description = "Common tools for all the repos at Dayhoff Labs"
         
     | 
| 
       10 
10 
     | 
    
         
             
            authors = [
         
     | 
| 
       11 
11 
     | 
    
         
             
                {name = "Daniel Martin-Alarcon", email = "dma@dayhofflabs.com"}
         
     | 
| 
         @@ -21,6 +21,7 @@ dependencies = [ 
     | 
|
| 
       21 
21 
     | 
    
         
             
                "questionary>=2.0.1",
         
     | 
| 
       22 
22 
     | 
    
         
             
                "tzdata>=2025.2",
         
     | 
| 
       23 
23 
     | 
    
         
             
                "boto3>=1.36.8",
         
     | 
| 
      
 24 
     | 
    
         
            +
                "seaborn",
         
     | 
| 
       24 
25 
     | 
    
         
             
            ]
         
     | 
| 
       25 
26 
     | 
    
         
             
            requires-python = ">=3.10,<4.0"
         
     | 
| 
       26 
27 
     | 
    
         | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
    
        {dayhoff_tools-1.11.4 → dayhoff_tools-1.11.6}/dayhoff_tools/cli/engine/engine_maintenance.py
    RENAMED
    
    | 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     |