The official project path management library published by team Aero Data AI @InvoLead.
Project description
Hey! Team Aero Data AI this side, The sole purpose of this library is to help you increase the shareability of your codebase. It simplifies managing the root path of your project directory across all your Python files, allowing you to effortlessly access files without using absolute path of your system in project's code files on your system. Below are the some functions you can use:
set_project_path(project_name:str, project_directory_path:str) Use this function to set the path of your project directory. The function "get_project_path" can be used later to import the complete path of your project directory in any file. Args: project_name : Name of your project. project_directory_path : Path to your project's root directory
Returns: Nothing to return ehh!
get_project_path(project_name:str) Fetch the path of a project. Args: - project_name (str): Name of the project. Returns: - str or None: Path of the project if found, None otherwise.
remove_project_path(project_name:str) Removes the given project_name and project_path Args: project_name : Name of your project that you wish to remove. Returns: Nothing to return ehh!
show_project_paths() Shows the list of all the projects and projects paths added till date.
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
File details
Details for the file aero_data_ai-0.0.1.tar.gz
.
File metadata
- Download URL: aero_data_ai-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2f687394b6e8fb73660cb365bfdda66c1a0dcaf0df46a684c5e83e085efbfd6 |
|
MD5 | 9c4d30839d66afe389a1bb23b05f73b8 |
|
BLAKE2b-256 | ab15fbaff57922716699b42b9a308dca2661b5c09a2ae672f8fac04d09988e8d |
File details
Details for the file aero_data_ai-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: aero_data_ai-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4db8463709e5c029468ebdb71bcc4cb385bb6766588b7cb1b4d63cf80368095 |
|
MD5 | 576c05dcc0d5fe164a22122420dbaccb |
|
BLAKE2b-256 | 7d9f5b8899e67ab9a58a138845f9382be298d34203fe350fdca7d4d870125c59 |