Skip to main content

No project description provided

Project description

Gemini Public API

A Python wrapper for the public Gemini API.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Installing

Install package through pip

pip3 install gemini-public-api

Alternatively, clone the repo

git clone https://github.com/michalpolit/gemini-public-api.git

and install dependencies

poetry install

Running the tests

In order to run tests, dependencies must be installed using

poetry install --with test

To run the tests

coverage run -m pytest

To show test coverage

coverage report -m

Usage

from gemini_public_api.api import GeminiPublicAPI

symbols = GeminiPublicAPI.get_symbols()
print(symbols)

Built With

  • Poetry - Packaging and dependency management
  • Hypothesis - Property-based testing

Authors

  • Michal Polit

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gemini-public-api-0.1.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

gemini_public_api-0.1.0-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page