Metadata-Version: 2.1
Name: starid
Version: 1.3.24
Summary: star identification
Home-page: https://gitlab.com/noahhsmith/starid
Author: noah smith
Author-email: noahhsmith@gmail.com
License: UNKNOWN
Description: <img src="https://gitlab.com/noahhsmith/starid/raw/master/docs/images/nouns%20and%20verbs%20level0.png" align="center" width="426" height="202"/>
        
        lo-fi star identification
        
        [![pipeline](https://gitlab.com/noahhsmith/starid/badges/master/pipeline.svg)](https://gitlab.com/noahhsmith/starid/pipelines)
        [![pypi](https://img.shields.io/badge/pypi-latest-brightgreen.svg)](https://pypi.org/project/starid/)
        [![readthedocs](https://readthedocs.org/projects/starid/badge/?version=latest)](https://starid.readthedocs.io/en/latest/?badge=latest)
        
        pypi pip-install is mostly a placeholder for now, gitlab-repo clone-install is the baseline. the following should work on ubuntu. 
        
            sudo apt install cmake libeigen3-dev
            git clone git@gitlab.com:noahhsmith/starid.git starid
            cd starid
            python3 -m venv venv
            . venv/bin/activate
            pip3 install .
            python3 starid --demo
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
