Metadata-Version: 2.1
Name: vcore
Version: 0.3.0
Summary: Venus internal data crawling
Author: Aditya Rout
Description-Content-Type: text/markdown
Requires-Dist: web3
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: web3-multicall
Requires-Dist: retrying
Requires-Dist: requests

# vcore

An internal venus protocol package useful for data-analytics team.
This module defines the Vcore class, which is responsible for fetching user and market information from the Venus Protocol.

## Installation

You can install the package using pip:
`pip install vcore`

## Usage

Initialization
vcore = Vcore(`bsc_url`)
The Vcore class is initialized by passing the Binance Smart Chain URL as a parameter. It uses the web3 library to connect to the blockchain.
