repo
stringlengths
7
90
file_url
stringlengths
81
315
file_path
stringlengths
4
228
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:38:15
2026-01-05 02:33:18
truncated
bool
2 classes
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/config/__init__.py
pyasic/config/__init__.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/config/base.py
pyasic/config/base.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/config/pools.py
pyasic/config/pools.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/config/mining/presets.py
pyasic/config/mining/presets.py
from pyasic.config.base import MinerConfigValue class MiningPreset(MinerConfigValue): name: str | None = None power: int | None = None hashrate: int | None = None tuned: bool | None = None modded_psu: bool | None = None frequency: int | None = None voltage: float | None = None def as_...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/config/mining/algo.py
pyasic/config/mining/algo.py
from __future__ import annotations from dataclasses import field from typing import Any, TypeVar from pyasic.config.base import MinerConfigOption, MinerConfigValue class StandardTuneAlgo(MinerConfigValue): mode: str = field(init=False, default="standard") def as_epic(self) -> str: return VOptAlgo()...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/config/mining/scaling.py
pyasic/config/mining/scaling.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/config/mining/__init__.py
pyasic/config/mining/__init__.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/network/__init__.py
pyasic/network/__init__.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/boards.py
pyasic/data/boards.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/fans.py
pyasic/data/fans.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/__init__.py
pyasic/data/__init__.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/device.py
pyasic/data/device.py
from pydantic import BaseModel, ConfigDict, field_serializer from pyasic.device.algorithm import MinerAlgoType from pyasic.device.firmware import MinerFirmware from pyasic.device.makes import MinerMake from pyasic.device.models import MinerModelType class DeviceInfo(BaseModel): model_config = ConfigDict(arbitrar...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/pools.py
pyasic/data/pools.py
from collections.abc import Callable from enum import Enum from typing import Any from urllib.parse import urlparse from pydantic import BaseModel, computed_field, model_serializer from typing_extensions import Self class Scheme(Enum): STRATUM_V1 = "stratum+tcp" STRATUM_V2 = "stratum2+tcp" STRATUM_V1_SSL...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/error_codes/whatsminer.py
pyasic/data/error_codes/whatsminer.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/error_codes/innosilicon.py
pyasic/data/error_codes/innosilicon.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/error_codes/bos.py
pyasic/data/error_codes/bos.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/error_codes/__init__.py
pyasic/data/error_codes/__init__.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/error_codes/base.py
pyasic/data/error_codes/base.py
from pydantic import BaseModel class BaseMinerError(BaseModel): error_code: int | None = None @classmethod def fields(cls): return list(cls.model_fields.keys()) def asdict(self) -> dict: return self.model_dump() def as_dict(self) -> dict: """Get this dataclass as a dicti...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/error_codes/vnish.py
pyasic/data/error_codes/vnish.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/data/error_codes/X19.py
pyasic/data/error_codes/X19.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/luckyminer.py
pyasic/web/luckyminer.py
from __future__ import annotations from .bitaxe import ESPMinerWebAPI class LuckyMinerWebAPI(ESPMinerWebAPI): pass
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/goldshell.py
pyasic/web/goldshell.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/innosilicon.py
pyasic/web/innosilicon.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/hammer.py
pyasic/web/hammer.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/elphapex.py
pyasic/web/elphapex.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/avalonminer.py
pyasic/web/avalonminer.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/mskminer.py
pyasic/web/mskminer.py
# ------------------------------------------------------------------------------ # Copyright 2024 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/iceriver.py
pyasic/web/iceriver.py
# ------------------------------------------------------------------------------ # Copyright 2024 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/espminer.py
pyasic/web/espminer.py
from __future__ import annotations import asyncio import json from typing import Any import httpx from pyasic import APIError, settings from pyasic.web.base import BaseWebAPI class ESPMinerWebAPI(BaseWebAPI): async def send_command( self, command: str, ignore_errors: bool = False, ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/__init__.py
pyasic/web/__init__.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/base.py
pyasic/web/base.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/auradine.py
pyasic/web/auradine.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/vnish.py
pyasic/web/vnish.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/marathon.py
pyasic/web/marathon.py
from __future__ import annotations import asyncio import json from typing import Any import httpx from pyasic import APIError, settings from pyasic.web.base import BaseWebAPI class MaraWebAPI(BaseWebAPI): def __init__(self, ip: str) -> None: super().__init__(ip) self.username: str = "root" ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/antminer.py
pyasic/web/antminer.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/hiveon.py
pyasic/web/hiveon.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/epic.py
pyasic/web/epic.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/braiins_os/bosminer.py
pyasic/web/braiins_os/bosminer.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/braiins_os/boser.py
pyasic/web/braiins_os/boser.py
# ------------------------------------------------------------------------------ # Copyright 2022 Upstream Data Inc - # - # Licensed under the Apache License, Version 2.0 (the "License"); ...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/braiins_os/__init__.py
pyasic/web/braiins_os/__init__.py
from .boser import BOSerWebAPI from .bosminer import BOSMinerWebAPI
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/braiins_os/better_monkey.py
pyasic/web/braiins_os/better_monkey.py
from datetime import datetime, timedelta from typing import Any from betterproto import DATETIME_ZERO, TYPE_MAP, TYPE_MESSAGE, Casing, Message # https://github.com/danielgtaylor/python-betterproto/pull/609 def to_pydict( self, casing: Casing = Casing.CAMEL, include_default_values: bool = False ) -> dict[str, Any...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/braiins_os/proto/__init__.py
pyasic/web/braiins_os/proto/__init__.py
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/braiins_os/proto/braiins/__init__.py
pyasic/web/braiins_os/proto/braiins/__init__.py
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/braiins_os/proto/braiins/bos/__init__.py
pyasic/web/braiins_os/proto/braiins/bos/__init__.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # sources: bos/version.proto # plugin: python-betterproto # This file has been @generated from dataclasses import dataclass from typing import TYPE_CHECKING, Dict, Optional import betterproto import grpclib from betterproto.grpc.grpclib_server import ServiceB...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/pyasic/web/braiins_os/proto/braiins/bos/v1/__init__.py
pyasic/web/braiins_os/proto/braiins/bos/v1/__init__.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # sources: bos/v1/actions.proto, bos/v1/authentication.proto, bos/v1/common.proto, bos/v1/configuration.proto, bos/v1/constraints.proto, bos/v1/cooling.proto, bos/v1/license.proto, bos/v1/miner.proto, bos/v1/network.proto, bos/v1/performance.proto, bos/v1/pool....
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
true
UpstreamData/pyasic
https://github.com/UpstreamData/pyasic/blob/820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3/docs/generate_miners.py
docs/generate_miners.py
import importlib import os import warnings from pathlib import Path from typing import Any from pyasic.miners.factory import MINER_CLASSES, MinerTypes warnings.filterwarnings("ignore") def path(cls): module = importlib.import_module(cls.__module__) return module.__name__ + "." + cls.__name__ def make(cls)...
python
Apache-2.0
820d2aafdaa6bf2b046f94c017bf7ea58b7c50f3
2026-01-05T07:14:50.237218Z
false
reallyrehan/flask-fileexplorer
https://github.com/reallyrehan/flask-fileexplorer/blob/74f3f33900191e82460e8a515bc071267efc3ba5/setup.py
setup.py
from flask import Flask, render_template, request, send_file, redirect, session, jsonify from werkzeug.utils import secure_filename from hurry.filesize import size from datetime import datetime from flask_fontawesome import FontAwesome from flask_qrcode import QRcode from pathlib import Path import os import mimetypes ...
python
MIT
74f3f33900191e82460e8a515bc071267efc3ba5
2026-01-05T07:14:45.262249Z
false
reallyrehan/flask-fileexplorer
https://github.com/reallyrehan/flask-fileexplorer/blob/74f3f33900191e82460e8a515bc071267efc3ba5/utils.py
utils.py
from setup import app from flask import request, Response import os import re video_types = ['mp4', "webm", "opgg"] audio_types = ['mp3', "wav", "ogg", "mpeg", "aac", "3gpp", "3gpp2", "aiff", "x-aiff", "amr", "mpga"] @app.after_request def after_request(response): response.headers.add('Accept-Ranges', 'bytes')...
python
MIT
74f3f33900191e82460e8a515bc071267efc3ba5
2026-01-05T07:14:45.262249Z
false
reallyrehan/flask-fileexplorer
https://github.com/reallyrehan/flask-fileexplorer/blob/74f3f33900191e82460e8a515bc071267efc3ba5/build/setup.py
build/setup.py
# -*- coding: utf-8 -*- """ Created on Tue Oct 22 18:17:01 2019 @author: rehan.ahmed """ from cx_Freeze import setup, Executable includefiles = [ ] includes = ['jinja2.ext'] # add jinja2.ext here excludes = [] setup( name = 'WiFile', version = '1.1', description = 'File explorer over wifi', author = 'Rehan Ahm...
python
MIT
74f3f33900191e82460e8a515bc071267efc3ba5
2026-01-05T07:14:45.262249Z
false
reallyrehan/flask-fileexplorer
https://github.com/reallyrehan/flask-fileexplorer/blob/74f3f33900191e82460e8a515bc071267efc3ba5/backup/nosession-setup.py
backup/nosession-setup.py
from flask import Flask, render_template, request, send_file, redirect import os import sys app = Flask(__name__) try: f= open('hidden.txt','r') fileText=f.read() fileText = fileText.split('\n') except: fileText=[] hiddenList = [] for i in fileText: hiddenList.append(i) f.close() try: f= op...
python
MIT
74f3f33900191e82460e8a515bc071267efc3ba5
2026-01-05T07:14:45.262249Z
false
reallyrehan/flask-fileexplorer
https://github.com/reallyrehan/flask-fileexplorer/blob/74f3f33900191e82460e8a515bc071267efc3ba5/backup/setupWin.py
backup/setupWin.py
from flask import Flask, render_template, request, send_file, redirect, session import os import sys import json from flask_fontawesome import FontAwesome import zipfile import win32api from werkzeug import secure_filename import socket hostname = socket.gethostname() IPAddr = socket.gethostbyname(hostname) ...
python
MIT
74f3f33900191e82460e8a515bc071267efc3ba5
2026-01-05T07:14:45.262249Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/setup.py
setup.py
# Copyright 2024, LLM-PySC2 Contributors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/__init__.py
pysc2/__init__.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/enums.py
pysc2/env/enums.py
# Copyright 2021 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/mock_sc2_env_comparison_test.py
pysc2/env/mock_sc2_env_comparison_test.py
#!/usr/bin/python # Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/mock_sc2_env.py
pysc2/env/mock_sc2_env.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/sc2_env_test.py
pysc2/env/sc2_env_test.py
#!/usr/bin/python # Copyright 2019 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/sc2_env.py
pysc2/env/sc2_env.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/base_env_wrapper.py
pysc2/env/base_env_wrapper.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/available_actions_printer.py
pysc2/env/available_actions_printer.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/remote_sc2_env.py
pysc2/env/remote_sc2_env.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/host_remote_agent.py
pysc2/env/host_remote_agent.py
# Copyright 2018 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converted_env.py
pysc2/env/converted_env.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/run_loop.py
pysc2/env/run_loop.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/__init__.py
pysc2/env/__init__.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/environment.py
pysc2/env/environment.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converted_env_test.py
pysc2/env/converted_env_test.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/lan_sc2_env.py
pysc2/env/lan_sc2_env.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/mock_sc2_env_test.py
pysc2/env/mock_sc2_env_test.py
#!/usr/bin/python # Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/converter.py
pysc2/env/converter/converter.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/derive_interface_options.py
pysc2/env/converter/derive_interface_options.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/__init__.py
pysc2/env/converter/__init__.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/converter_test.py
pysc2/env/converter/converter_test.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/proto/__init__.py
pysc2/env/converter/proto/__init__.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/cc/__init__.py
pysc2/env/converter/cc/__init__.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/cc/game_data/__init__.py
pysc2/env/converter/cc/game_data/__init__.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/cc/game_data/python/uint8_lookup_test.py
pysc2/env/converter/cc/game_data/python/uint8_lookup_test.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/cc/game_data/python/__init__.py
pysc2/env/converter/cc/game_data/python/__init__.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/cc/game_data/proto/__init__.py
pysc2/env/converter/cc/game_data/proto/__init__.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/cc/python/__init__.py
pysc2/env/converter/cc/python/__init__.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/env/converter/cc/test_data/__init__.py
pysc2/env/converter/cc/test_data/__init__.py
# Copyright 2021 DeepMind Technologies Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by app...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/agents/base_agent.py
pysc2/agents/base_agent.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/agents/no_op_agent.py
pysc2/agents/no_op_agent.py
# Copyright 2021 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/agents/scripted_agent.py
pysc2/agents/scripted_agent.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/agents/__init__.py
pysc2/agents/__init__.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/agents/random_agent.py
pysc2/agents/random_agent.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/actions_test.py
pysc2/tests/actions_test.py
#!/usr/bin/python # Copyright 2018 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/multi_player_env_test.py
pysc2/tests/multi_player_env_test.py
#!/usr/bin/python # Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/render_test.py
pysc2/tests/render_test.py
#!/usr/bin/python # Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/step_mul_override_test.py
pysc2/tests/step_mul_override_test.py
#!/usr/bin/python # Copyright 2018 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/obs_test.py
pysc2/tests/obs_test.py
#!/usr/bin/python # Copyright 2018 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/multi_player_test.py
pysc2/tests/multi_player_test.py
#!/usr/bin/python # Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/protocol_error_test.py
pysc2/tests/protocol_error_test.py
#!/usr/bin/python # Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/ping_test.py
pysc2/tests/ping_test.py
#!/usr/bin/python # Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/utils.py
pysc2/tests/utils.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/observer_test.py
pysc2/tests/observer_test.py
#!/usr/bin/python # Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/general_actions_test.py
pysc2/tests/general_actions_test.py
#!/usr/bin/python # Copyright 2019 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/random_agent_test.py
pysc2/tests/random_agent_test.py
#!/usr/bin/python # Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/__init__.py
pysc2/tests/__init__.py
# Copyright 2017 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false
NKAI-Decision-Team/LLM-PySC2
https://github.com/NKAI-Decision-Team/LLM-PySC2/blob/551c863475c0c4a96a181080974d24b59589e9f3/pysc2/tests/debug_test.py
pysc2/tests/debug_test.py
#!/usr/bin/python # Copyright 2018 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
python
Apache-2.0
551c863475c0c4a96a181080974d24b59589e9f3
2026-01-05T07:14:50.369338Z
false