Iydon's common tools


Keywords
utilities, utility
License
GPL-3.0-only
Install
pip install iydon==0.7.1

Documentation

Iydon is a Python package that provide personal api for Iydon.


██╗██╗   ██╗██████╗  ██████╗ ███╗   ██╗
██║╚██╗ ██╔╝██╔══██╗██╔═══██╗████╗  ██║
██║ ╚████╔╝ ██║  ██║██║   ██║██╔██╗ ██║
██║  ╚██╔╝  ██║  ██║██║   ██║██║╚██╗██║
██║   ██║   ██████╔╝╚██████╔╝██║ ╚████║
╚═╝   ╚═╝   ╚═════╝  ╚═════╝ ╚═╝  ╚═══╝

Basic Usage

Installation

Install with pip:

pip install iydon

Get started:

python -m iydon

Deploy Environment

from iydon import deploy

deploy.python_packages(ask=False, basic=True, research=True)

Basic Information

from iydon import info

print(info.as_dict())
print(info.as_namedtuple())

Sites Information

from iydon import sites

print(sites.get_all_links(full=True))