Commit 351cce94 authored by Stefano Covino's avatar Stefano Covino
Browse files

190524 commit

parents
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+10 −0
Original line number Diff line number Diff line
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
dist/*
Docs/*
Misc/*

LICENSE.txt

0 → 100644
+19 −0
Original line number Diff line number Diff line
Copyright (c) 2016 The Python Packaging Authority (PyPA)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

MANIFEST.in

0 → 100644
+12 −0
Original line number Diff line number Diff line
# Include the README
include ./README.md

# Include the license file
include ./LICENSE.txt

# Include all python files
recursive-include . *.py

# Exclude MacOS files
recursive-exclude . .DS_Store

README.md

0 → 100644
+6 −0
Original line number Diff line number Diff line
# Swift Reduction Package: Pipelines


The Swift Reduction Package (hereafter SRP) is a packet of command line tools to solve problems (e.g. basic reduction and analysis tasks of optical/NIR astronomical data, quick cosmological computations, units conversions, etc.) often met in astronomical research activities.

This library contains functions and classes to manage datatabases for SRP-based pipelines.
+28 −0
Original line number Diff line number Diff line
Metadata-Version: 2.1
Name: SRPAstro.SRPPipelines
Version: 2.1.2
Summary: Tools for pipelines under SRP
Home-page: UNKNOWN
Author: Stefano Covino
Author-email: stefano.covino@inaf.it
License: UNKNOWN
Description: # Swift Reduction Package: Pipelines
        
        Background
        The Swift Reduction Package (hereafter SRP) is a packet of command line tools to solve problems (e.g. basic reduction and analysis tasks of optical/NIR astronomical data, quick cosmological computations, units conversions, etc.) often met in astronomical research activities.
        
        This library contains functions and classes to manage datatabases for SRP-based pipelines.
        
Keywords: astronomy data analysis
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown