Metadata-Version: 2.1
Name: bioexplorer
Version: 1.0.0
Summary: Python API for the Blue Brain BioExplorer
Home-page: https://github.com/BlueBrain/BioExplorer.git
Author: Blue Brain Project, EPFL
Author-email: bbp-open-source@googlegroups.com
License: LGPLv3
Project-URL: Documentation, https://bluebrain.github.io/BioExplorer/
Project-URL: Source, https://github.com/BlueBrain/BioExplorer
Description: # Blue Brain BioExplorer
        
        The bioexplorer package provides an extended python API for the Blue Brain BioExplorer application
        
        ### 1. From the Python Package Index
        
        ```
        (venv)$ pip install bioexplorer
        ```
        
        ### 2. From source
        
        Clone the repository and install it:
        
        ```
        (venv)$ git clone https://github.com/BlueBrain/BioExplorer.git
        (venv)$ cd BioExplorer/bioexplorer/pythonsdk
        (venv)$ python setup.py install
        ```
        
        ## Connect to running Blue Brain BioExplorer instance
        
        ```python
        >>> from bioexplorer import BioExplorer
        >>> bio_explorer = BioExplorer('localhost:8200')
        ```
        
        # Upload to pypi
        
        ```bash
        twine upload dist/*
        ```
        
Keywords: covid,covid19,coronavirus,bbp,blue,brain,virus,molecule,molecular system
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
