Metadata-Version: 1.1
Name: ralph-beast
Version: 2.1.2
Summary: Beast, ralph API client
Home-page: http://github.com/allegro/ralph_beast
Author: Grupa Allegro Sp. z o.o. and Contributors
Author-email: it-beast-dev@allegro.pl
License: Apache Software License v2.0
Description: ralph_beast
        ===========
        
        Beast is convenient Ralph API commandline client.
        
        It can be used as generic Tastypie commandline client for querying, manipulating
        REST resources from the shell.
        
        Docs
        ----
        
        - `how to install`_
        
        .. _how to install: https://github.com/allegro/ralph_beast/blob/master/doc/install.rst
        
        - howto_
        
        .. _howto: https://github.com/allegro/ralph_beast/blob/master/doc/howto.rst
        
        Change Log
        ----------
        2.1.2
        ~~~~~
        
        * Fixed bug where data were truncated to 20 characters.
        
        * Fixed bug where column output was not always correct.
        
        2.1.1
        ~~~~~
        
        * Fixed bug when less than 50 records where returned
        
        2.1.0
        ~~~~~
        * Added pagination support.
        
        * Added subfields support.
        
        * Added create new resource function.
        
        * Update function now works correctly.
        
        * Better unicode conversion for border case data.
        
        2.0.0
        ~~~~~
        * Rewritten from scratch version with basic update support and
        multiple formats(csv, console) support.
        
        1.0.0
        ~~~~~
        * Initial version
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
