Metadata-Version: 2.1
Name: starid
Version: 1.3.23
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-develop is the baseline.
        
            sudo apt-get -qq update -qy
            sudo apt-get -qq install -y python3.8 python3-setuptools python3-venv python3-pip
            sudo apt-get -qq install -y cmake
            sudo apt-get -qq install -y libeigen3-dev
            git clone git@gitlab.com:noahhsmith/starid.git starid
            cd starid
            python3 -m venv venv
            . venv/bin/activate
            python3 setup.py develop
            pytest
            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
