Metadata-Version: 2.1
Name: fa2rs
Version: 0.1.0
Summary: Bindings to full Rust ForceAtlas2 implementation
Home-page: https://framagit.org/ZettaScript/fa2rs-py
Author: Pascal Engélibert
Author-email: tuxmain@zettascript.org
License: UNKNOWN
Description: # ForceAtlas2 Python bindings from Rust
        
        Python 3 bindings for Rust [forceatlas2](https://framagit.org/ZettaScript/forceatlas2-rs) crate.
        
        # Build & install
        
        Build:
        
            sh build_wheel.sh
        
        Install:
        
            pip3 install target/wheel/dist/fa2rs-0.1.0-py3-none-any.whl --upgrade
        
        ## License
        
        GNU AGPL v3, CopyLeft 2020-2021 Pascal Engélibert  
        The ForceAtlas2 paper was released under CC BY, Copyright 2014 Jacomy et al.
        
        This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License.
        
        This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
        
        You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
        
Keywords: forceatlas2 graph force-directed-graph force-layout
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
