Project & Project Path Management library.
Project description
Hey, Akshat this side!
The sole purpose of this library is to help you quickly prototype your projects and deploy them on different platforms. It simplifies managing the root path of your project directory across all your Python files, allowing you to effortlessly import and export project paths on your system or server. Below are the 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
akshatx15-2.1.0.tar.gz
(2.8 kB
view details)
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 akshatx15-2.1.0.tar.gz.
File metadata
- Download URL: akshatx15-2.1.0.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 |
2acf050919ebe3ea2955d6bfd85982e7a298baf371dc7cdde4b68a49adc27e60
|
|
| MD5 |
b1416d741a5c9e8bc7040f8ea5853885
|
|
| BLAKE2b-256 |
b64b6d72d6495761e370497c62966059e2938655596238ba65c68c9959dbc777
|
File details
Details for the file akshatx15-2.1.0-py3-none-any.whl.
File metadata
- Download URL: akshatx15-2.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 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 |
425423cd43d4129e87e84c6f9b113c0c9cfb907d407241e7fa1a0e15b22bbe86
|
|
| MD5 |
b23c43146f8afb80b27139cdbaf7047a
|
|
| BLAKE2b-256 |
18a5ecafc09994901a780d71a7a0ad545472452ac13a3215f3f09ce1f886d465
|