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
-
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.
-
Clone the repository
-
Navigate to the project directory
-
Install the project dependencies using Poetry:
poetry installThis command reads the
pyproject.tomlfile 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:
-
Ensure that you are in the project directory
-
Activate the virtual environment created by Poetry:
poetry shellThis command spawns a shell with the virtual environment activated.
-
Run the Python file:
python relative_path_to_your_script.pyReplace
relative_path_to_your_script.pywith the actual relative path of your Python file.Alternatively, you can run the Python file without activating the virtual environment by using the
poetry runcommand: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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file just_design_phase-0.0.5.tar.gz.
File metadata
- Download URL: just_design_phase-0.0.5.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.2 Darwin/23.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82836d0ca7b8a71c16941246ae818d9a4b95283d3884dff07ea93607dff4b4a1
|
|
| MD5 |
7cb25d5df65688b70b6d74c2eaf4e447
|
|
| BLAKE2b-256 |
ce3280cede7e36d86732e40cfb99548a5496af8e59da8b0a7efe4d4d131639cb
|
File details
Details for the file just_design_phase-0.0.5-py3-none-any.whl.
File metadata
- Download URL: just_design_phase-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.6 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
effaf961f0399f644bfc66178d07dd5e22676ac06d14ccbdee8edbf000801a24
|
|
| MD5 |
ac6c9c80812c2678caeb1240f1996de4
|
|
| BLAKE2b-256 |
a93c92c25368b4a4f170d556874af545f403a59914b87991ef0bd1929415457d
|