Metadata-Version: 1.1
Name: self
Version: 0.0.23
Summary: @self decorator makes method return self (jQuery-like chaining)
Home-page: http://github.com/russianidiot/self.py
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: .. README generated with readmemako.py (github.com/russianidiot/readme-mako.py) and .README dotfiles (github.com/russianidiot-dotfiles/.README)
        .. image:: https://img.shields.io/badge/Language-Python-blue.svg?style=plastic
        :target: none
        .. image:: https://img.shields.io/pypi/pyversions/self.svg
        :target: https://pypi.org/pypi/self
        .. image:: https://img.shields.io/pypi/v/self.svg
        :target: https://pypi.org/pypi/self
        |
        .. image:: https://api.codacy.com/project/badge/Grade/34c672515f7b472fb120e9608979f47d
        :target: https://www.codacy.com/app/russianidiot/self-py
        .. image:: https://codeclimate.com/github/russianidiot/self.py/badges/gpa.svg
        :target: https://codeclimate.com/github/russianidiot/self.py
        .. image:: https://landscape.io/github/russianidiot/self.py/master/landscape.svg?style=flat
        :target: https://landscape.io/github/russianidiot/self.py
        .. image:: https://scrutinizer-ci.com/g/russianidiot/self.py/badges/quality-score.png?b=master
        :target: https://scrutinizer-ci.com/g/russianidiot/self.py/
        |
        .. image:: https://scrutinizer-ci.com/g/russianidiot/self.py/badges/build.png?b=master
        :target: https://scrutinizer-ci.com/g/russianidiot/self.py/
        .. image:: https://semaphoreci.com/api/v1/russianidiot/self-py/branches/master/badge.svg
        :target: https://semaphoreci.com/russianidiot/self-py
        .. image:: https://api.travis-ci.org/russianidiot/self.py.svg?branch=master
        :target: https://travis-ci.org/russianidiot/self.py/
        .. image:: https://app.wercker.com/status/ac985aa4dc2b0ffb56858ab0760e5ff1/s/master
        :target: https://app.wercker.com/russianidiot/self.py
        Deprecated
        ``````````
        important: repo deprecated
        Install
        ```````
        .. code:: bash
        `[sudo] pip install self`
        Usage
        `````
        .. code:: python
        >>> from self import self
        >>> @self
        def method(self):
        Examples
        ````````
        .. code:: python
        >>> class CLS:
        @self
        def method(self):
        print("test")
        @self
        def method2(self):
        print("test")
        >>> CLS().method().method2() # jQuery like chain
        Feedback |github_follow| |github_issues|
        .. |github_follow| image:: https://img.shields.io/github/followers/russianidiot.svg?style=social&label=Follow
        :target: https://github.com/russianidiot
        .. |github_issues| image:: https://img.shields.io/github/issues/russianidiot/self.py.svg
        :target: https://github.com/russianidiot/self.py/issues
Keywords: self decorator
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
