1
0
Python library for parsing and processing URLs of Social Media Sites.
Go to file
takunomi-build-bot 5f9278cff2
Some checks failed
Package Python / Package-Python-And-Publish (push) Successful in 32s
Python Ruff Code Quality / ruff (push) Failing after 22s
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 21s
🤖 Bumped version to 0.1.32
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-07-07 01:00:42 +02:00
.gitea/workflows 🤖 Repository layout updated to latest version 2025-07-07 00:41:06 +02:00
socials_util 🤖 Bumped version to 0.1.32 2025-07-07 01:00:42 +02:00
test Test normalize 2024-11-21 19:44:12 +01:00
.gitignore 🤖 Repository layout updated to latest Python version 2024-06-13 22:01:55 +02:00
CONVENTIONS.md 🤖 Repository layout updated to latest version 2025-07-07 00:41:06 +02:00
LICENSE 🤖 Repository layout updated to latest version 2025-07-07 00:41:06 +02:00
README.md 🤖 Repository layout updated to latest version 2025-07-07 00:41:06 +02:00
requirements_test.txt Wikidata client and property 2024-11-01 21:42:16 +01:00
requirements.txt Bumped pipelines 2024-05-27 21:53:40 +02:00
ruff.toml 🤖 Repository layout updated to latest version 2025-07-07 00:41:06 +02:00
setup.py 🤖 Repository layout updated to latest version 2025-07-07 01:00:16 +02:00

Socials-util

Test program/library Codequality (Ruff)

Python library for parsing and processing URLs of Social Media Sites.

Used by one-page-internet.

Dependencies

This project requires Python 3.8 or newer.

All required libraries can be installed easily using:

pip install -r requirements.txt

Full list of requirements:

Contributing

Feel free to submit pull requests. Please follow the Code Conventions when doing so.

Testing

Testing requires the pytest library.

Run tests with the following command:

pytest test

Test coverage can be run using the pytest-cov extension:

pytest --cov=socials_util test

License

Copyright (c) 2022-2025 Jon Michael Aanes

All rights reserved.