Socket
Socket
Sign inDemoInstall

carte-cli

Package Overview
Dependencies
9
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    carte-cli

A static site generator for data catalogs


Maintainers
1

Readme

Carte

PyPI version PyPI - License PyPI - Python Version

Carte is a Python library for extracting metadata from your data sources and generating structured Markdown files from it. It can also scaffold an MkDocs based static site that provides an easy to use, fully searchable UI that you can simply upload to any static site hosting provider. Carte currently supports the AWS Glue catalog, PostgreSQL, and JSON schemas (only basic support). More sources are coming soon. (You can also use sources from the Amundsen Databuilder library with a bit of scripting, see the docs for details)

Installation

pip install carte-cli

If you plan to use PostgreSQL as a data source, you should also install the related optional dependencies using the following command instead of the first one:

pip install carte-cli[postgres]

Usage

See the docs

FAQs


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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc