Skip to main content

A user-friendly wrapper for the Kite Connect library

Project description

Kite Connect Lite Package

This project uses Poetry for dependency management and packaging.

Prerequisites

Before getting started, ensure that you have the following installed on your system:

  • Python (version X.X.X)
  • pipx (version X.X.X) ( brew install pipx )

Installation

  1. Install Poetry using pipx:

    pipx install poetry
    

    pipx is a tool that allows you to install and run Python applications in isolated environments. By installing Poetry with pipx, you ensure that it doesn't interfere with other Python projects on your system.

  2. Clone the repository

  3. Navigate to the project directory

  4. Install the project dependencies using Poetry:

    poetry install
    

    This command reads the pyproject.toml file and installs all the required dependencies in a virtual environment specific to the project.

Running the Project

To run the Python file using Poetry, follow these steps:

  1. Ensure that you are in the project directory

  2. Activate the virtual environment created by Poetry:

    poetry shell
    

    This command spawns a shell with the virtual environment activated.

  3. Run the Python file:

    python relative_path_to_your_script.py
    

    Replace relative_path_to_your_script.py with the actual relative path of your Python file.

    Alternatively, you can run the Python file without activating the virtual environment by using the poetry run command:

    poetry run python relative_path_to_your_script.py
    

    This command executes the Python file within the context of the virtual environment managed by Poetry.

Additional Commands

Here are a few additional Poetry commands that you might find useful:

  • poetry add <package>: Adds a new dependency to the project.
  • poetry update: Updates the project dependencies to their latest versions.
  • poetry remove <package>: Removes a dependency from the project.
  • poetry show: Lists all the installed packages and their versions.

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

kite_connect_lite-0.0.3.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kite_connect_lite-0.0.3-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file kite_connect_lite-0.0.3.tar.gz.

File metadata

  • Download URL: kite_connect_lite-0.0.3.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.2.0

File hashes

Hashes for kite_connect_lite-0.0.3.tar.gz
Algorithm Hash digest
SHA256 2ce4ea81e0da81aced65c31d87dd7adc574bcb646d8df5ff149e7b8588f20cdd
MD5 55816bd7fe210bc07d72b1d19b2a6a72
BLAKE2b-256 43ddbeff0caa0e177cbc09f7798c8f3385b3cbd733484e72a714e0b6bfafedcb

See more details on using hashes here.

File details

Details for the file kite_connect_lite-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: kite_connect_lite-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.2.0

File hashes

Hashes for kite_connect_lite-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b702a7b2258099d513b3fca0784778fae7bafb1f37d3dae8a3067b41480ee13e
MD5 d4de21d1752e36517d28b72d62972ea5
BLAKE2b-256 8a9ae49a98c37bc7f83541590eb51bb4a4b3c7b574535e4ded2ddf20176753a8

See more details on using hashes here.

Supported by

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