1
2
3
4 from __future__ import division, absolute_import
5
6
7 __author__ = "Eduardo dos Santos Pereira"
8 __email__ = "pereira.somoza@gmail.com"
9 __credits__ = ["Eduardo dos Santos Pereira"]
10 __license__ = "GPLV3"
11 __version__ = "1.0.1"
12 __maintainer__ = "Eduardo dos Santos Pereira"
13 __status__ = "Stable"
14
15 """
16 This file is part of cosmicstar.
17 copyright : Eduardo dos Santos Pereira
18
19 cosmicstar is free software: you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation, either version 3 of the License.
22 cosmicstar is distributed in the hope that it will be useful,
23 but WITHOUT ANY WARRANTY; without even the implied warranty of
24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 GNU General Public License for more details.
26
27 You should have received a copy of the GNU General Public License
28 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
29
30 """
31
32 __all__ = ['cosmology', 'lcdmcosmology', 'structures', 'structuresPS']
33