Metadata-Version: 1.1
Name: hacks
Version: 0.0.2
Summary: hacks, a Python plugin library that doesn't play by the rules
Home-page: https://github.com/t184256/hacks
Author: Alexander Sosedkin
Author-email: monk@unboiled.info
License: MIT
Description: hacks, a Python plugin library that doesn't play by the rules
        =============================================================
        
        Usage
        -----
        This package currently lacks nice documentation.
        
        Please see [`test_hacks.py`](./test_hacks.py) for usage examples.
        
        In a nutshell, it allows extending code explicitly,
        but encourages practices that are usually frowned upon.
        
        Installation (approximate)
        --------------------------
        From pypi:
        
            pip3 install hacks
        
        From Github:
        
            pip3 install git+https://github.com/t184256/hacks.git#egg=hacks
        
        From local source:
        
            pip3 install -r requirements.txt
            python3 setup.py install
        
        License
        -------
        `hacks` is distributed under the terms of the MIT License;
        see [LICENSE.txt](LICENSE.txt).
        
        
Keywords: plugins
hacks
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
