SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
README.md
Go to the documentation of this file.
1 # SourceXtractor++
2 [![Conda](https://img.shields.io/conda/v/astrorama/sourcextractor)](https://anaconda.org/astrorama/sourcextractor)
3 [![Fedora package](https://img.shields.io/fedora/v/sourcextractor++/rawhide)](https://koji.fedoraproject.org/koji/packageinfo?packageID=30842)
4 [![Build RPM](https://github.com/astrorama/SourceXtractorPlusPlus/workflows/Build%20RPM/badge.svg)](https://github.com/astrorama/SourceXtractorPlusPlus/actions)
5 [![Coverity](https://scan.coverity.com/projects/19270/badge.svg?flat=1)](https://scan.coverity.com/projects/astrorama-sextractorxx)
6 [![Documentation](https://readthedocs.org/projects/sourcextractorplusplus/badge/?version=latest)](https://sourcextractorplusplus.readthedocs.io/en/latest/Introduction.html)
7 [![CodeFactor](https://www.codefactor.io/repository/github/astrorama/sourcextractorplusplus/badge/develop)](https://www.codefactor.io/repository/github/astrorama/sourcextractorplusplus/overview/develop)
8 
9 The next generation SExtractor.
10 
11 Documentation: https://sourcextractorplusplus.readthedocs.io/en/latest/Introduction.html
12 
13 # Installation
14 
15 ## Conda
16 
17 SourceXtractor++ is available on [Anaconda Cloud for Linux and MacOSX](https://anaconda.org/astrorama/sourcextractor)
18 
19 ```bash
20 conda install -c conda-forge -c astrorama sourcextractor
21  ```
22 
23 We would recommend, however, to install it into its own environment.
24 
25 ```bash
26 conda create -n sourcex -c astrorama -c conda-forge sourcextractor
27 conda activate sourcex
28  ```
29 
30 **Note:** If you want the development version to test a future functionality or bugfix, it can also be done with conda:
31 
32 ```bash
33 conda create -n sourcex-dev -c astrorama/label/develop -c astrorama -c conda-forge sourcextractor
34 conda activate sourcex-dev
35 ```
36 
37 ## Fedora / CentOS
38 
39 SourceXtractor++ is shipped directly in Fedora and CentOS. It can be installed simply as follows:
40 
41 ```bash
42 sudo dnf install sourcextractor++
43 ```
44 
45 [We also build our own RPMs as part of our CI setup](https://astrorama.jfrog.io/artifactory/rpm/stable/)
46 They can be installed adding a `.repo` file under `/etc/yum.repos.d` with the following content:
47 
48 ```ini
49 [Artifactory-Astrorama]
50 name=Artifactory-Astrorama
51 baseurl=https://astrorama.jfrog.io/artifactory/rpm/stable/fedora/$releasever/$basearch
52 enabled=1
53 gpgcheck=0
54 ```
55 
56 And install with
57 
58 ```bash
59 dnf install SourceXtractorPlusPlus
60 ```
61 
def setup
Definition: conf.py:172
string version
Definition: conf.py:72
T next(T...args)