Metadata-Version: 2.1
Name: atlas-placement-hints
Version: 0.1.1
Summary: Library containing command lines and tools to compute placement hints
Home-page: https://github.com/BlueBrain/atlas-placement-hints
Author: Blue Brain Project, EPFL
License: Apache-2
Download-URL: https://github.com/BlueBrain/atlas-placement-hints
Description: .. image:: atlas-placement-hints.jpg
        
        Overview
        =========
        
        This project contains tools to compute placement hints.
        Placement hints are used by the placement algorithm to place 3D cells in the context of circuit building.
        
        After installation, you can display the available command lines with the following ``bash`` command:
        
        .. code-block:: bash
        
            atlas-placement-hints --help
        
        Installation
        ============
        
        This python project depends on Ultraliser_ for the algorithms which follow a mesh-based approach.
        
        Once Ultraliser_ is installed, run the following ``bash`` commands:
        
        .. code-block:: bash
        
            git clone https://github.com/BlueBrain/atlas-placement-hints
            cd atlas-placement-hints
            pip install -e .
        
        
        Instructions for developers
        ===========================
        
        Run the following commands before submitting your code for review:
        
        .. code-block:: bash
        
            cd atlas-placement-hints
            isort -l 100 --profile black atlas_placement_hints tests setup.py
            black -l 100 atlas_placement_hints tests setup.py
        
        These formatting operations will help you pass the linting check `testenv:lint` defined in `tox.ini`.
        
        .. _Ultraliser: https://github.com/BlueBrain/Ultraliser
        
        Acknowledgements
        ================
        
        The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.
        
        For license and authors, see LICENSE.txt and AUTHORS.txt respectively.
        
        Copyright © 2022 Blue Brain Project/EPFL
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7.0
Description-Content-Type: text/x-rst
Provides-Extra: tests
