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

pyrasgo

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyrasgo

Python interface to the Rasgo API.

  • 2023.5.1
  • Source
  • PyPI
  • Socket score

Maintainers
3

pyrasgo is a python SDK to interact with the Rasgo API. Documentation is available at: https://docs.rasgoml.com/rasgo-docs/pyrasgo/


Sign up

Sign up for a free Rasgo API key to start using pyrasgo: https://www.rasgoml.com


Packages

pyrasgo supports two cloud DataWarehouses: Snowflake & BigQuery


pyrasgo: pip install pyrasgo

The pyrasgo core package installs the minimum-required dependencies to interact with the Rasgo API.

Prior to version 2.0.0: installs Snowflake packages as the default datawarehouse (will be deprecated in v 2.0.0) *

Post version 2.0.0: Snowflake will need to be explicitly installed via the pyrasgo[snowflake] extras package.

Dependencies

  • more-itertools
  • pandas
  • pydantic
  • pyyaml
  • requests
  • snowflake-connector-python *
  • snowflake-connector-python[pandas] *

Snowflake: pip install "pyrasgo[snowflake]"

The pyrasgo[snowflake] extras package installs core pyrasgo + the Snowflake python packages needed to connect to your datawarehouse.

Post version 2.0.0: Snowflake will need to be explicitly installed via this extras package.

Dependencies

  • pyrasgo
  • snowflake-connector-python
  • snowflake-connector-python[pandas]

BigQuery: pip install "pyrasgo[bigquery]"

The pyrasgo[bigquery] extras package installs core pyrasgo + the google python packages needed to connect to your datawarehouse.

Dependencies

  • pyrasgo
  • db-dtypes
  • google-auth-oauthlib
  • google-cloud-bigquery

See Changelog for release notes


About Us

pyrasgo is maintained by Rasgo. Rasgo's enterprise feature store integrates with your data warehouse to help users build features faster, collaborate with team members, and serve features to models in production.

Built for Data Scientists, by Data Scientists

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