https://github.com/56kyle/url-simple
Provides parsing, typing, and other helping methods for URI's and any of their derivatives
https://github.com/56kyle/url-simple
Last synced: 5 months ago
JSON representation
Provides parsing, typing, and other helping methods for URI's and any of their derivatives
- Host: GitHub
- URL: https://github.com/56kyle/url-simple
- Owner: 56kyle
- License: gpl-3.0
- Created: 2022-07-29T06:47:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T11:06:24.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T05:17:02.479Z (over 1 year ago)
- Language: Python
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# URL Simple
## Installation
#### Poetry
```terminal
poetry add url-simple
```
```terminal
```