.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.rst
dev-requirements.txt
docs-requirements.txt
pyproject.toml
requirements.txt
run_tests.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/standard.yml
conda-recipe/meta.yaml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
qtpyinheritance/__init__.py
qtpyinheritance/_version.py
qtpyinheritance/properties.py
qtpyinheritance/signals.py
qtpyinheritance/version.py
qtpyinheritance.egg-info/PKG-INFO
qtpyinheritance.egg-info/SOURCES.txt
qtpyinheritance.egg-info/dependency_links.txt
qtpyinheritance.egg-info/requires.txt
qtpyinheritance.egg-info/top_level.txt
qtpyinheritance/tests/__init__.py
qtpyinheritance/tests/conftest.py
qtpyinheritance/tests/test_properties.py
qtpyinheritance/tests/test_signals.py