GRIDAPPSD / topology-processor

0 stars 2 forks source link

library build #18

Closed AAndersn closed 1 year ago

AAndersn commented 1 year ago

Requires modification to import path into docker by @tonya1 :

volumes:
       - ~/topology-processor:/gridappsd/services/gridappsd-topology-processor
       - ~/topology-processor/topology_processor/gridappsd-topology-service.config:/gridappsd/services/gridappsd-topology-service.config
       - ~/topology-processor/topology_processor/gridappsd-topology-daemon.config:/gridappds/services/gridappsd-topology-daemon.config

can be installed as library using poetry build and pip install

can be imported into other projects using from topology_processor import DistributedTopology