Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

accern-xyme

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accern-xyme

AccernXYME is a library for easily accessing XYME via python.

  • 4.2.1
  • PyPI
  • Socket score

Maintainers
2

Accern-XYME

accern_xyme is a python/typescript library for accessing XYME functionality.

|GHAction|

.. |GHAction| image:: https://github.com/Accern/accern-xyme/actions/workflows/python-app.yaml/badge.svg :target: https://github.com/Accern/accern-xyme/actions/workflows/python-app.yaml/

Python Usage

You can install accern_xyme with pip:

.. code:: sh

pip install --user accern-xyme

Import it in python via:

.. code:: python

import accern_xyme

xyme = accern_xyme.create_xyme_client(
    "<URL>",
    token="<TOKEN>",
    namespace="default")
print(xyme.get_dags())

:code:<URL> and :code:<TOKEN> are the login credentials for XYME.

You will need python3.6 or later.

Typescript Developing

You can install dependency with :code:yarn. Run :code:yarn _postinstall to configure husky pre-commit hooks for your local environment.

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc