Metadata-Version: 2.1
Name: spatial-networks
Version: 0.0.2
Summary: Demo library on Spatial Networks
Home-page: https://github.com/pauldechorgnat/spatial-networks
Author: Paul Déchorgnat
Author-email: dev.dechorgnp@gmail.com
License: MIT
Description: # Spatial Networks
        
        Implementation of Spatial Networks based on [Rémy Cabazet lecture](https://www.youtube.com/watch?v=KsGV_FHwhfY).
        
        > This repository has two objectives:
        >
        > - learning about Spatial Networks
        > - understanding how to create a Python package
        
        ## TODO
        
        - [ ] Add tests
        - [ ] Add simpler drawing functions
        - [ ] Better computations
        - [ ] Add examples
        
        > - [Tutorial](https://towardsdatascience.com/deep-dive-create-and-publish-your-first-python-library-f7f618719e14)
        > - [Related](https://github.com/tomalrussell/snkit)
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
