{ "info": { "author": "Dmytro Striletskyi", "author_email": "dmytro.striletskyi@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# accessify\n\n[](https://github.com/dmytrostriletskyi/accessify/releases)\n[](https://pypi.python.org/pypi/accessify/)\n[](https://travis-ci.com/dmytrostriletskyi/accessify)\n[](https://codecov.io/gh/dmytrostriletskyi/design-kit)\n\n[](https://pepy.tech/project/accessify)\n[](https://pypi.python.org/pypi/accessify/)\n[](https://pypi.python.org/pypi/accessify/)\n\n[](https://habr.com/ru/post/443192/)\n\n * [Getting started](#getting-started)\n * [What is accessify](#what-is-accessify)\n * [Access modifiers](#getting-started-access-modifiers)\n * [Motivation](#getting-started-access-modifiers-motivation)\n * [Interfaces](#getting-started-interfaces)\n * [Motivation](#getting-started-interfaces-motivation)\n * [How to install](#how-to-install)\n * [Usage](#usage)\n * [Access modifiers](#usage-access-modifiers)\n * [Private](#private)\n * [Protected](#protected)\n * [Other features](#other-features)\n * [Interfaces](#usage-interfaces)\n * [Single interface](#single-interface)\n * [Multiple interfaces](#multiple-interfaces)\n * [Exception throws declaration](#exception-throws-declaration)\n * [Disable checking](#disable-checking)\n * [Contributing](#contributing)\n * [References](#references)\n\n## Getting started\n\n### What is accessify\n\n`accessify` is a `Python` design kit that provides:\n* interfaces, \n* declared exceptions throws, \n* class members accessibility levels.\n\nthat could be combined with each other to make your code slim and this library usage more justified.\n\n