https://github.com/quedow/pathsage
This library manages access paths, avoids format and path not found issues and is cross-platform.
https://github.com/quedow/pathsage
library path python
Last synced: about 1 month ago
JSON representation
This library manages access paths, avoids format and path not found issues and is cross-platform.
- Host: GitHub
- URL: https://github.com/quedow/pathsage
- Owner: Quedow
- Created: 2024-09-26T22:13:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T22:17:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T07:07:28.792Z (over 1 year ago)
- Topics: library, path, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pathSage lib
This library manages access paths, avoids format and path not found issues and is cross-platform.
## Dependencies
This library only uses `os` and `pathlib` which are basic python libraries.
> Note that `pathlib` requires a python version >= 3.4
> To install this library, you will also need [git](https://git-scm.com/downloads) installed on your computer.
## Installation
To install this library, open a `cmd` and write:
```
pip install git+https://github.com/Quedow/pathSage.git
```
To update this library, open a `cmd` and write:
```
pip install git+https://github.com/Quedow/pathSage.git -U
```
## Create your own library
To create your own library, use:
```
pip install libcreator
cd your/lib/folder
python -m libcreator
```