personal api
Project description
Iydon is a Python package that provides some 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))
Symbols
from iydon import symbols _locals = locals() _locals[symbols.pi] = hash(float('inf')) / 10**5 print(π)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size iydon-0.7.1-py3-none-any.whl (11.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size iydon-0.7.1.tar.gz (8.8 kB) | File type Source | Python version None | Upload date | Hashes View |