Metadata-Version: 1.1
Name: ORCID-Hub
Version: 3.0.3.dev20171127
Summary: UNKNOWN
Home-page: https://github.com/Royal-Society-of-New-Zealand/NZ-ORCID-Hub
Author: Jason Gush, Radomirs Cirskis, Roshan Pawar
Author-email: jagu04@gmail.com, nad2000@gmail.com, roshan.pawar@auckland.ac.nz
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        ORCID-Hub
        -----
        
        ORCID-Hub is a ...
        
        ORCID-Hub is Fun
        ````````````
        
        ...
        
        
        And Easy to Setup
        `````````````````
        
        And run it:
        
        .. code:: bash
        
            $ virtualevn -p python3.6 venv
            $ . venv/bin/activate
            $ pip install -e .  # OR (with development packages): pip install -e .[dev]
            $ export FLASK_APP=orcid_hub
            $ orcidhub initdb
            $ orcidhub cradmin EMAIL
            $ orcidhub run -p PORT
            * Running on http://localhost:PORT/
        
        Ready for production? `Read this first <http://docs.orcidhub.org.nz/deploying/>`.
        
        Links
        `````
        
        * `website <https://orcidhub.org.nz/>`_
        * `FAQ <https://orcidhub.org.nz/faq/>`_
        * `about the project <https://orcidhub.org.nz/about/>`_
        * `documentation <http://docs.orcidhub.org.nz/>`_
        
Keywords: orcid,hub,research
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
