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

decentriq-dcr-compiler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decentriq-dcr-compiler

  • 0.15.0
  • PyPI
  • Socket score

Maintainers
1

Decentriq DCR Compiler (DDC)

Publish

Whenever you change something in the data model exposted by DDC, run the following command:

# generates schema json files
cargo build

# if run for the first time
poetry install

# generates schema files in python source dir
poetry run poe codegen-schema

# generates typing files in python source dir
poetry run poe codegen-types

Commit the schema files s.t. they will be included when the package is published through CI.

Commits need to be tagged with e.g. decentriq_dcr_compiler-v0.1.0 for the CI pipeline to build the artifact.

Debug mode

  1. Go into your venv (such as for example the poetry environment of the python tests)
  2. cd into this directory
  3. maturin develop
  4. Maturin will now install the package into your env and the tests will use the latest version

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