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

higlass-schema

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

higlass-schema

Pydantic models for HiGlass

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1

higlass-schema

PyPI License

Pydantic models for HiGlass

pip install higlass-schema

🚧 👷

Development

Try it out:

$ uvx --no-cache --from . higlass-schema check ./example.json # [--verbose]
$ uvx --no-cache --from . higlass-schema export # prints JSON schema to stdout

Testing, linting, & formatting are enforced in CI. Locally, you can run:

uv run pytest # tests
uv run ruff check # linting
uv run ruff format --check # formatting (remove --check to apply)

Release

git tag -a v0.0.0 -m "v0.0.0"
git push --follow-tags

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