An open API service indexing awesome lists of open source software.

https://github.com/4513echo/ddu-source-pypi_classifiers

🐍 PyPI classifiers source for ddu.vim
https://github.com/4513echo/ddu-source-pypi_classifiers

ddu-source ddu-vim

Last synced: 9 months ago
JSON representation

🐍 PyPI classifiers source for ddu.vim

Awesome Lists containing this project

README

          

# ddu-source-pypi_classifiers

[PyPI classifiers](https://pypi.org/classifiers/) source for ddu.vim

This source collects classifiers used by PyPI.

Please read [help](doc/ddu-source-pypi_classifiers.txt) for details.

## Requirements

- [denops.vim](https://github.com/vim-denops/denops.vim)
- [ddu.vim](https://github.com/Shougo/ddu.vim)
- [ddu-kind-word](https://github.com/Shougo/ddu-kind-word)

## Configuration

```vim
" Use pypi_classifiers source.
call ddu#start({ 'sources': [{ 'name': 'pypi_classifiers' }] })
```