Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
pymozrepl는 Firefox MozREPL Add-on에 접근하기 위한 Python Interface를 제공합니다.
.. image:: https://pypip.in/version/mozrepl/badge.png?text=version :target: https://pypi.python.org/pypi/mozrepl/ :alt: Latest Version
.. image:: https://pypip.in/py_versions/mozrepl/badge.png :target: https://pypi.python.org/pypi/mozrepl/ :alt: Supported Python versions
.. image:: https://pypip.in/status/mozrepl/badge.png :target: https://pypi.python.org/pypi/mozrepl/ :alt: Development Status
.. image:: https://pypip.in/license/mozrepl/badge.png :target: https://pypi.python.org/pypi/mozrepl/ :alt: License
먼저, mozrepl Firefox Add-on을 addons.mozilla.org <https://addons.mozilla.org/en-US/firefox/addon/mozrepl/>
_ 로 부터 설치한뒤, 서버를 시작합니다.
.. code-block:: python
>>> import mozrepl
>>> repl = mozrepl.Mozrepl()
>>> repl.execute('window')
[object ChromeWindow] - {0: {...}, 1: {...}, 2: {...}, 3: {...}, 4: {...}, close: function() {...}, stop: function() {...}, ...}
>>> list(repl.execute(u'["a", 1, 2, 3, 4]'))
[u'a', 1, 2, 3, 4]
>>> repl.execute('content').document.title
u'pymozrepl \\u2014 mozrepl 0.1a8 documentation'
>>> import mozrepl.util
>>> for cookie in mozrepl.util.getCookiesFromHost(repl, '.cpan.org'):
... break
...
>>> cookie
Cookie(version=0, name=u'css', value ...
다음 문서를 참조 하십시오: http://pymozrepl.readthedocs.org/index.html.
changelog.rst <https://github.com/Thestars3/pymozrepl/blob/master/changelog.rst>
_ 문서를 참조하세요.
GPL v3 <https://github.com/Thestars3/pymozrepl/blob/master/COPYING>
_
오직 2.7 버전대에서만 사용 할 수 있습니다.
설치 <http://pymozrepl.readthedocs.org/installation.html>
_ 문서를 참조하십시오.
소스 코드는 다음 사이트에 올려져 있습니다: https://github.com/Thestars3/pymozrepl.
FAQs
Firefox MozREPL Add-on에 접근하기 위한 인터페이스를 제공합니다.
We found that mozrepl 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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.