Rename project and reorganise structure

- Changed project name to "data-shield"
- Moved all source files into a new "data-shield" directory
- Updated import paths accordingly
This commit is contained in:
Jonathon Broughton
2025-03-24 12:54:48 +00:00
parent 690e6f7d13
commit 731c735fce
9 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[project]
name = "speckle-automate-data-shield"
name = "data-shield"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
@@ -1,6 +1,6 @@
from abc import ABC, abstractmethod
from collections import defaultdict
from typing import Dict, List, Optional, Union, Any
from typing import Dict, List, Optional
from speckle_automate import AutomationContext
from specklepy.objects import Base
@@ -1,6 +1,6 @@
from speckle_automate import AutomationContext
from specklepy.objects import Base
from actions import PrefixRemovalAction
from src.actions import PrefixRemovalAction
from src.inputs import FunctionInputs, SanitizationMode
from traversal import get_data_traversal_rules