# Scrouter
A tool that looks for relations between users.
## Installing
Via pip:
```
pip install ky.scrouter
```
You can also update to the latest version:
```
pip install ky.scrouter --upgrade
```
**Make sure you have Python 3.8 or above installed!**
## Program launch
Via terminal:
```
python -m scrouter
```
After that, program will try to find the shortest follower of follower path:
![](https://gyazo.com/c7525a054da578cfb09395093afb1e51.png)
## Library
```python
>>> import scrouter
>>> scrouter.route('user1', 'user2')
...
```
## License
This project follows MIT license (see [LICENSE](LICENSE)).
Raw data
{
"_id": null,
"home_page": "",
"name": "ky.scrouter",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "scratch,routing,ky,procybit",
"author": "Leon \"Procybit\" Shepelev",
"author_email": "kyleusnaff@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/cd/bd/78e971a3e88d91ee27102b81b011cfb5d60c1ce45a8b6c7561dd5ef310a2/ky.scrouter-1.0.post1.tar.gz",
"platform": null,
"description": "# Scrouter\n\nA tool that looks for relations between users.\n\n## Installing\n\nVia pip:\n\n```\npip install ky.scrouter\n```\n\nYou can also update to the latest version:\n\n```\npip install ky.scrouter --upgrade\n```\n\n**Make sure you have Python 3.8 or above installed!**\n\n## Program launch\n\nVia terminal:\n\n```\npython -m scrouter\n```\n\nAfter that, program will try to find the shortest follower of follower path:\n\n![](https://gyazo.com/c7525a054da578cfb09395093afb1e51.png)\n\n## Library\n\n```python\n>>> import scrouter\n>>> scrouter.route('user1', 'user2')\n...\n```\n\n## License\nThis project follows MIT license (see [LICENSE](LICENSE)).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A tool that looks for relations between users",
"version": "1.0.post1",
"split_keywords": [
"scratch",
"routing",
"ky",
"procybit"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "4c744b510f2bdd8418caecbcd9183c50",
"sha256": "ddd3182924278e907145ab13a365cb13a2223bafbd6f9a1e505225e96e9c66f7"
},
"downloads": -1,
"filename": "ky.scrouter-1.0.post1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4c744b510f2bdd8418caecbcd9183c50",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 4908,
"upload_time": "2022-12-11T17:48:45",
"upload_time_iso_8601": "2022-12-11T17:48:45.051395Z",
"url": "https://files.pythonhosted.org/packages/3d/41/3aa2890853b86b08610559c380e3584321daee12eea878eee9edb31a92de/ky.scrouter-1.0.post1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "7adc59589f54819c3de59635f2258f50",
"sha256": "8e6c5e427503ab5c20e603ebb0612e1d59141a88dcf0c49c9e205db039112b59"
},
"downloads": -1,
"filename": "ky.scrouter-1.0.post1.tar.gz",
"has_sig": false,
"md5_digest": "7adc59589f54819c3de59635f2258f50",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 4272,
"upload_time": "2022-12-11T17:48:46",
"upload_time_iso_8601": "2022-12-11T17:48:46.485105Z",
"url": "https://files.pythonhosted.org/packages/cd/bd/78e971a3e88d91ee27102b81b011cfb5d60c1ce45a8b6c7561dd5ef310a2/ky.scrouter-1.0.post1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-11 17:48:46",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "ky.scrouter"
}