2024-07-08 17:10:04 +00:00
|
|
|
<!--- WARNING --->
|
|
|
|
<!--- THIS IS AN AUTO-GENERATED FILE --->
|
|
|
|
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
|
2023-12-03 21:16:25 +00:00
|
|
|
|
2024-08-02 15:11:05 +00:00
|
|
|
|
|
|
|
|
2024-07-08 17:06:10 +00:00
|
|
|
# Socials-util.
|
|
|
|
|
|
|
|
Python library for parsing and processing URLs of Social Media Sites.
|
|
|
|
|
|
|
|
Used by one-page-internet.
|
2024-07-09 21:59:54 +00:00
|
|
|
|
|
|
|
|
2024-09-26 22:01:31 +00:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
All requirements can be installed easily using:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
|
|
|
|
Full list of requirements:
|
|
|
|
- [enforce-typing](https://pypi.org/project/enforce-typing/)
|
|
|
|
- [aenum](https://pypi.org/project/aenum/)
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
2024-07-09 21:59:54 +00:00
|
|
|
|
|
|
|
```
|
2024-07-09 22:08:54 +00:00
|
|
|
Copyright (c) 2022-2024 Jon Michael Aanes
|
2024-07-09 21:59:54 +00:00
|
|
|
|
|
|
|
All rights reserved.
|
|
|
|
```
|