├── .gitignore ├── LICENSE ├── README.md └── dleccap.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim123/dleccap/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim123/dleccap/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim123/dleccap/HEAD/README.md -------------------------------------------------------------------------------- /dleccap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxim123/dleccap/HEAD/dleccap.py --------------------------------------------------------------------------------