An open API service indexing awesome lists of open source software.

https://github.com/lsst-dm/python-experiments

Experimenting with python and the DM stack
https://github.com/lsst-dm/python-experiments

Last synced: 18 days ago
JSON representation

Experimenting with python and the DM stack

Awesome Lists containing this project

README

        

Experimental Python interfaces for LSST
=======================================

This repository is used as a test bed for experimenting with the Python API used in the data management stack. To use the software a copy of the DM stack should be installed and AFW should be setup.

```
% python setup.py build
% python setup.py install
% python setup.py test
% python setup.py flake8
```

License
---

LSST Data Management System
Copyright 2015 AURA/LSST

This product includes software developed by the [LSST Project](http://www.lsst.org/).

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the LSST License Statement and the GNU General Public License along with this program. If not, see .