Metadata-Version: 2.1
Name: ersilia
Version: 0.0.1
Summary: Ersilia model hub for open source drug discovery
Home-page: https://github.com/ersilia-os/ersilia
Author: Ersilia Open Source Initiative
Author-email: hello@ersilia.io
License: MIT
Project-URL: Landing page, http://ersilia.io
Project-URL: Models, https://github.com/ersilia-os/eos-models/
Project-URL: Source Code, https://github.com/ersilia-os/ersilia/
Description: # Welcome to Ersilia!
        [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/uk/fundraiser/charity/4145012)
        [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](code_of_conduct.md)
        
        :warning: This is work in progress.
        
        * Models can be checked at [Ersilia model hub](http://ersilia-hub.netlify.app) (also work in progress)
        * High-level documentation is available at [Ersilia docs](http://ersilia-hub.netlify.app/docs/) (also work in progress)
        
        
        ## Installation
        
        Ersilia can be installed as a PyPi package.
        
        ```
        pip install ersilia
        ```
        
        To get install the latest version of Ersilia, you can install directly from GitHub.
        
        ```
        pip install git+git://github.com/ersilia-os/ersilia.git
        ```
        
        ## Usage
        
        ```
        ersilia --help
        ```
        
Keywords: drug-discovery machine-learning ersilia open-science global-health model-hub
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: doc_builder
Provides-Extra: test
Provides-Extra: yatai_service
