Metadata-Version: 2.1
Name: vast-ai-api
Version: 0.1.0
Summary: A Vast.ai API helper
Home-page: https://github.com/KianShah/vast-ai-api
License: MIT
Author: Kian
Author-email: kianshah376@gmail.com
Requires-Python: >=3.10,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Project-URL: Repository, https://github.com/KianShah/vast-ai-api
Description-Content-Type: text/markdown

# A clean scriptable library for Vast.ai
 
 This project is not intended to replace the open-source [vast.ai library](https://github.com/vast-ai/vast-python) but rather to complement it for those who want to have an easy-to-use API to build their own projects.


# Installation instructions
 ### This project is under active development, and will soon be available on PyPi. If you can't wait, you can clone this repo and copy `vast_ai.py` to your local directory and start playing around with the code

