
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
sphinxcontrib-gravatar
Advanced tools
sphinxcontrib-gravatar is a Sphinx extension for Gravatar
|travis| |coveralls| |downloads| |version| |license| |requires|
gravatar icon
for your document.Make environment with pip::
$ pip install sphinxcontrib-gravatar
setup conf.py with::
extensions += ['sphinxcontrib.gravatar']
gravatar_users = ( ('tell-k', {'email': 'ffk2005@gmail.com' }), )
write gravatar role::
.. gravatar:: tell-k
.. |tell-k-gravatar| gravatar:: tell-k
my gravatar image |tell-k-gravatar|.
and run::
$ make html
TODO more documented.
conf.py options::
gravatar_default_size = 30 gravatar_default_image = "http://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50" gravatar_default_rating = "pg" gravatar_default_target = "http://github.com/tell-k/" gravatar_force_default = True gravatar_force_refresh = True gravatar_unlink = True gravatar_default_class = "custom-classname"
gravatar_users = ( ('tell-k', { 'email': 'ffk2005@gmail.com', 'default': 'http://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50', 'force_default': True, 'unlink': True, 'target': "http://github.com/tell-k/", 'rating': "pg", 'class': u"custom-classname", 'alt': "alternative text", }), )
Directive options::
.. gravatar:: tell-k :size: 200 :default: mm :target: http://github.com/tell-k :rating: pg :class: test-gravatar :alt: altnativetext
Gravatar APIs <http://en.gravatar.com/site/implement/>
_ .See the LICENSE file for specific terms.
.. |travis| image:: https://travis-ci.org/tell-k/sphinxcontrib-gravatar.svg?branch=master :target: https://travis-ci.org/tell-k/sphinxcontrib-gravatar
.. |coveralls| image:: https://coveralls.io/repos/tell-k/sphinxcontrib-gravatar/badge.png :target: https://coveralls.io/r/tell-k/sphinxcontrib-gravatar :alt: coveralls.io
.. |requires| image:: https://requires.io/github/tell-k/sphinxcontrib-gravatar/requirements.svg?tag=v0.1.1 :target: https://requires.io/github/tell-k/sphinxcontrib-gravatar/requirements/?tag=v0.1.1 :alt: requires.io
.. |downloads| image:: https://img.shields.io/pypi/dm/sphinxcontrib-gravatar.svg :target: http://pypi.python.org/pypi/sphinxcontrib-gravatar/ :alt: downloads
.. |version| image:: https://img.shields.io/pypi/v/sphinxcontrib-gravatar.svg :target: http://pypi.python.org/pypi/sphinxcontrib-gravatar/ :alt: latest version
.. |license| image:: https://img.shields.io/pypi/l/sphinxcontrib-gravatar.svg :target: http://pypi.python.org/pypi/sphinxcontrib-gravatar/ :alt: license
FAQs
Sphinx "gravatar" extension
We found that sphinxcontrib-gravatar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.