Metadata-Version: 1.1
Name: alnair
Version: 0.2
Summary: A simple system configuration framework
Home-page: https://github.com/naoina/alnair
Author: Naoya Inada
Author-email: naoina@kuune.org
License: BSD
Description: Alnair
        ======
        
        Alnair is a simple system configuration framework.
        And also are intended to be used in conjunction with the Fabric (https://github.com/fabric/fabric).
        
        Requirement
        -----------
        
        - Python 2.6 and later (but does not work in 3.x)
        
        Installation
        ------------
        
        from pypi::
        
           # using pip
           % pip install -U alnair
        
           # or using easy_install
           % easy_install -U alnair
        
        from source::
        
           % python setup.py install
        
        Basic usage
        -----------
        
        Coming soon
        
        
        Changes
        =======
        
        0.2
        ---
        
        - Change the APIs (An incompatible with older releases)
        
        0.1.2
        -----
        
        - Implement the commands execution to make before setup
        - Bug fixes
        
        0.1.1
        -----
        
        - A few bug fixes
        
        0.1
        ---
        
        - First release
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: System :: Systems Administration
