Metadata-Version: 1.0
Name: dogpy
Version: 0.1
Summary: Python library for the Dog programming language
Home-page: https://github.com/zahanm/dogpy
Author: Zahan Malkani
Author-email: z@zahanm.com
License: UNKNOWN
Description:   Python Interface to Dog
          -----------------------
        
          Needs just two components for use:
          - The `@dogpy.extfunc` decorator for the function being targeted
          - And the `dogpy.run()` line in your main scripting line
        
          Needs Python 2.6 or greater (AFAIK)
          
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Religion
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
