Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deknowny/vcore
VK API Python core implementation for async-style libraries
https://github.com/deknowny/vcore
vk
Last synced: 16 days ago
JSON representation
VK API Python core implementation for async-style libraries
- Host: GitHub
- URL: https://github.com/deknowny/vcore
- Owner: deknowny
- License: mit
- Created: 2021-11-07T20:32:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T11:20:00.000Z (over 2 years ago)
- Last Synced: 2024-10-07T17:41:14.490Z (about 1 month ago)
- Topics: vk
- Language: Rust
- Homepage:
- Size: 827 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# vcore
> VK API Python core implementation![PyPI - Python Version](https://img.shields.io/pypi/pyversions/vcore)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/vcore)
![PyPI](https://img.shields.io/pypi/v/vcore)
[![Coverage Status](https://coveralls.io/repos/github/deknowny/vcore/badge.svg?branch=main)](https://coveralls.io/github/deknowny/vcore?branch=main)
***
__**Check out documentation**__: [https://deknowny.github.io/vcore/latest/](https://deknowny.github.io/vcore/latest/)# Features
In developing now. Will be later
## Overview
Later# Installation
Via PyPI:
```shell
python -m pip install vcore
```
Or via GitHub
```shell
python -m pip install https://github.com/deknowny/vcore/archive/main.zip
```
# Contributing
Check out [site Contributing section](https://deknowny.github.io/vcore/latest/contributing/)