Metadata-Version: 2.1
Name: metaforward
Version: 0.1a1
Summary: Data structures that forward attribute and method access to their contents
Home-page: https://github.west.isilon.com/masenf/metaforward
Author: Masen Furer
Author-email: m_github@0x26.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4
Description-Content-Type: text/markdown
Requires-Dist: decorator (~=4.4.0)
Requires-Dist: future (~=0.17.1)
Requires-Dist: six (~=1.13.0)
Requires-Dist: funcsigs (~=1.0.2) ; python_version ~= "2.7"

# metaforward

Data structures that forward attribute and method access to their contents

# License

BSD 2-clause

# Status

Alpha. This software is not approved for production use


