https://github.com/oxzi/astroid-plugin-identicon
Offline avatars for astroid
https://github.com/oxzi/astroid-plugin-identicon
astroidmail
Last synced: 2 months ago
JSON representation
Offline avatars for astroid
- Host: GitHub
- URL: https://github.com/oxzi/astroid-plugin-identicon
- Owner: oxzi
- Created: 2020-10-15T22:31:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T11:21:19.000Z (over 4 years ago)
- Last Synced: 2023-03-10T07:45:08.612Z (about 2 years ago)
- Topics: astroidmail
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/GPL-3.0-or-later.txt
Awesome Lists containing this project
README
# astroid-plugin-identicon
Simple [plugin][astroid-plugins] to generate offline avatars for [astroid][].
## Motivation
Why should one prefer this plugin over the default (Gravatar usage) or the [other plugin][astroid-plugin-avatar]?
- Offline usage
- No potential meta data leakage
- Dunno tbh ¯\\\_(ツ)\_/¯## Installation
First, make sure [pydenticon][] is installed for Python 3.
```sh
mkdir -p ~/.config/astroid/plugins/
cd ~/.config/astroid/plugins/
git clone https://github.com/oxzi/astroid-plugin-identicon
```## License
This plugin is released under the [GPL-3.0-or-later][gpl3].
[astroid-plugin-avatar]: https://github.com/astroidmail/astroid-plugin-avatar
[astroid-plugins]: https://github.com/astroidmail/astroid-plugins
[astroid]: https://github.com/astroidmail/astroid
[gpl3]: LICENSES/GPL-3.0-or-later.txt
[pydenticon]: https://github.com/azaghal/pydenticon