Metadata-Version: 1.1
Name: adc
Version: 0.0.3
Summary: Genesis Platform client libraries
Home-page: https://github.com/astronomy-commons/genesis-client
Author: Mario Juric
Author-email: mjuric@astro.washington.edu
License: MIT
Description-Content-Type: text/markdown
Description: # Astronomy Data Commons Genesis Client Libraries
        
        Libraries making it easy to access astronomy data commons resources.
        
        ## Developer notes
        
        ### Tag, build, and upload to PyPI and Conda
        
        ```
        git tag -s -a v0.x.x
        ```
        
        ```
        python setup.py sdist bdist_wheel
        twine upload dist/*
        ```
        
        ```
        conda build -c defaults -c conda-forge recipe
        anaconda upload --user scimma /Users/mjuric/anaconda3/conda-bld/noarch/adc-0.0.2-py_0.tar.bz2
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
