Metadata-Version: 1.1
Name: LiMiC
Version: 0.3.6
Summary: Linear-infrastructure Mission Control (LiMiC)
Home-page: https://pypi.org/project/LiMiC/
Author: Peter Schneider-Kamp
Author-email: petersk@imada.sdu.dk
License: MIT License
Description: QUICKSTART
        
        Desktop:
        python -m limic serve auto [COUNTRY [COUNTRY ...]]
        
        Server:
        python3.7 -m limic serve nx graph.Denmark.nx graph.Denmark.html --no-browser --host extermal.hostname --port internal.port --render-host external.hostname --render-port external.port --render-prefix external.prefix
        
        DESCRIPTION
        
        LiMiC is short for Linear-infrastructure Mission Control.
        
        REQUIREMENTS
        
        Python >= 3.4
        
        INSTALL
        
        pip install limic
        
        HELP
        
        python -m limic
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
