Loading src/edgecloud/clients/i2edge/utils.py +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ # - Sergio Giménez (sergio.gimenez@i2cat.net) # - César Cajas (cesar.cajas@i2cat.net) ## import uuid from typing import Optional, Union from uuid import UUID Loading src/edgecloud/core/edgecloud_factory.py +13 −0 Original line number Diff line number Diff line #!/usr/bin/env python3 # -*- coding: utf-8 -*- ## # Copyright 2025-present by Software Networks Area, i2CAT. # All rights reserved. # # This file is part of the Federation SDK # Unauthorized copying of this file, via any medium is strictly prohibited. # # Contributors: # - Adrián Pino Martínez (adrian.pino@i2cat.net) # - Sergio Giménez (sergio.gimenez@i2cat.net) ## from __future__ import annotations from enum import Enum from typing import TYPE_CHECKING Loading src/edgecloud/core/edgecloud_interface.py +12 −0 Original line number Diff line number Diff line #!/usr/bin/env python3 # -*- coding: utf-8 -*- ## # Copyright 2025-present by Software Networks Area, i2CAT. # All rights reserved. # # This file is part of the Federation SDK # Unauthorized copying of this file, via any medium is strictly prohibited. # # Contributors: # - Adrián Pino Martínez (adrian.pino@i2cat.net) ## from abc import ABC, abstractmethod from typing import List, Dict, Optional Loading src/edgecloud/core/schemas.pydeleted 100644 → 0 +0 −1 Original line number Diff line number Diff line # TODO No newline at end of file Loading
src/edgecloud/clients/i2edge/utils.py +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ # - Sergio Giménez (sergio.gimenez@i2cat.net) # - César Cajas (cesar.cajas@i2cat.net) ## import uuid from typing import Optional, Union from uuid import UUID Loading
src/edgecloud/core/edgecloud_factory.py +13 −0 Original line number Diff line number Diff line #!/usr/bin/env python3 # -*- coding: utf-8 -*- ## # Copyright 2025-present by Software Networks Area, i2CAT. # All rights reserved. # # This file is part of the Federation SDK # Unauthorized copying of this file, via any medium is strictly prohibited. # # Contributors: # - Adrián Pino Martínez (adrian.pino@i2cat.net) # - Sergio Giménez (sergio.gimenez@i2cat.net) ## from __future__ import annotations from enum import Enum from typing import TYPE_CHECKING Loading
src/edgecloud/core/edgecloud_interface.py +12 −0 Original line number Diff line number Diff line #!/usr/bin/env python3 # -*- coding: utf-8 -*- ## # Copyright 2025-present by Software Networks Area, i2CAT. # All rights reserved. # # This file is part of the Federation SDK # Unauthorized copying of this file, via any medium is strictly prohibited. # # Contributors: # - Adrián Pino Martínez (adrian.pino@i2cat.net) ## from abc import ABC, abstractmethod from typing import List, Dict, Optional Loading
src/edgecloud/core/schemas.pydeleted 100644 → 0 +0 −1 Original line number Diff line number Diff line # TODO No newline at end of file