.appveyor.yml
.bumpversion.cfg
.editorconfig
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/baseobjects.rst
docs/reference/index.rst
src/__init__.py
src/baseobjects/__header__.py
src/baseobjects/__init__.py
src/baseobjects/basemeta.py
src/baseobjects/basemethod.py
src/baseobjects/baseobject.py
src/baseobjects/warnings.py
src/baseobjects.egg-info/PKG-INFO
src/baseobjects.egg-info/SOURCES.txt
src/baseobjects.egg-info/dependency_links.txt
src/baseobjects.egg-info/entry_points.txt
src/baseobjects.egg-info/not-zip-safe
src/baseobjects.egg-info/requires.txt
src/baseobjects.egg-info/top_level.txt
src/baseobjects/cachingtools/__init__.py
src/baseobjects/cachingtools/basetimedcache.py
src/baseobjects/cachingtools/cachingobject.py
src/baseobjects/cachingtools/metacachingobject.py
src/baseobjects/cachingtools/timedcache.py
src/baseobjects/cachingtools/timedkeylesscache.py
src/baseobjects/cachingtools/timedlrucache.py
src/baseobjects/cachingtools/timedsinglecache.py
src/baseobjects/objects/__init__.py
src/baseobjects/objects/automaticproperties.py
src/baseobjects/objects/circulardoublylinkedcontainer.py
src/baseobjects/objects/initmeta.py
src/baseobjects/objects/wrappers.py
tests/test_baseobjects.py