LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/advanced_usage.rst
docs/conf.py
docs/description.rst
docs/examples.rst
docs/index.rst
docs/indices_and_tables.rst
docs/installation.rst
docs/make.bat
docs/module_documentation.rst
docs/resources.rst
docs/html/.buildinfo
docs/html/advanced_usage.html
docs/html/description.html
docs/html/examples.html
docs/html/genindex.html
docs/html/index.html
docs/html/indices_and_tables.html
docs/html/installation.html
docs/html/module_documentation.html
docs/html/objects.inv
docs/html/resources.html
docs/html/search.html
docs/html/searchindex.js
docs/html/.doctrees/advanced_usage.doctree
docs/html/.doctrees/description.doctree
docs/html/.doctrees/environment.pickle
docs/html/.doctrees/examples.doctree
docs/html/.doctrees/index.doctree
docs/html/.doctrees/indices_and_tables.doctree
docs/html/.doctrees/installation.doctree
docs/html/.doctrees/module_documentation.doctree
docs/html/.doctrees/resources.doctree
docs/html/_modules/index.html
docs/html/_modules/synthetic.html
docs/html/_sources/advanced_usage.txt
docs/html/_sources/description.txt
docs/html/_sources/examples.txt
docs/html/_sources/index.txt
docs/html/_sources/indices_and_tables.txt
docs/html/_sources/installation.txt
docs/html/_sources/module_documentation.txt
docs/html/_sources/resources.txt
docs/html/_static/ajax-loader.gif
docs/html/_static/basic.css
docs/html/_static/comment-bright.png
docs/html/_static/comment-close.png
docs/html/_static/comment.png
docs/html/_static/default.css
docs/html/_static/doctools.js
docs/html/_static/down-pressed.png
docs/html/_static/down.png
docs/html/_static/file.png
docs/html/_static/jquery.js
docs/html/_static/minus.png
docs/html/_static/plus.png
docs/html/_static/pygments.css
docs/html/_static/searchtools.js
docs/html/_static/sidebar.js
docs/html/_static/underscore.js
docs/html/_static/up-pressed.png
docs/html/_static/up.png
docs/html/_static/websupport.js
pysynthetic.egg-info/PKG-INFO
pysynthetic.egg-info/SOURCES.txt
pysynthetic.egg-info/dependency_links.txt
pysynthetic.egg-info/requires.txt
pysynthetic.egg-info/top_level.txt
synthetic/__init__.py
synthetic/accessor_delegate.py
synthetic/decorators.py
synthetic/exceptions.py
synthetic/i_member_delegate.py
synthetic/i_naming_convention.py
synthetic/naming_convention_camel_case.py
synthetic/naming_convention_underscore.py
synthetic/property_delegate.py
synthetic/synthetic_class_controller.py
synthetic/synthetic_constructor_factory.py
synthetic/synthetic_decorator_factory.py
synthetic/synthetic_member.py
synthetic/synthetic_meta_data.py
tests/__init__.py
tests/test_synthetic_constructor.py
tests/test_synthetic_member.py
tests/test_synthetic_property.py