Metadata-Version: 1.1
Name: pymills
Version: 3.4.0
Summary: Mills Python Library
Home-page: https://bitbucket.org/prologic/pymills
Author: James Mills
Author-email: James Mills, j dot mills at griffith dot edu dot au
License: MIT
Download-URL: https://bitbucket.org/prologic/pymills/downloads/
Description: .. _James Mills: http://prologic.shortcircuit.net.au
        .. _Python: http://www.python.org/
        .. _Project Website: https://bitbucket.org/prologic/pymills
        .. _PyPi Page: http://pypi.python.org/pypi/pymills
        .. _Read the Docs: http://pymills.readthedocs.org/en/latest/
        .. _Read the Tutorial: http://pymills.readthedocs.org/en/latest/tutorial.html
        .. _Downloads Page: https://bitbucket.org/prologic/pymills/downloads
        .. _API: http://pymills.readthedocs.org/en/latest/api.html
        
        
        pymills is a collection of various useful `Python`_ utility modules
        maintained by `James Mills`_. Some are written by James Mills while
        others are borrowed from other sources and attributed.
        
        .. note:: You may not find this library/package useful to you
                  as I (*James Mills*) don't actively maintain this as
                  a real project as such. It was my first ever `Python`_
                  Package (*and the name has stuck*) and I generally
                  just throw things in it that I can find no better
                  place for. See the `API`_ to find anything of interest.
        
        - Visit the `Project Website`_
        - `Read the Docs`_
        - Download it from the `Downloads Page`_
        
        .. image:: https://pypip.in/v/pymills/badge.png
           :target: https://crate.io/packages/pymills/
           :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/pymills/badge.png
           :target: https://crate.io/packages/pymills/
           :alt: Number of PyPI downloads
        
        .. image:: https://jenkins.shiningpanda-ci.com/prologic/job/pymills/badge/icon
           :target: https://jenkins.shiningpanda-ci.com/prologic/job/pymills/
           :alt: Build Status
        
        
        Installation
        ------------
        
        The simplest and recommended way to install pymills is with pip.
        You may install the latest stable release from PyPI with pip::
        
            > pip install pymills
        
        If you do not have pip, you may use easy_install::
        
            > easy_install pymills
        
        Alternatively, you may download the source package from the
        `PyPI Page`_ or the `Downloads page`_ on the `Project Website`_;
        extract it and install using::
        
            > python setup.py install
        
        You can also install the
        `latest-development version <https://bitbucket.org/prologic/pymills/get/tip.tar.gz#egg=pymills-dev>`_ by using ``pip`` or ``easy_install``::
            
            > pip install pymills==dev
        
        or::
            
            > easy_install pymills==dev
        
        
        For further information see the `pymills documentation <http://pymills-lag.readthedocs.org/>`_.
        
        
        Changes
        -------
        
        
        pymills 3.4 (2013-11-20)
        ........................
        
        - Initial Public Release
        
        .. note:: No previous chagne log was kept.
        
Keywords: James Mills Python Library Utilities Modules
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
