Skip to main content

No project description provided

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

just_design_phase-0.0.7.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

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

just_design_phase-0.0.7-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file just_design_phase-0.0.7.tar.gz.

File metadata

  • Download URL: just_design_phase-0.0.7.tar.gz
  • Upload date:
  • Size: 3.2 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 just_design_phase-0.0.7.tar.gz
Algorithm Hash digest
SHA256 86410ac42bd1d569df126ce6c68ab144f6f9bb72b92dabcc67dd68d7572d1a89
MD5 a71626ef33c59c915ff19c675da0685e
BLAKE2b-256 d622df0f4222a249970163b3371926a27bb24e7b321b49cc59c6124a780ce9e5

See more details on using hashes here.

File details

Details for the file just_design_phase-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: just_design_phase-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 4.9 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 just_design_phase-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 0038d36c80e73b9cde928b4083578eed7e36e55a363f6148f6cc78462b9c1436
MD5 74420127aa9e32a9cd0931e4c2302651
BLAKE2b-256 6506d377abc1c8e915160cae1a72bc98b4094d2024e3df503d72ba3e9d6045bc

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