Metadata-Version: 1.1
Name: gs.core
Version: 2.1.1
Summary: Useful utility functions.
Home-page: https://source.iopen.net/groupserver/gs.core/
Author: Michael JasonSmith
Author-email: mpj17@onlinegroups.net
License: ZPL 2.1
Description: ===========
        ``gs.core``
        ===========
        ~~~~~~~~~~~~~~~~
        Useful utilities
        ~~~~~~~~~~~~~~~~
        
        :Author: `Michael JasonSmith`_
        :Contact: Michael JasonSmith <mpj17@onlinegroups.net>
        :Date: 2014-02-24
        :Organization: `GroupServer.org`_
        :Copyright: This document is licensed under a
          `Creative Commons Attribution-Share Alike 4.0 International License`_
          by `OnlineGroups.Net`_.
        
        Introduction
        ============
        
        This product contains some useful functions. They were originally written
        as part of the GroupServer_ project, but they are totally independent of
        GroupServer.
        
        ``curr_time``:
          Get the current time, in UTC, as a ``datetime.datetime``.
        
        
        ``to_ascii``:
          Convert a string to ASCII, with a reasonable chance of success.
        
        
        ``to_unicode_or_bust``:
          Convert a string instance to a Unicode instance, with
          reasonable chance of success.
        
        
        ``comma_comma_and``:
          Turn a list of strings into a single strings, with commas.
        
        ``to_id``:
          Create a random identifier, using a string as a seed.
        
        
        ``convert_int2b62``:
          Convert an integer to a base-62 encoded string.
        
        Resources
        =========
        
        - Code repository: https://source.iopen.net/groupserver/gs.core
        - Questions and comments to http://groupserver.org/groups/development
        - Report bugs at https://redmine.iopen.net/projects/groupserver
        
        .. _GroupServer: http://groupserver.org/
        .. _GroupServer.org: http://groupserver.org/
        .. _OnlineGroups.Net: https://onlinegroups.net
        .. _Michael JasonSmith: http://groupserver.org/p/mpj17
        .. _Creative Commons Attribution-Share Alike 4.0 International License:
            http://creativecommons.org/licenses/by-sa/4.0/
        
        Changelog
        =========
        
        2.1.1 (2014-04-29)
        ------------------
        
        * Switched to Sphinx documentation
        * Tweaked the ``to_unicode_or_bust`` slightly
        
        2.1.0 (2014-04-25)
        ------------------
        
        * Python 3 support
        * Added unit tests
        
        2.0.0 (2014-03-07)
        ------------------
        
        * Initial version
        
          + ``to_ascii``
          + ``to_unicode_or_bust``
          + ``curr_time``
          + ``to_id``
          + ``comma_comma_and``  
        
Keywords: zope form formlib zope.formlib post
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
