File: PKG-INFO

package info (click to toggle)
astroquery 0.3.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,528 kB
  • ctags: 3,402
  • sloc: xml: 113,303; python: 21,713; makefile: 135; ansic: 88; sh: 46
file content (52 lines) | stat: -rw-r--r-- 2,841 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Metadata-Version: 1.1
Name: astropy-helpers
Version: 0.4.4
Summary: Utilities for building and installing Astropy, Astropy affiliated packages, and their respective documentation.
Home-page: http://astropy.org
Author: The Astropy Developers
Author-email: astropy.team@gmail.com
License: BSD
Download-URL: http://pypi.python.org/packages/source/a/astropy-helpers/astropy-helpers-0.4.4.tar.gz
Description: astropy-helpers
        ===============
        
        This project provides a Python package, ``astropy_helpers``, which includes
        many build, installation, and documentation-related tools used by the Astropy
        project, but packaged separately for use by other projects that wish to
        leverage this work.  The motivation behind this package and details of its
        implementation are in the accepted 
        `Astropy Proposal for Enhancement (APE) 4 <https://github.com/astropy/astropy-APEs/blob/master/APE4.rst>`_.
        
        ``astropy_helpers`` includes a special "bootstrap" module called
        ``ah_bootstrap.py`` which is intended to be used by a project's setup.py in
        order to ensure that the ``astropy_helpers`` package is available for
        build/installation.  This is similar to the ``ez_setup.py`` module that is
        shipped with some projects to bootstrap `setuptools
        <https://bitbucket.org/pypa/setuptools>`_.
        
        As described in APE4, the version numbers for ``astropy_helpers`` follow the
        corresponding major/minor version of the `astropy core package
        <http://www.astropy.org/>`_, but with an independent sequence of micro (bugfix)
        version numbers. Hence, the initial release is 0.4, in parallel with Astropy
        v0.4, which will be the first version  of Astropy to use ``astropy-helpers``.
        
        For examples of how to implement ``astropy-helpers`` in a project,
        see the ``setup.py`` and ``setup.cfg`` files of the 
        `Affiliated package template <https://github.com/astropy/package-template>`_.
        
        .. image:: https://travis-ci.org/astropy/astropy-helpers.png
            :target: https://travis-ci.org/astropy/astropy-helpers
        
        .. image:: https://coveralls.io/repos/astropy/astropy-helpers/badge.png
            :target: https://coveralls.io/r/astropy/astropy-helpers
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging