Metadata-Version: 2.1
Name: simanim
Version: 0.0.1
Summary: Python framework for simple simulations
Home-page: https://github.com/Petlja/simanim
Author: Fondacija Petlja
Author-email: team@petlja.org
License: UNKNOWN
Description: # SimAnim - Python framework for simple simulations
        
        ## Instalation
        
         1. You need to have Python installed, version 3.6 or later. If you run Python using command other than `python` (e.g. `python3` or `py`) use appropriate command instead of `python` in the rest of the instructions
         2. Put files from this repository in a local folder (use `git clone` or just extract downloaded ZIP) and open command prompt in that folder
         3. Install package with `python -m pip install -e .`
        
        ## Use
        
        See examples from the `examples` subfolder.
        
        All coordinates are i logical units with classic orienation (y grows up).
        
        More istructions to come...
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
