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
- Host: GitHub
- URL: https://github.com/lsst-dm/python-experiments
- Owner: lsst-dm
- Created: 2015-04-21T20:30:42.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T00:58:37.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T04:36:14.944Z (about 1 month ago)
- Language: Python
- Size: 58.6 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/LSSTThis 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 .