Metadata-Version: 2.1
Name: drawer
Version: 0.1a3
Summary: Dynamically Re-applyable Aspect WEaver — an implementation of dynamic aspect weaving in Python.
Home-page: http://probablytom.com/
Author: Tom Wallis
Author-email: w.wallis.1@research.gla.ac.uk
License: MIT
Description: 
        # Asp - Aspect Oriented Programming for Python
        
        An Aspect Oriented Programming Library for Python.
        
        ## Contributors
        
        * Tom Wallis<br/>
          School of Computing Science, University of Glasgow<br/>
          GitHub ID: probablytom
          [twallisgm@googlemail.com](mailto:twallisgm@googlemail.com)
        
        * Tim Storer<br/>
          School of Computing Science, University of Glasgow<br/>
          GitHub ID: twsswt
          [timothy.storer@glagow.ac.uk](mailto:timothy.storer@glagow.ac.uk)
        
        ## Overview
        
        Asp is a library for applying aspects (cross cutting concerns) to Python modules at runtime.
        
        ## Examples
        
        Todo
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: <3
Description-Content-Type: text/markdown
