py2ls 0.1.9.8__tar.gz → 0.1.10.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/PKG-INFO +1 -1
- py2ls-0.1.10.0/py2ls/batman.py +183 -0
- py2ls-0.1.10.0/py2ls/data/styles/style10.json +213 -0
- py2ls-0.1.10.0/py2ls/data/styles/style11.json +213 -0
- py2ls-0.1.10.0/py2ls/data/styles/style12.json +192 -0
- py2ls-0.1.10.0/py2ls/ich2ls.py +590 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/ips.py +1 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/netfinder.py +5 -2
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/plot.py +260 -72
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/stats.py +1 -3
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/pyproject.toml +1 -1
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/README.md +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.DS_Store +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/COMMIT_EDITMSG +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/FETCH_HEAD +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/HEAD +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/config +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/description +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/applypatch-msg.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/commit-msg.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/fsmonitor-watchman.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/post-update.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/pre-applypatch.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/pre-commit.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/pre-merge-commit.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/pre-push.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/pre-rebase.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/pre-receive.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/prepare-commit-msg.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/push-to-checkout.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/hooks/update.sample +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/index +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/info/exclude +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/logs/HEAD +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/logs/refs/heads/main +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/logs/refs/remotes/origin/HEAD +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/logs/refs/remotes/origin/main +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/01/d5bd8065e6860c0bd23ff9fa57161806a099e1 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/09/08da26de58c114225ad81f484b80bf5d351b34 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/0b/409e1bc918277010f5679b402d1d1dda53e15c +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/12/c2808a1b3a4d0892a4154dfba1e2ae3770fa73 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/14/449a0e6ba4ea2f1a73acf63ef91c9c6193f9ed +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/15/a8e468aacfcb440e090020f36d0b985d45da23 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/1a/b4585881a6a42889f01aa0cfe25fd5acfaf46f +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/1c/3f92adda34344bcbbbf9d409c79855ae2aaea8 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/1c/9314c5f69b9390068a2a8616875d974849d71f +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/1d/fe9d9633b24ea560354f4f93d39c6e5f163ea0 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/20/72c28e83f4347959d29f7b3a6c1fc3e4ee6b59 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/24/6b368b986f758630c46dc02b7fa512b53422f7 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/25/b796accd261b9135fd32a2c00785f68edf6c46 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/2a/ae95d517d213b660bf4f65a4e0cfae7bb893eb +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/30/a2f8da47ee947811dc8d993f5a06a45de374f4 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/32/fd627b62fad7cf3b2f9e34ab9777126a0987ad +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/34/9e31b6a3634cea102ce5588b98c11cc1738605 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/36/b4a1b7403abc6c360f8fe2cb656ab945254971 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/36/e56a361f526eafa59c5235a5c990bf288b5f9c +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/36/ef43e50009e59db11812c258846d9e38718173 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/39/7ead045fbbcfb17c62019eb18fe21ed05dbee5 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/3b/bd972aa7ad680858f8dfbd0f7fcd97756f0d6f +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/3c/bbe5f4173d165127b9ad96119f1ec24c306ffc +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/3f/d6561300938afbb3d11976cf9c8f29549280d9 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/41/dcf4b3bf0460946b2da93776cf9e836d62178f +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/43/dbd49b2ee367c5434dd545e3b5795434f2ef0b +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/45/b1b6178bacbfc997811a998b5cc60c1ea7fac8 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/48/a88fc5806305d0bb0755ee6801161b79696972 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/4f/7afb40dff2153d857fc85748c2eecb85125042 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/50/08ddfcf53c02e82d7eee2e57c38e5672ef89f6 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/53/e0deb1cb4c2c606bced6e7f9a66b0fda60980d +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/56/e4e8b2d5545e0256090f45aa8fc42c5fe067d0 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/57/63d0c52f5c9c69e89d514a1f96034947abe21a +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/57/bd1c0199483ab316235b094543b85edec6c35e +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/58/20a729045d4dc7e37ccaf8aa8eec126850afe2 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/59/380c4c26bdcd4d9b71ae3e2e35f05b3f26c5ab +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/5a/192565abf89c9d765af846ce6d53a92b1ce7ad +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/60/f273eb1c412d916fa3f11318a7da7a9911b52a +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/61/570cec8c061abe74121f27f5face6c69b98f99 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/62/4488173ed2c8936fa5cea3cf5dd3f26a30b86e +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/62/7c81b23b4e56e87b042b650b0103653cc9e34a +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/62/d90ccf8cbefdc2e4fd475e7c6f4f76e9fdf801 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/63/100154b27846e8010e55b6bf4b3d7762c14c5f +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/64/27a4edff08f93d98f511418423f09f2ab90bcd +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/66/6227eeeba24073e63811e89f1449f3d958f183 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/66/c998778721d424bd0aae80602dabbffa93af2e +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/68/6df3072c8b025fb18106ed2df505994ad062a9 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/69/13c452ca319f7cbf6a0836dc10a5bb033c84e4 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/6a/52e747a2b349b128d1490d9e896d2323818eb7 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/6b/7fde264d93a7a0986d394c46c7650d0ce2ab92 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/6c/cebb29b7f3f5b0c889f6dadbf9ff066554587d +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/6d/c2cdf4a84e538e5d4777486aeff87e42f41799 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/6d/ee29dbdcc84edeeacede105110446f3ccac963 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/71/36b2074a2754be8b58127d82250e5b37e3c373 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/72/245a05b0966011cb381e6b32b0465000e969ab +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/72/e4179337639859678ddaecf38b16f33aaec8e1 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/78/3d4167bc95c9d2175e0df03ef1c1c880ba75ab +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/79/7ae089b2212a937840e215276005ce76881307 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/7e/5956c806b5edc344d46dab599dec337891ba1f +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/81/8f26b7bf042269729020cf944fc362d66ba27e +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/84/59071b722a255b774a80b27746033f8141ab39 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/87/ef1fc3f7f1ddc4d0ab9b3e65381ce9f3388621 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/8b/84f56978e1de8f2ae82abce5f8b3e182d365cd +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/8e/55a7d2b96184030211f20c9b9af201eefcac82 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/91/c69ad88fe0ba94aa7859fb5f7edac5e6f1a3f7 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/94/74152b4b463d70ae5ad07f0c658be3e296026b +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/97/1aef09ea939f46b60b9646f8d524c78a9220f4 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/9d/0df52899fe95279059286d9c0ec42287edc168 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/a1/5389729850729fc7bd78a54f26fce77f30be12 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/a1/906da89d1174f74867800c74c43af36253bd5e +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/a4/63fdd23e5efd713db8a71f316f3a1c7bd60916 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/a5/ec8f74642fbba27f7ea78c53b372ae0c7dedce +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/a7/3e13eafee65c5b8d73ad2d3ea46d0eee82f0d3 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/b0/56be4be89ba6b76949dd641df45bb7036050c8 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/b0/9cd7856d58590578ee1a4f3ad45d1310a97f87 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/b2/18e6a0f0f1c4df8cdefa9852058348abc713b7 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/b5/61831c7dce8ea51e7ee6b6fa35745f14d8242d +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/b7/2c9e75ab7d0afe594664650aa8f6c772f5ac64 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/bb/81ccc0513f18fc160b54a82861e9a80d23f4f6 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/bb/934eb33bc1a8b85630bf680caffd99560c1b8f +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/bf/67907e337021ebff434e02b19b30a741c144af +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/c1/20fc812b9ad311c34a3608512d6a9d976bb48e +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/c4/cba65f1163661999ee4b8ed23342b63bc1300c +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/c6/7f17e5707313600efcb85e9a3fedea35dba591 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/c6/f32aced880bd165a251cb52b26b0c1107e2141 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/cd/822b3574a88ebdd1ed82fd6983f37e626d52b4 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/cf/0c0d9c6fb09473aaeb7f7e2edbd770c3f2ef3d +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/d2/992df305f4b56a466a2f221aeb182ddd20f418 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/d6/9ab1c4aadf279936dd778e8346ba60f74705b6 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/d8/4688b54c0040a30976b3a6540bc47adf7ce680 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/d9/005f2cc7fc4e65f14ed5518276007c08cf2fd0 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/d9/c2403fd166ce791b4e9d0c6792ed8342c71fcd +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/d9/dfa5aee51e92a541b707e8e7baea6f06deff98 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/db/141dbaa93594df2a8156182f361ee4db829359 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/db/ffa8ea7bda721d0cee7b9e4ce5b2ef927733ff +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/dc/c2bdbafb3296e09d9ee4955cfa55d275825f94 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/dc/cdbd4266765d840be2ae35ab1752a0fa312c16 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/dd/87fb5f606fe380d81e6fe3a2c98f9f99e3e09b +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/df/e0770424b2a19faf507a501ebfc23be8f54e7b +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/e2/f2f8f4c25e62a297fc55f36acc6b01cfbab76f +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/e3/1356f90ea6dd0577b5e0b40b206319adcbf085 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/e3/5a4dafc50850cacac7bf76c56db2715cbda2c4 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/e9/391ffe371f1cc43b42ef09b705d9c767c2e14f +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/ea/3a18cc75e53792744ef754e05d3f4481768c13 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/ec/40fd8bf8e4c342534a9fc020289e402ba6bc9d +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/f1/e50757fddc28b445545dc7e2759b54cdd0f42e +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/f4/b64d3107b39e3ad6f540c6607004ea34e6c024 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/f4/ba7f815b886797b73fede071d86e0c134d2bc7 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/f6/44a8ff56fa035105fc517cbb1ac46c3d8e349a +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/f7/c98ba5c2f903e603b1f5e63d49fbc8a43815cc +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/f9/045a08e96eb76848fc4d68e3e3e687cca39a2d +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/fa/147e6bb78a2e8db241d231295fd7f1ed061af8 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/objects/fc/292e793ecfd42240ac43be407023bd731fa9e7 +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/refs/heads/main +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/refs/remotes/origin/HEAD +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.git/refs/remotes/origin/main +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.gitattributes +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/.gitignore +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/LICENSE +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/README.md +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/__init__.py +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/brain_atlas.py +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/chat.py +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/correlators.py +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/.DS_Store +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/db2ls_sql_chtsht.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/docs_links.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/lang_code_iso639.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/example/style1.pdf +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/example/style2.pdf +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/example/style3.pdf +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/example/style4.pdf +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/example/style5.pdf +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/example/style6.pdf +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/example/style7.pdf +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/example/style8.pdf +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/example/style9.pdf +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/style1.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/style2.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/style3.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/style4.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/style5.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/style6.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/style7.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/style8.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/data/styles/style9.json +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/db2ls.py +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/doc.py +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/export_requirements.py +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/freqanalysis.py +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/setuptools-70.1.0-py3-none-any.whl +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/sleep_events_detectors.py +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/translator.py +0 -0
- {py2ls-0.1.9.8 → py2ls-0.1.10.0}/py2ls/wb_detector.py +0 -0
@@ -0,0 +1,183 @@
|
|
1
|
+
import smtplib
|
2
|
+
from email.mime.text import MIMEText
|
3
|
+
from email.mime.multipart import MIMEMultipart
|
4
|
+
from email.mime.base import MIMEBase
|
5
|
+
from email import encoders
|
6
|
+
import schedule
|
7
|
+
import time
|
8
|
+
from datetime import datetime
|
9
|
+
import os
|
10
|
+
|
11
|
+
|
12
|
+
signature_styles = [
|
13
|
+
"", # none
|
14
|
+
(
|
15
|
+
"------------------------------------------------------------------------------------------------\n"
|
16
|
+
"Jianfeng Liu, PhD\n"
|
17
|
+
"Institute of Medical Psychology and Behavioural Neurobiology\n"
|
18
|
+
"University of Tübingen\n"
|
19
|
+
"Otfried-Müller-Str. 25\n"
|
20
|
+
"72076 Tübingen\n\n"
|
21
|
+
),
|
22
|
+
f"Pappelweg 8\n72076 Tübingen\n\n",
|
23
|
+
]
|
24
|
+
|
25
|
+
|
26
|
+
def email_to(**kwargs):
|
27
|
+
"""
|
28
|
+
usage:
|
29
|
+
email_to(who="example@gmail.com",
|
30
|
+
subject="test",
|
31
|
+
what="this is the body",
|
32
|
+
attachments="/Users/test.pdf")
|
33
|
+
Send an email with optional attachments.
|
34
|
+
|
35
|
+
:param who: Recipient email address
|
36
|
+
:param subject: Email subject
|
37
|
+
:param what: Email what
|
38
|
+
:param attachments: List of file paths to attach
|
39
|
+
"""
|
40
|
+
who, what, subject = None, None, None
|
41
|
+
attachments = False
|
42
|
+
pause_sec = False # default 10 seconds pause
|
43
|
+
signature = signature_styles[0]
|
44
|
+
|
45
|
+
# params config
|
46
|
+
for k, v in kwargs.items():
|
47
|
+
if any(
|
48
|
+
[
|
49
|
+
"who" in k.lower(),
|
50
|
+
"whe" in k.lower(),
|
51
|
+
all(["@" in k.lower(), "." in k.lower()]),
|
52
|
+
]
|
53
|
+
): # 'who' or "where"
|
54
|
+
who = v
|
55
|
+
if any(["sub" in k.lower(), "hea" in k.lower()]): # 'subject', 'header'
|
56
|
+
subject = v
|
57
|
+
if any(
|
58
|
+
["wha" in k.lower(), "con" in k.lower(), "bod" in k.lower()]
|
59
|
+
): # 'what','content','body'
|
60
|
+
what = v
|
61
|
+
if any(["att" in k.lower(), "fil" in k.lower()]): # 'attachments', 'file'
|
62
|
+
attachments = v # optional
|
63
|
+
if any(
|
64
|
+
["paus" in k.lower(), "tim" in k.lower(), "delay" in k.lower()]
|
65
|
+
): # 'attachments', 'file'
|
66
|
+
pause_sec = v # optional
|
67
|
+
if any(["sig" in k.lower()]): # 'attachments', 'file'
|
68
|
+
signature = v # optional
|
69
|
+
if not isinstance(v, str):
|
70
|
+
signature = signature_styles[v]
|
71
|
+
|
72
|
+
# config sender
|
73
|
+
email_address = "andyandhope@gmail.com"
|
74
|
+
email_password = "myff ltls sfym wehe" # this is fake info
|
75
|
+
|
76
|
+
# Create email message
|
77
|
+
message = MIMEMultipart()
|
78
|
+
message["From"] = email_address
|
79
|
+
message["To"] = who
|
80
|
+
message["Subject"] = subject
|
81
|
+
|
82
|
+
# add signature
|
83
|
+
if signature:
|
84
|
+
what += f"\n\n{signature}\n"
|
85
|
+
|
86
|
+
# the eamil's body
|
87
|
+
message.attach(MIMEText(what, "plain"))
|
88
|
+
|
89
|
+
# attach files
|
90
|
+
if attachments:
|
91
|
+
if isinstance(attachments, str):
|
92
|
+
attachments = [attachments]
|
93
|
+
for file in attachments:
|
94
|
+
part = MIMEBase("application", "octet-stream")
|
95
|
+
try:
|
96
|
+
with open(file, "rb") as attachment:
|
97
|
+
part.set_payload(attachment.read())
|
98
|
+
encoders.encode_base64(part)
|
99
|
+
|
100
|
+
fname = os.path.basename(file)
|
101
|
+
print(fname)
|
102
|
+
part.add_header(
|
103
|
+
"Content-Disposition", f'attachment; filename= "{fname}"'
|
104
|
+
)
|
105
|
+
message.attach(part)
|
106
|
+
except FileNotFoundError:
|
107
|
+
print(f"File not found: {file}")
|
108
|
+
except Exception as e:
|
109
|
+
print(f"Error attaching file {file}: {e}")
|
110
|
+
if pause_sec:
|
111
|
+
time.sleep(pause_sec)
|
112
|
+
# Send the email
|
113
|
+
try:
|
114
|
+
with smtplib.SMTP("smtp.gmail.com", 587) as server:
|
115
|
+
server.starttls()
|
116
|
+
server.login(email_address, email_password)
|
117
|
+
server.sendmail(email_address, who, message.as_string())
|
118
|
+
print(f"Email successfully sent to {who}")
|
119
|
+
except Exception as e:
|
120
|
+
print(f"Failed to send email: {e}")
|
121
|
+
|
122
|
+
|
123
|
+
def email_to_every(who, subject, what, when, attachments=None):
|
124
|
+
"""
|
125
|
+
Check the time and send an email when the time matches the when.
|
126
|
+
|
127
|
+
:param who: Recipient email address
|
128
|
+
:param subject: Email subject
|
129
|
+
:param what: Email what
|
130
|
+
:param when: Time to send the email in HH:MM format
|
131
|
+
:param attachments: List of file paths to attach
|
132
|
+
"""
|
133
|
+
current_time = datetime.now().strftime("%H:%M")
|
134
|
+
if current_time == when:
|
135
|
+
email_to(
|
136
|
+
who=who,
|
137
|
+
subject=subject,
|
138
|
+
what=what,
|
139
|
+
attachments=attachments,
|
140
|
+
)
|
141
|
+
|
142
|
+
|
143
|
+
# Example usage
|
144
|
+
def example_job():
|
145
|
+
# Example email details
|
146
|
+
reminder_subject = "Reminder: Important Meeting Tomorrow"
|
147
|
+
reminder_what = (
|
148
|
+
"Don't forget about the meeting tomorrow at 10 AM in the conference room."
|
149
|
+
)
|
150
|
+
who = "Jianfeng.Liu0413@gmail.com"
|
151
|
+
when = "14:30" # Send time in 24-hour format
|
152
|
+
|
153
|
+
# Optional attachments
|
154
|
+
attachments = ["path/to/attachment1.pdf", "path/to/attachment2.jpg"]
|
155
|
+
|
156
|
+
# Schedule the email
|
157
|
+
email_to_every(who, reminder_subject, reminder_what, when, attachments)
|
158
|
+
|
159
|
+
|
160
|
+
if __name__ == "__main__":
|
161
|
+
# Schedule the job to run every minute
|
162
|
+
schedule.every(1).minutes.do(example_job)
|
163
|
+
|
164
|
+
while True:
|
165
|
+
schedule.run_pending()
|
166
|
+
time.sleep(1)
|
167
|
+
|
168
|
+
# example2:
|
169
|
+
email_to(
|
170
|
+
who="Jianfeng.Liu@medizin.uni-tuebingen.de",
|
171
|
+
subj="test",
|
172
|
+
wha="this is the body",
|
173
|
+
signat="\n\n Best, Jianfeng\n",
|
174
|
+
att="/Users/macjianfeng/Dropbox/Downloads/_*_doc-xlsx/20240822-preprints_full_20190101_20201031-2.xlsx",
|
175
|
+
)
|
176
|
+
# example3:
|
177
|
+
email_to(
|
178
|
+
who="Jianfeng.Liu@medizin.uni-tuebingen.de",
|
179
|
+
subj="test",
|
180
|
+
wha="this is the test",
|
181
|
+
signat=2,
|
182
|
+
att="/Users/macjianfeng/Dropbox/Downloads/_*_doc-xlsx/20240822-preprints_full_20190101_20201031-2.xlsx",
|
183
|
+
)
|
@@ -0,0 +1,213 @@
|
|
1
|
+
{
|
2
|
+
"style": "style6",
|
3
|
+
"layer": [
|
4
|
+
"b",
|
5
|
+
"bx",
|
6
|
+
"e",
|
7
|
+
"v",
|
8
|
+
"s",
|
9
|
+
"l"
|
10
|
+
],
|
11
|
+
"b": {
|
12
|
+
"go": 0,
|
13
|
+
"loc": "c",
|
14
|
+
"FaceAlpha": 1,
|
15
|
+
"EdgeColor": "k",
|
16
|
+
"EdgeAlpha": 1,
|
17
|
+
"LineStyle": "-",
|
18
|
+
"LineWidth": 0.8,
|
19
|
+
"x_width": 0.85,
|
20
|
+
"ShowBaseLine": "off",
|
21
|
+
"hatch": null,
|
22
|
+
"FaceColor": [
|
23
|
+
"#474747",
|
24
|
+
"#FF2C00",
|
25
|
+
"#0C5DA5",
|
26
|
+
"#845B97",
|
27
|
+
"#58BBCC"
|
28
|
+
],
|
29
|
+
"x_dist": 0.85
|
30
|
+
},
|
31
|
+
"e": {
|
32
|
+
"go": 0,
|
33
|
+
"loc": "l",
|
34
|
+
"LineWidth": 1,
|
35
|
+
"CapLineWidth": 1,
|
36
|
+
"CapSize": 2,
|
37
|
+
"Marker": "none",
|
38
|
+
"LineStyle": "none",
|
39
|
+
"LineColor": "k",
|
40
|
+
"LineJoin": "round",
|
41
|
+
"MarkerSize": "auto",
|
42
|
+
"MarkerEdgeColor": "none",
|
43
|
+
"Visible": true,
|
44
|
+
"Orientation": "vertical",
|
45
|
+
"error": "sem",
|
46
|
+
"x_width": 0.16999999999999998,
|
47
|
+
"cap_dir": "b",
|
48
|
+
"LineAlpha": 0.5,
|
49
|
+
"FaceColor": [
|
50
|
+
"#474747",
|
51
|
+
"#FF2C00",
|
52
|
+
"#0C5DA5",
|
53
|
+
"#845B97",
|
54
|
+
"#58BBCC"
|
55
|
+
],
|
56
|
+
"x_dist": 0.16999999999999998
|
57
|
+
},
|
58
|
+
"s": {
|
59
|
+
"go": 0,
|
60
|
+
"loc": "r",
|
61
|
+
"cmap": null,
|
62
|
+
"FaceAlpha": 1,
|
63
|
+
"x_width": 0.16999999999999998,
|
64
|
+
"Marker": "o",
|
65
|
+
"MarkerSize": 15,
|
66
|
+
"LineWidth": 0.8,
|
67
|
+
"MarkerEdgeColor": "k",
|
68
|
+
"FaceColor": [
|
69
|
+
"#474747",
|
70
|
+
"#FF2C00",
|
71
|
+
"#0C5DA5",
|
72
|
+
"#845B97",
|
73
|
+
"#58BBCC"
|
74
|
+
],
|
75
|
+
"x_dist": 0.16999999999999998
|
76
|
+
},
|
77
|
+
"l": {
|
78
|
+
"go": 1,
|
79
|
+
"LineStyle": "-",
|
80
|
+
"LineColor": "k",
|
81
|
+
"LineWidth": 0.5,
|
82
|
+
"LineAlpha": 0.5
|
83
|
+
},
|
84
|
+
"bx": {
|
85
|
+
"go": 1,
|
86
|
+
"loc": "c",
|
87
|
+
"EdgeColor": "k",
|
88
|
+
"FaceAlpha": 0.85,
|
89
|
+
"EdgeAlpha": 1,
|
90
|
+
"LineStyle": "-",
|
91
|
+
"x_width": 0.1,
|
92
|
+
"ShowBaseLine": "off",
|
93
|
+
"Notch": false,
|
94
|
+
"Outliers": false,
|
95
|
+
"OutlierMarker": "+",
|
96
|
+
"OutlierColor": "r",
|
97
|
+
"OutlierSize": 6,
|
98
|
+
"LineWidth": 0.5,
|
99
|
+
"Whisker": 0.5,
|
100
|
+
"Orientation": "vertical",
|
101
|
+
"BoxLineWidth": 0.5,
|
102
|
+
"WhiskerLineStyle": "-",
|
103
|
+
"WhiskerLineColor": "k",
|
104
|
+
"WhiskerLineWidth": 0.5,
|
105
|
+
"Caps": true,
|
106
|
+
"CapLineColor": "k",
|
107
|
+
"CapLineWidth": 0.5,
|
108
|
+
"CapSize": 0,
|
109
|
+
"MedianLine": false,
|
110
|
+
"MedianLineStyle": "-",
|
111
|
+
"MedianStyle": "line",
|
112
|
+
"MedianLineColor": "k",
|
113
|
+
"MedianLineWidth": 2.0,
|
114
|
+
"MedianLineTop": false,
|
115
|
+
"MeanLine": true,
|
116
|
+
"showmeans": false,
|
117
|
+
"MeanLineStyle": "-",
|
118
|
+
"MeanLineColor": "w",
|
119
|
+
"MeanLineWidth": 2.0,
|
120
|
+
"FaceColor": [
|
121
|
+
"#474747",
|
122
|
+
"#FF2C00",
|
123
|
+
"#0C5DA5",
|
124
|
+
"#845B97",
|
125
|
+
"#58BBCC"
|
126
|
+
],
|
127
|
+
"x_dist": 0.2,
|
128
|
+
"OutlierFaceColor": "r",
|
129
|
+
"OutlierEdgeColor": "r"
|
130
|
+
},
|
131
|
+
"v": {
|
132
|
+
"go": 1,
|
133
|
+
"x_width": 0.3,
|
134
|
+
"loc": "r",
|
135
|
+
"EdgeColor": "none",
|
136
|
+
"FaceAlpha": 0.9,
|
137
|
+
"BandWidth": "scott",
|
138
|
+
"Function": "pdf",
|
139
|
+
"Kernel": "gau",
|
140
|
+
"NumPoints": 500,
|
141
|
+
"BoundaryCorrection": "reflection",
|
142
|
+
"x_dist": 0.1,
|
143
|
+
"FaceColor": [
|
144
|
+
"#474747",
|
145
|
+
"#FF2C00",
|
146
|
+
"#0C5DA5",
|
147
|
+
"#845B97",
|
148
|
+
"#58BBCC"
|
149
|
+
]
|
150
|
+
},
|
151
|
+
"c": [
|
152
|
+
"#474747",
|
153
|
+
"#FF2C00",
|
154
|
+
"#0C5DA5",
|
155
|
+
"#845B97",
|
156
|
+
"#58BBCC"
|
157
|
+
],
|
158
|
+
"loc": {
|
159
|
+
"go": 0,
|
160
|
+
"xloc": [
|
161
|
+
1,
|
162
|
+
2,
|
163
|
+
3,
|
164
|
+
4,
|
165
|
+
5
|
166
|
+
]
|
167
|
+
},
|
168
|
+
"r": {
|
169
|
+
"go": 0,
|
170
|
+
"bw_adjust": 1,
|
171
|
+
"clip": false,
|
172
|
+
"FaceColor": [
|
173
|
+
"#474747",
|
174
|
+
"#FF2C00",
|
175
|
+
"#0C5DA5",
|
176
|
+
"#845B97",
|
177
|
+
"#58BBCC",
|
178
|
+
"#FF9500",
|
179
|
+
"#D57DBE",
|
180
|
+
"#474747",
|
181
|
+
"#FF2C00",
|
182
|
+
"#0C5DA5",
|
183
|
+
"#845B97",
|
184
|
+
"#58BBCC",
|
185
|
+
"#FF9500",
|
186
|
+
"#D57DBE",
|
187
|
+
"#474747",
|
188
|
+
"#FF2C00",
|
189
|
+
"#0C5DA5",
|
190
|
+
"#845B97",
|
191
|
+
"#58BBCC",
|
192
|
+
"#FF9500"
|
193
|
+
],
|
194
|
+
"FaceAlpha": 1,
|
195
|
+
"EdgeLineWidth": 1.5,
|
196
|
+
"fill": true,
|
197
|
+
"EdgeColor": "none",
|
198
|
+
"xLineWidth": 2.0,
|
199
|
+
"xLineColor": "none",
|
200
|
+
"aspect": 8,
|
201
|
+
"subplot_hspace": -0.3,
|
202
|
+
"subplot_height": 0.75,
|
203
|
+
"subplot_ylabel": "",
|
204
|
+
"column4color": null,
|
205
|
+
"row_labels": null,
|
206
|
+
"row_label_loc_xscale": 0.01,
|
207
|
+
"row_label_loc_yscale": 0.05,
|
208
|
+
"fontweight": "normal",
|
209
|
+
"fontsize": 11.0,
|
210
|
+
"color_row_label": "k",
|
211
|
+
"ylabel": null
|
212
|
+
}
|
213
|
+
}
|
@@ -0,0 +1,213 @@
|
|
1
|
+
{
|
2
|
+
"style": "style6",
|
3
|
+
"layer": [
|
4
|
+
"b",
|
5
|
+
"bx",
|
6
|
+
"e",
|
7
|
+
"v",
|
8
|
+
"s",
|
9
|
+
"l"
|
10
|
+
],
|
11
|
+
"b": {
|
12
|
+
"go": 0,
|
13
|
+
"loc": "c",
|
14
|
+
"FaceAlpha": 1,
|
15
|
+
"EdgeColor": "k",
|
16
|
+
"EdgeAlpha": 1,
|
17
|
+
"LineStyle": "-",
|
18
|
+
"LineWidth": 0.8,
|
19
|
+
"x_width": 0.85,
|
20
|
+
"ShowBaseLine": "off",
|
21
|
+
"hatch": null,
|
22
|
+
"FaceColor": [
|
23
|
+
"#474747",
|
24
|
+
"#FF2C00",
|
25
|
+
"#0C5DA5",
|
26
|
+
"#845B97",
|
27
|
+
"#58BBCC"
|
28
|
+
],
|
29
|
+
"x_dist": 0.85
|
30
|
+
},
|
31
|
+
"e": {
|
32
|
+
"go": 0,
|
33
|
+
"loc": "l",
|
34
|
+
"LineWidth": 1,
|
35
|
+
"CapLineWidth": 1,
|
36
|
+
"CapSize": 2,
|
37
|
+
"Marker": "none",
|
38
|
+
"LineStyle": "none",
|
39
|
+
"LineColor": "k",
|
40
|
+
"LineJoin": "round",
|
41
|
+
"MarkerSize": "auto",
|
42
|
+
"MarkerEdgeColor": "none",
|
43
|
+
"Visible": true,
|
44
|
+
"Orientation": "vertical",
|
45
|
+
"error": "sem",
|
46
|
+
"x_width": 0.16999999999999998,
|
47
|
+
"cap_dir": "b",
|
48
|
+
"LineAlpha": 0.5,
|
49
|
+
"FaceColor": [
|
50
|
+
"#474747",
|
51
|
+
"#FF2C00",
|
52
|
+
"#0C5DA5",
|
53
|
+
"#845B97",
|
54
|
+
"#58BBCC"
|
55
|
+
],
|
56
|
+
"x_dist": 0.16999999999999998
|
57
|
+
},
|
58
|
+
"s": {
|
59
|
+
"go": 0,
|
60
|
+
"loc": "r",
|
61
|
+
"cmap": null,
|
62
|
+
"FaceAlpha": 1,
|
63
|
+
"x_width": 0.16999999999999998,
|
64
|
+
"Marker": "o",
|
65
|
+
"MarkerSize": 15,
|
66
|
+
"LineWidth": 0.8,
|
67
|
+
"MarkerEdgeColor": "k",
|
68
|
+
"FaceColor": [
|
69
|
+
"#474747",
|
70
|
+
"#FF2C00",
|
71
|
+
"#0C5DA5",
|
72
|
+
"#845B97",
|
73
|
+
"#58BBCC"
|
74
|
+
],
|
75
|
+
"x_dist": 0.16999999999999998
|
76
|
+
},
|
77
|
+
"l": {
|
78
|
+
"go": 1,
|
79
|
+
"LineStyle": "-",
|
80
|
+
"LineColor": "k",
|
81
|
+
"LineWidth": 0.5,
|
82
|
+
"LineAlpha": 0.5
|
83
|
+
},
|
84
|
+
"bx": {
|
85
|
+
"go": 1,
|
86
|
+
"loc": "c",
|
87
|
+
"EdgeColor": "k",
|
88
|
+
"FaceAlpha": 0.85,
|
89
|
+
"EdgeAlpha": 1,
|
90
|
+
"LineStyle": "-",
|
91
|
+
"x_width": 0.1,
|
92
|
+
"ShowBaseLine": "off",
|
93
|
+
"Notch": false,
|
94
|
+
"Outliers": false,
|
95
|
+
"OutlierMarker": "+",
|
96
|
+
"OutlierColor": "r",
|
97
|
+
"OutlierSize": 6,
|
98
|
+
"LineWidth": 0.5,
|
99
|
+
"Whisker": 0.5,
|
100
|
+
"Orientation": "vertical",
|
101
|
+
"BoxLineWidth": 0.5,
|
102
|
+
"WhiskerLineStyle": "-",
|
103
|
+
"WhiskerLineColor": "k",
|
104
|
+
"WhiskerLineWidth": 0.5,
|
105
|
+
"Caps": true,
|
106
|
+
"CapLineColor": "k",
|
107
|
+
"CapLineWidth": 0.5,
|
108
|
+
"CapSize": 0,
|
109
|
+
"MedianLine": true,
|
110
|
+
"MedianLineStyle": "-",
|
111
|
+
"MedianStyle": "line",
|
112
|
+
"MedianLineColor": "k",
|
113
|
+
"MedianLineWidth": 2.0,
|
114
|
+
"MedianLineTop": false,
|
115
|
+
"MeanLine": false,
|
116
|
+
"showmeans": false,
|
117
|
+
"MeanLineStyle": "-",
|
118
|
+
"MeanLineColor": "w",
|
119
|
+
"MeanLineWidth": 2.0,
|
120
|
+
"FaceColor": [
|
121
|
+
"#474747",
|
122
|
+
"#FF2C00",
|
123
|
+
"#0C5DA5",
|
124
|
+
"#845B97",
|
125
|
+
"#58BBCC"
|
126
|
+
],
|
127
|
+
"x_dist": 0.2,
|
128
|
+
"OutlierFaceColor": "r",
|
129
|
+
"OutlierEdgeColor": "r"
|
130
|
+
},
|
131
|
+
"v": {
|
132
|
+
"go": 1,
|
133
|
+
"x_width": 0.3,
|
134
|
+
"loc": "r",
|
135
|
+
"EdgeColor": "none",
|
136
|
+
"FaceAlpha": 0.9,
|
137
|
+
"BandWidth": "scott",
|
138
|
+
"Function": "pdf",
|
139
|
+
"Kernel": "gau",
|
140
|
+
"NumPoints": 500,
|
141
|
+
"BoundaryCorrection": "reflection",
|
142
|
+
"x_dist": 0.1,
|
143
|
+
"FaceColor": [
|
144
|
+
"#474747",
|
145
|
+
"#FF2C00",
|
146
|
+
"#0C5DA5",
|
147
|
+
"#845B97",
|
148
|
+
"#58BBCC"
|
149
|
+
]
|
150
|
+
},
|
151
|
+
"c": [
|
152
|
+
"#474747",
|
153
|
+
"#FF2C00",
|
154
|
+
"#0C5DA5",
|
155
|
+
"#845B97",
|
156
|
+
"#58BBCC"
|
157
|
+
],
|
158
|
+
"loc": {
|
159
|
+
"go": 0,
|
160
|
+
"xloc": [
|
161
|
+
1,
|
162
|
+
2,
|
163
|
+
3,
|
164
|
+
4,
|
165
|
+
5
|
166
|
+
]
|
167
|
+
},
|
168
|
+
"r": {
|
169
|
+
"go": 0,
|
170
|
+
"bw_adjust": 1,
|
171
|
+
"clip": false,
|
172
|
+
"FaceColor": [
|
173
|
+
"#474747",
|
174
|
+
"#FF2C00",
|
175
|
+
"#0C5DA5",
|
176
|
+
"#845B97",
|
177
|
+
"#58BBCC",
|
178
|
+
"#FF9500",
|
179
|
+
"#D57DBE",
|
180
|
+
"#474747",
|
181
|
+
"#FF2C00",
|
182
|
+
"#0C5DA5",
|
183
|
+
"#845B97",
|
184
|
+
"#58BBCC",
|
185
|
+
"#FF9500",
|
186
|
+
"#D57DBE",
|
187
|
+
"#474747",
|
188
|
+
"#FF2C00",
|
189
|
+
"#0C5DA5",
|
190
|
+
"#845B97",
|
191
|
+
"#58BBCC",
|
192
|
+
"#FF9500"
|
193
|
+
],
|
194
|
+
"FaceAlpha": 1,
|
195
|
+
"EdgeLineWidth": 1.5,
|
196
|
+
"fill": true,
|
197
|
+
"EdgeColor": "none",
|
198
|
+
"xLineWidth": 2.0,
|
199
|
+
"xLineColor": "none",
|
200
|
+
"aspect": 8,
|
201
|
+
"subplot_hspace": -0.3,
|
202
|
+
"subplot_height": 0.75,
|
203
|
+
"subplot_ylabel": "",
|
204
|
+
"column4color": null,
|
205
|
+
"row_labels": null,
|
206
|
+
"row_label_loc_xscale": 0.01,
|
207
|
+
"row_label_loc_yscale": 0.05,
|
208
|
+
"fontweight": "normal",
|
209
|
+
"fontsize": 11.0,
|
210
|
+
"color_row_label": "k",
|
211
|
+
"ylabel": null
|
212
|
+
}
|
213
|
+
}
|