py2ls 0.2.1__tar.gz → 0.2.3__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.
Files changed (225) hide show
  1. {py2ls-0.2.1 → py2ls-0.2.3}/PKG-INFO +1 -1
  2. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.DS_Store +0 -0
  3. py2ls-0.2.3/py2ls/data/sns_info.json +74 -0
  4. py2ls-0.2.3/py2ls/data/usages_pd.json +56 -0
  5. py2ls-0.2.3/py2ls/data/usages_sns.json +25 -0
  6. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/ips.py +1253 -517
  7. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/plot.py +746 -30
  8. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/stats.py +18 -9
  9. py2ls-0.2.3/py2ls/update2usage.py +126 -0
  10. {py2ls-0.2.1 → py2ls-0.2.3}/pyproject.toml +1 -1
  11. {py2ls-0.2.1 → py2ls-0.2.3}/README.md +0 -0
  12. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/COMMIT_EDITMSG +0 -0
  13. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/FETCH_HEAD +0 -0
  14. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/HEAD +0 -0
  15. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/config +0 -0
  16. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/description +0 -0
  17. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/applypatch-msg.sample +0 -0
  18. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/commit-msg.sample +0 -0
  19. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/fsmonitor-watchman.sample +0 -0
  20. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/post-update.sample +0 -0
  21. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/pre-applypatch.sample +0 -0
  22. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/pre-commit.sample +0 -0
  23. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/pre-merge-commit.sample +0 -0
  24. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/pre-push.sample +0 -0
  25. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/pre-rebase.sample +0 -0
  26. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/pre-receive.sample +0 -0
  27. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/prepare-commit-msg.sample +0 -0
  28. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/push-to-checkout.sample +0 -0
  29. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/hooks/update.sample +0 -0
  30. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/index +0 -0
  31. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/info/exclude +0 -0
  32. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/logs/HEAD +0 -0
  33. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/logs/refs/heads/main +0 -0
  34. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/logs/refs/remotes/origin/HEAD +0 -0
  35. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/logs/refs/remotes/origin/main +0 -0
  36. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/01/d5bd8065e6860c0bd23ff9fa57161806a099e1 +0 -0
  37. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/09/08da26de58c114225ad81f484b80bf5d351b34 +0 -0
  38. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/0b/409e1bc918277010f5679b402d1d1dda53e15c +0 -0
  39. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/12/c2808a1b3a4d0892a4154dfba1e2ae3770fa73 +0 -0
  40. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/14/449a0e6ba4ea2f1a73acf63ef91c9c6193f9ed +0 -0
  41. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/15/a8e468aacfcb440e090020f36d0b985d45da23 +0 -0
  42. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/1a/b4585881a6a42889f01aa0cfe25fd5acfaf46f +0 -0
  43. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/1c/3f92adda34344bcbbbf9d409c79855ae2aaea8 +0 -0
  44. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/1c/9314c5f69b9390068a2a8616875d974849d71f +0 -0
  45. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/1d/fe9d9633b24ea560354f4f93d39c6e5f163ea0 +0 -0
  46. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/20/72c28e83f4347959d29f7b3a6c1fc3e4ee6b59 +0 -0
  47. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/24/6b368b986f758630c46dc02b7fa512b53422f7 +0 -0
  48. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/25/b796accd261b9135fd32a2c00785f68edf6c46 +0 -0
  49. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/27/aa6074f652bc6f7078f8647489d9ee8e24f0e2 +0 -0
  50. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/28/c2969d785c1b892c2a96b3f00eba63a59811b3 +0 -0
  51. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/2a/ae95d517d213b660bf4f65a4e0cfae7bb893eb +0 -0
  52. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/2a/fdf45791a26d42ccead35ace76a8f0b2a56561 +0 -0
  53. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/30/a2f8da47ee947811dc8d993f5a06a45de374f4 +0 -0
  54. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/32/fd627b62fad7cf3b2f9e34ab9777126a0987ad +0 -0
  55. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/34/9e31b6a3634cea102ce5588b98c11cc1738605 +0 -0
  56. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/34/b6f3a2ee84f39bed4eee57f2c0e0afb994feb1 +0 -0
  57. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/35/1a5f491ab97eee9d1ee699478d75a8bb5d3dc2 +0 -0
  58. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/36/b4a1b7403abc6c360f8fe2cb656ab945254971 +0 -0
  59. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/36/e56a361f526eafa59c5235a5c990bf288b5f9c +0 -0
  60. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/36/ef43e50009e59db11812c258846d9e38718173 +0 -0
  61. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/39/7ead045fbbcfb17c62019eb18fe21ed05dbee5 +0 -0
  62. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/39/b13be65125556784e44c7a1d9821703c7ab67e +0 -0
  63. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/3b/507acc7f23391644cc0b824b1e79fd2677a362 +0 -0
  64. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/3b/bd972aa7ad680858f8dfbd0f7fcd97756f0d6f +0 -0
  65. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/3c/bbe5f4173d165127b9ad96119f1ec24c306ffc +0 -0
  66. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/3d/9d10d27724657a436c65a6254bfd213d4b3562 +0 -0
  67. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/3f/d6561300938afbb3d11976cf9c8f29549280d9 +0 -0
  68. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/41/dcf4b3bf0460946b2da93776cf9e836d62178f +0 -0
  69. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/43/dbd49b2ee367c5434dd545e3b5795434f2ef0b +0 -0
  70. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/45/b1b6178bacbfc997811a998b5cc60c1ea7fac8 +0 -0
  71. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/47/6cbd5a7c5e35cddef2f8a38bdc4896d403b095 +0 -0
  72. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/48/a88fc5806305d0bb0755ee6801161b79696972 +0 -0
  73. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/4f/7afb40dff2153d857fc85748c2eecb85125042 +0 -0
  74. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/50/08ddfcf53c02e82d7eee2e57c38e5672ef89f6 +0 -0
  75. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/53/e0deb1cb4c2c606bced6e7f9a66b0fda60980d +0 -0
  76. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/56/e4e8b2d5545e0256090f45aa8fc42c5fe067d0 +0 -0
  77. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/57/63d0c52f5c9c69e89d514a1f96034947abe21a +0 -0
  78. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/57/bd1c0199483ab316235b094543b85edec6c35e +0 -0
  79. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/58/20a729045d4dc7e37ccaf8aa8eec126850afe2 +0 -0
  80. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/59/380c4c26bdcd4d9b71ae3e2e35f05b3f26c5ab +0 -0
  81. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/5a/192565abf89c9d765af846ce6d53a92b1ce7ad +0 -0
  82. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/60/f273eb1c412d916fa3f11318a7da7a9911b52a +0 -0
  83. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/61/570cec8c061abe74121f27f5face6c69b98f99 +0 -0
  84. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/62/4488173ed2c8936fa5cea3cf5dd3f26a30b86e +0 -0
  85. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/62/7c81b23b4e56e87b042b650b0103653cc9e34a +0 -0
  86. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/62/d90ccf8cbefdc2e4fd475e7c6f4f76e9fdf801 +0 -0
  87. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/63/100154b27846e8010e55b6bf4b3d7762c14c5f +0 -0
  88. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/64/27a4edff08f93d98f511418423f09f2ab90bcd +0 -0
  89. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/66/6227eeeba24073e63811e89f1449f3d958f183 +0 -0
  90. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/66/c998778721d424bd0aae80602dabbffa93af2e +0 -0
  91. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/68/6df3072c8b025fb18106ed2df505994ad062a9 +0 -0
  92. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/69/13c452ca319f7cbf6a0836dc10a5bb033c84e4 +0 -0
  93. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/6a/52e747a2b349b128d1490d9e896d2323818eb7 +0 -0
  94. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/6b/7fde264d93a7a0986d394c46c7650d0ce2ab92 +0 -0
  95. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/6c/cebb29b7f3f5b0c889f6dadbf9ff066554587d +0 -0
  96. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/6d/c2cdf4a84e538e5d4777486aeff87e42f41799 +0 -0
  97. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/6d/ee29dbdcc84edeeacede105110446f3ccac963 +0 -0
  98. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/71/36b2074a2754be8b58127d82250e5b37e3c373 +0 -0
  99. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/72/245a05b0966011cb381e6b32b0465000e969ab +0 -0
  100. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/72/e4179337639859678ddaecf38b16f33aaec8e1 +0 -0
  101. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/78/063f4c863fc371ec0313303c0a81283b35d9b6 +0 -0
  102. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/78/3d4167bc95c9d2175e0df03ef1c1c880ba75ab +0 -0
  103. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/79/7ae089b2212a937840e215276005ce76881307 +0 -0
  104. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/7e/5956c806b5edc344d46dab599dec337891ba1f +0 -0
  105. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/81/8f26b7bf042269729020cf944fc362d66ba27e +0 -0
  106. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/82/70b319ce4046854fbe7dc41054b6c2d112dab2 +0 -0
  107. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/84/59071b722a255b774a80b27746033f8141ab39 +0 -0
  108. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/85/aee46f478e9afdb84d50a05242c53b04ed2e21 +0 -0
  109. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/86/e288b46f8fe179907e4413f665aeb5053fddb1 +0 -0
  110. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/87/ef1fc3f7f1ddc4d0ab9b3e65381ce9f3388621 +0 -0
  111. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/8b/84f56978e1de8f2ae82abce5f8b3e182d365cd +0 -0
  112. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/8e/55a7d2b96184030211f20c9b9af201eefcac82 +0 -0
  113. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/91/c69ad88fe0ba94aa7859fb5f7edac5e6f1a3f7 +0 -0
  114. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/94/74152b4b463d70ae5ad07f0c658be3e296026b +0 -0
  115. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/94/f7dbe88e80c4205a901b71eb8f181974376bba +0 -0
  116. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/97/1aef09ea939f46b60b9646f8d524c78a9220f4 +0 -0
  117. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/9b/ec5ee2236ee2d5532c36bfd132e23c58fdb69c +0 -0
  118. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/9d/0df52899fe95279059286d9c0ec42287edc168 +0 -0
  119. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/a1/5389729850729fc7bd78a54f26fce77f30be12 +0 -0
  120. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/a1/906da89d1174f74867800c74c43af36253bd5e +0 -0
  121. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/a4/63fdd23e5efd713db8a71f316f3a1c7bd60916 +0 -0
  122. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/a5/ec8f74642fbba27f7ea78c53b372ae0c7dedce +0 -0
  123. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/a7/3e13eafee65c5b8d73ad2d3ea46d0eee82f0d3 +0 -0
  124. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/b0/56be4be89ba6b76949dd641df45bb7036050c8 +0 -0
  125. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/b0/9cd7856d58590578ee1a4f3ad45d1310a97f87 +0 -0
  126. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/b2/18e6a0f0f1c4df8cdefa9852058348abc713b7 +0 -0
  127. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/b3/4f7f271c6d6105e35a6556ffda71d03afe8c96 +0 -0
  128. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/b3/69579064bde9de9a19d114fc33e4e48cc8c0e4 +0 -0
  129. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/b5/61831c7dce8ea51e7ee6b6fa35745f14d8242d +0 -0
  130. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/b7/2c9e75ab7d0afe594664650aa8f6c772f5ac64 +0 -0
  131. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/bb/81ccc0513f18fc160b54a82861e9a80d23f4f6 +0 -0
  132. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/bb/934eb33bc1a8b85630bf680caffd99560c1b8f +0 -0
  133. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/bf/67907e337021ebff434e02b19b30a741c144af +0 -0
  134. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/bf/b54d65922ce1dfda1aaa014913a54e7172d0bc +0 -0
  135. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/c1/20fc812b9ad311c34a3608512d6a9d976bb48e +0 -0
  136. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/c1/397c6ed72c4e20ef6b9ab83163e9a6baba5b45 +0 -0
  137. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/c4/cba65f1163661999ee4b8ed23342b63bc1300c +0 -0
  138. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/c6/7f17e5707313600efcb85e9a3fedea35dba591 +0 -0
  139. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/c6/f32aced880bd165a251cb52b26b0c1107e2141 +0 -0
  140. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/cc/45df1d317a2eb63ff1ff3a5f3b4a9f98fd92b5 +0 -0
  141. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/cd/822b3574a88ebdd1ed82fd6983f37e626d52b4 +0 -0
  142. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/cf/0c0d9c6fb09473aaeb7f7e2edbd770c3f2ef3d +0 -0
  143. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/d2/992df305f4b56a466a2f221aeb182ddd20f418 +0 -0
  144. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/d6/39e8af592cd75a318d8affddd1bcc70c2095f2 +0 -0
  145. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/d6/9ab1c4aadf279936dd778e8346ba60f74705b6 +0 -0
  146. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/d8/4688b54c0040a30976b3a6540bc47adf7ce680 +0 -0
  147. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/d9/005f2cc7fc4e65f14ed5518276007c08cf2fd0 +0 -0
  148. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/d9/c2403fd166ce791b4e9d0c6792ed8342c71fcd +0 -0
  149. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/d9/dfa5aee51e92a541b707e8e7baea6f06deff98 +0 -0
  150. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/db/141dbaa93594df2a8156182f361ee4db829359 +0 -0
  151. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/db/3f2cd643292057936230b95cf7ec3046affe11 +0 -0
  152. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/db/ffa8ea7bda721d0cee7b9e4ce5b2ef927733ff +0 -0
  153. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/dc/c2bdbafb3296e09d9ee4955cfa55d275825f94 +0 -0
  154. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/dc/cdbd4266765d840be2ae35ab1752a0fa312c16 +0 -0
  155. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/dd/87fb5f606fe380d81e6fe3a2c98f9f99e3e09b +0 -0
  156. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/de/214c626ac2dd2685bfaa0bc0fc20f528d014d7 +0 -0
  157. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/df/e0770424b2a19faf507a501ebfc23be8f54e7b +0 -0
  158. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/e2/f2f8f4c25e62a297fc55f36acc6b01cfbab76f +0 -0
  159. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/e3/1356f90ea6dd0577b5e0b40b206319adcbf085 +0 -0
  160. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/e3/5a4dafc50850cacac7bf76c56db2715cbda2c4 +0 -0
  161. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/e4/6c715352db9fe3c887a635f1916df4ca1f4ff9 +0 -0
  162. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/e5/0580a0bd1e1b3d29f834382b80fceb61d5cf0c +0 -0
  163. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/e9/391ffe371f1cc43b42ef09b705d9c767c2e14f +0 -0
  164. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/ea/3a18cc75e53792744ef754e05d3f4481768c13 +0 -0
  165. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/ec/40fd8bf8e4c342534a9fc020289e402ba6bc9d +0 -0
  166. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/ec/d980279432b13f0374b90ca439a6329cdece0f +0 -0
  167. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/ee/cee64eacaff022dcdc509c0c2b1da492f21060 +0 -0
  168. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/f1/e50757fddc28b445545dc7e2759b54cdd0f42e +0 -0
  169. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/f4/b64d3107b39e3ad6f540c6607004ea34e6c024 +0 -0
  170. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/f4/ba7f815b886797b73fede071d86e0c134d2bc7 +0 -0
  171. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/f5/61c3c1bf1c9ea9c9d1f556a7be2869f71f3bdf +0 -0
  172. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/f6/44a8ff56fa035105fc517cbb1ac46c3d8e349a +0 -0
  173. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/f7/c98ba5c2f903e603b1f5e63d49fbc8a43815cc +0 -0
  174. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/f9/045a08e96eb76848fc4d68e3e3e687cca39a2d +0 -0
  175. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/fa/147e6bb78a2e8db241d231295fd7f1ed061af8 +0 -0
  176. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/objects/fc/292e793ecfd42240ac43be407023bd731fa9e7 +0 -0
  177. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/refs/heads/main +0 -0
  178. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/refs/remotes/origin/HEAD +0 -0
  179. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.git/refs/remotes/origin/main +0 -0
  180. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.gitattributes +0 -0
  181. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/.gitignore +0 -0
  182. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/LICENSE +0 -0
  183. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/README.md +0 -0
  184. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/__init__.py +0 -0
  185. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/batman.py +0 -0
  186. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/brain_atlas.py +0 -0
  187. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/chat.py +0 -0
  188. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/correlators.py +0 -0
  189. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/.DS_Store +0 -0
  190. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/db2ls_sql_chtsht.json +0 -0
  191. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/docs_links.json +0 -0
  192. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/email/email_html_template.html +0 -0
  193. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/lang_code_iso639.json +0 -0
  194. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/example/style1.pdf +0 -0
  195. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/example/style2.pdf +0 -0
  196. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/example/style3.pdf +0 -0
  197. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/example/style4.pdf +0 -0
  198. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/example/style5.pdf +0 -0
  199. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/example/style6.pdf +0 -0
  200. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/example/style7.pdf +0 -0
  201. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/example/style8.pdf +0 -0
  202. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/example/style9.pdf +0 -0
  203. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style1.json +0 -0
  204. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style10.json +0 -0
  205. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style11.json +0 -0
  206. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style12.json +0 -0
  207. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style2.json +0 -0
  208. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style3.json +0 -0
  209. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style4.json +0 -0
  210. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style5.json +0 -0
  211. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style6.json +0 -0
  212. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style7.json +0 -0
  213. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style8.json +0 -0
  214. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/data/styles/style9.json +0 -0
  215. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/db2ls.py +0 -0
  216. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/doc.py +0 -0
  217. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/export_requirements.py +0 -0
  218. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/freqanalysis.py +0 -0
  219. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/ich2ls.py +0 -0
  220. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/netfinder.py +0 -0
  221. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/ocr.py +0 -0
  222. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/setuptools-70.1.0-py3-none-any.whl +0 -0
  223. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/sleep_events_detectors.py +0 -0
  224. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/translator.py +0 -0
  225. {py2ls-0.2.1 → py2ls-0.2.3}/py2ls/wb_detector.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: py2ls
3
- Version: 0.2.1
3
+ Version: 0.2.3
4
4
  Summary: py(thon)2(too)ls
5
5
  Author: Jianfeng
6
6
  Author-email: Jianfeng.Liu0413@gmail.com
@@ -0,0 +1,74 @@
1
+ {
2
+ "Functions": [
3
+ "relplot",
4
+ "scatterplot",
5
+ "lineplot",
6
+ "lmplot",
7
+ "catplot",
8
+ "stripplot",
9
+ "boxplot",
10
+ "violinplot",
11
+ "boxenplot",
12
+ "pointplot",
13
+ "barplot",
14
+ "countplot",
15
+ "displot",
16
+ "histplot",
17
+ "kdeplot",
18
+ "ecdfplot",
19
+ "rugplot",
20
+ "regplot",
21
+ "residplot",
22
+ "pairplot",
23
+ "jointplot",
24
+ "plotting_context"
25
+ ],
26
+ "Category": [
27
+ "relational",
28
+ "relational",
29
+ "relational",
30
+ "relational",
31
+ "categorical",
32
+ "categorical",
33
+ "categorical",
34
+ "categorical",
35
+ "categorical",
36
+ "categorical",
37
+ "categorical",
38
+ "categorical",
39
+ "distribution",
40
+ "distribution",
41
+ "distribution",
42
+ "distribution",
43
+ "distribution",
44
+ "regression",
45
+ "regression",
46
+ "grid-based(fig)",
47
+ "grid-based(fig)",
48
+ "context"
49
+ ],
50
+ "Detail": [
51
+ "A figure-level function for creating scatter plots and line plots. It combines the functionality of scatterplot and lineplot.",
52
+ "A function for creating scatter plots, useful for visualizing the relationship between two continuous variables.",
53
+ "A function for drawing line plots, often used to visualize trends over time or ordered categories.",
54
+ "A figure-level function for creating linear model plots, combining regression lines with scatter plots.",
55
+ "A figure-level function for creating categorical plots, which can display various types of plots like box plots, violin plots, and bar plots in one function.",
56
+ "A function for creating a scatter plot where one of the variables is categorical, helping visualize distribution along a categorical axis.",
57
+ "A function for creating box plots, which summarize the distribution of a continuous variable based on a categorical variable.",
58
+ "A function for creating violin plots, which combine box plots and KDEs to visualize the distribution of data.",
59
+ "A function for creating boxen plots, an enhanced version of box plots that better represent data distributions with more quantiles.",
60
+ "A function for creating point plots, which show the mean (or another estimator) of a variable for each level of a categorical variable.",
61
+ "A function for creating bar plots, which represent the mean (or other estimators) of a variable with bars, typically used with categorical data.",
62
+ "A function for creating count plots, which show the counts of observations in each categorical bin.",
63
+ "A figure-level function that creates distribution plots. It can visualize histograms, KDEs, and ECDFs, making it versatile for analyzing the distribution of data.",
64
+ "A function for creating histograms, useful for showing the frequency distribution of a continuous variable.",
65
+ "A function for creating kernel density estimate (KDE) plots, which visualize the probability density function of a continuous variable.",
66
+ "A function for creating empirical cumulative distribution function (ECDF) plots, which show the proportion of observations below a certain value.",
67
+ "A function that adds a rug plot to the axes, representing individual data points along an axis.",
68
+ "A function for creating regression plots, which fit and visualize a regression model on scatter data.",
69
+ "A function for creating residual plots, useful for diagnosing the fit of a regression model.",
70
+ "A figure-level function that creates a grid of scatter plots for each pair of variables in a dataset, often used for exploratory data analysis.",
71
+ "A figure-level function that combines scatter plots and histograms (or KDEs) to visualize the relationship between two variables and their distributions.",
72
+ "Not a plot itself, but a function that allows you to change the context (style and scaling) of your plots to fit different publication requirements or visual preferences."
73
+ ]
74
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "pd.read_pickle": "pd.read_pickle(filepath_or_buffer,compression='infer',storage_options=None)",
3
+ "df.to_pickle": "df.to_pickle(path,*,compression='infer',protocol=5,storage_options=None)",
4
+ "pd.read_table": "pd.read_table(filepath_or_buffer,*,sep=<no_default>,delimiter=None,header='infer',names=<no_default>,index_col=None,usecols=None,dtype=None,engine=None,converters=None,true_values=None,false_values=None,skipinitialspace=False,skiprows=None,skipfooter=0,nrows=None,na_values=None,keep_default_na=True,na_filter=True,verbose=<no_default>,skip_blank_lines=True,parse_dates=False,infer_datetime_format=<no_default>,keep_date_col=<no_default>,date_parser=<no_default>,date_format=None,dayfirst=False,cache_dates=True,iterator=False,chunksize=None,compression='infer',thousands=None,decimal='.',lineterminator=None,quotechar='\"',quoting=0,doublequote=True,escapechar=None,comment=None,encoding=None,encoding_errors='strict',dialect=None,on_bad_lines='error',delim_whitespace=<no_default>,low_memory=True,memory_map=False,float_precision=None,storage_options=None,dtype_backend=<no_default>)",
5
+ "pd.read_csv": "pd.read_csv(filepath_or_buffer,*,sep=<no_default>,delimiter=None,header='infer',names=<no_default>,index_col=None,usecols=None,dtype=None,engine=None,converters=None,true_values=None,false_values=None,skipinitialspace=False,skiprows=None,skipfooter=0,nrows=None,na_values=None,keep_default_na=True,na_filter=True,verbose=<no_default>,skip_blank_lines=True,parse_dates=None,infer_datetime_format=<no_default>,keep_date_col=<no_default>,date_parser=<no_default>,date_format=None,dayfirst=False,cache_dates=True,iterator=False,chunksize=None,compression='infer',thousands=None,decimal='.',lineterminator=None,quotechar='\"',quoting=0,doublequote=True,escapechar=None,comment=None,encoding=None,encoding_errors='strict',dialect=None,on_bad_lines='error',delim_whitespace=<no_default>,low_memory=True,memory_map=False,float_precision=None,storage_options=None,dtype_backend=<no_default>)",
6
+ "df.to_csv": "df.to_csv(path_or_buf=None,*,sep=',',na_rep='',float_format=None,columns=None,header=True,index=True,index_label=None,mode='w',encoding=None,compression='infer',quoting=None,quotechar='\"',lineterminator=None,chunksize=None,date_format=None,doublequote=True,escapechar=None,decimal='.',errors='strict',storage_options=None)",
7
+ "pd.read_fwf": "pd.read_fwf(filepath_or_buffer,*,colspecs='infer',widths=None,infer_nrows=100,dtype_backend=<no_default>,iterator=False,chunksize=None,**kwds)",
8
+ "pd.read_clipboard": "pd.read_clipboard(sep='\\\\s+',dtype_backend=<no_default>,**kwargs)",
9
+ "pd.read_excel": "pd.read_excel(io,sheet_name=0,*,header=0,names=None,index_col=None,usecols=None,dtype=None,engine=None,converters=None,true_values=None,false_values=None,skiprows=None,nrows=None,na_values=None,keep_default_na=True,na_filter=True,verbose=False,parse_dates=False,date_parser=<no_default>,date_format=None,thousands=None,decimal='.',comment=None,skipfooter=0,storage_options=None,dtype_backend=<no_default>,engine_kwargs=None)",
10
+ "df.to_excel": "df.to_excel(excel_writer,*,sheet_name='Sheet1',na_rep='',float_format=None,columns=None,header=True,index=True,index_label=None,startrow=0,startcol=0,engine=None,merge_cells=True,inf_rep='inf',freeze_panes=None,storage_options=None,engine_kwargs=None)",
11
+ "classpandas.ExcelFile": "classpandas.ExcelFile(path_or_buffer,engine=None,storage_options=None,engine_kwargs=None)",
12
+ "propertyExcelFile.book": "propertyExcelFile.book",
13
+ "propertyExcelFile.sheet_names": "propertyExcelFile.sheet_names",
14
+ "ExcelFile.parse": "ExcelFile.parse(sheet_name=0,header=0,names=None,index_col=None,usecols=None,converters=None,true_values=None,false_values=None,skiprows=None,nrows=None,na_values=None,parse_dates=False,date_parser=<no_default>,date_format=None,thousands=None,comment=None,skipfooter=0,dtype_backend=<no_default>,**kwds)",
15
+ "Styler.to_excel": "Styler.to_excel(excel_writer,sheet_name='Sheet1',na_rep='',float_format=None,columns=None,header=True,index=True,index_label=None,startrow=0,startcol=0,engine=None,merge_cells=True,encoding=None,inf_rep='inf',verbose=True,freeze_panes=None,storage_options=None)",
16
+ "classpandas.ExcelWriter": "classpandas.ExcelWriter(path,engine=None,date_format=None,datetime_format=None,mode='w',storage_options=None,if_sheet_exists=None,engine_kwargs=None)",
17
+ "pd.read_json": "pd.read_json(path_or_buf,*,orient=None,typ='frame',dtype=None,convert_axes=None,convert_dates=True,keep_default_dates=True,precise_float=False,date_unit=None,encoding=None,encoding_errors='strict',lines=False,chunksize=None,compression='infer',nrows=None,storage_options=None,dtype_backend=<no_default>,engine='ujson')",
18
+ "pd.json_normalize": "pd.json_normalize(data,record_path=None,meta=None,meta_prefix=None,record_prefix=None,errors='raise',sep='.',max_level=None)",
19
+ "df.to_json": "df.to_json(path_or_buf=None,*,orient=None,date_format=None,double_precision=10,force_ascii=True,date_unit='ms',default_handler=None,lines=False,compression='infer',index=None,indent=None,storage_options=None,mode='w')",
20
+ "pd.io.json.build_table_schema": "pd.io.json.build_table_schema(data,index=True,primary_key=None,version=True)",
21
+ "pd.read_html": "pd.read_html(io,*,match='.+',flavor=None,header=None,index_col=None,skiprows=None,attrs=None,parse_dates=False,thousands=',',encoding=None,decimal='.',converters=None,na_values=None,keep_default_na=True,displayed_only=True,extract_links=None,dtype_backend=<no_default>,storage_options=None)",
22
+ "df.to_html": "df.to_html(buf=None,*,columns=None,col_space=None,header=True,index=True,na_rep='NaN',formatters=None,float_format=None,sparsify=None,index_names=True,justify=None,max_rows=None,max_cols=None,show_dimensions=False,decimal='.',bold_rows=True,classes=None,escape=True,notebook=False,border=None,table_id=None,render_links=False,encoding=None)",
23
+ "Styler.to_html": "Styler.to_html(buf=None,*,table_uuid=None,table_attributes=None,sparse_index=None,sparse_columns=None,bold_headers=False,caption=None,max_rows=None,max_columns=None,encoding=None,doctype_html=False,exclude_styles=False,**kwargs)",
24
+ "pd.read_xml": "pd.read_xml(path_or_buffer,*,xpath='./*',namespaces=None,elems_only=False,attrs_only=False,names=None,dtype=None,converters=None,parse_dates=None,encoding='utf-8',parser='lxml',stylesheet=None,iterparse=None,compression='infer',storage_options=None,dtype_backend=<no_default>)",
25
+ "df.to_xml": "df.to_xml(path_or_buffer=None,*,index=True,root_name='data',row_name='row',na_rep=None,attr_cols=None,elem_cols=None,namespaces=None,prefix=None,encoding='utf-8',xml_declaration=True,pretty_print=True,parser='lxml',stylesheet=None,compression='infer',storage_options=None)",
26
+ "df.to_latex": "df.to_latex(buf=None,*,columns=None,header=True,index=True,na_rep='NaN',formatters=None,float_format=None,sparsify=None,index_names=True,bold_rows=False,column_format=None,longtable=None,escape=None,encoding=None,decimal='.',multicolumn=None,multicolumn_format=None,multirow=None,caption=None,label=None,position=None)",
27
+ "Styler.to_latex": "Styler.to_latex(buf=None,*,column_format=None,position=None,position_float=None,hrules=None,clines=None,label=None,caption=None,sparse_index=None,sparse_columns=None,multirow_align=None,multicol_align=None,siunitx=False,environment=None,encoding=None,convert_css=False)",
28
+ "pd.read_hdf": "pd.read_hdf(path_or_buf,key=None,mode='r',errors='strict',where=None,start=None,stop=None,columns=None,iterator=False,chunksize=None,**kwargs)",
29
+ "HDFStore.put": "HDFStore.put(key,value,format=None,index=True,append=False,complib=None,complevel=None,min_itemsize=None,nan_rep=None,data_columns=None,encoding=None,errors='strict',track_times=True,dropna=False)",
30
+ "HDFStore.append": "HDFStore.append(key,value,format=None,axes=None,index=True,append=True,complib=None,complevel=None,columns=None,min_itemsize=None,nan_rep=None,chunksize=None,expectedrows=None,dropna=None,data_columns=None,encoding=None,errors='strict')",
31
+ "HDFStore.get": "HDFStore.get(key)",
32
+ "HDFStore.select": "HDFStore.select(key,where=None,start=None,stop=None,columns=None,iterator=False,chunksize=None,auto_close=False)",
33
+ "HDFStore.info": "HDFStore.info()",
34
+ "HDFStore.keys": "HDFStore.keys(include='pandas')",
35
+ "HDFStore.groups": "HDFStore.groups()",
36
+ "HDFStore.walk": "HDFStore.walk(where='/')",
37
+ "pd.read_feather": "pd.read_feather(path,columns=None,use_threads=True,storage_options=None,dtype_backend=<no_default>)",
38
+ "df.to_feather": "df.to_feather(path,**kwargs)",
39
+ "pd.read_parquet": "pd.read_parquet(path,engine='auto',columns=None,storage_options=None,use_nullable_dtypes=<no_default>,dtype_backend=<no_default>,filesystem=None,filters=None,**kwargs)",
40
+ "df.to_parquet": "df.to_parquet(path=None,*,engine='auto',compression='snappy',index=None,partition_cols=None,storage_options=None,**kwargs)",
41
+ "pd.read_orc": "pd.read_orc(path,columns=None,dtype_backend=<no_default>,filesystem=None,**kwargs)",
42
+ "df.to_orc": "df.to_orc(path=None,*,engine='pyarrow',index=None,engine_kwargs=None)",
43
+ "pd.read_sas": "pd.read_sas(filepath_or_buffer,*,format=None,index=None,encoding=None,chunksize=None,iterator=False,compression='infer')",
44
+ "pd.read_spss": "pd.read_spss(path,usecols=None,convert_categoricals=True,dtype_backend=<no_default>)",
45
+ "pd.read_sql_table": "pd.read_sql_table(table_name,con,schema=None,index_col=None,coerce_float=True,parse_dates=None,columns=None,chunksize=None,dtype_backend=<no_default>)",
46
+ "pd.read_sql_query": "pd.read_sql_query(sql,con,index_col=None,coerce_float=True,params=None,parse_dates=None,chunksize=None,dtype=None,dtype_backend=<no_default>)",
47
+ "pd.read_sql": "pd.read_sql(sql,con,index_col=None,coerce_float=True,params=None,parse_dates=None,columns=None,chunksize=None,dtype_backend=<no_default>,dtype=None)",
48
+ "df.to_sql": "df.to_sql(name,con,*,schema=None,if_exists='fail',index=True,index_label=None,chunksize=None,dtype=None,method=None)",
49
+ "pd.read_gbq": "pd.read_gbq(query,project_id=None,index_col=None,col_order=None,reauth=False,auth_local_webserver=True,dialect=None,location=None,configuration=None,credentials=None,use_bqstorage_api=None,max_results=None,progress_bar_type=None)",
50
+ "pd.read_stata": "pd.read_stata(filepath_or_buffer,*,convert_dates=True,convert_categoricals=True,index_col=None,convert_missing=False,preserve_dtypes=True,columns=None,order_categoricals=True,chunksize=None,iterator=False,compression='infer',storage_options=None)",
51
+ "df.to_stata": "df.to_stata(path,*,convert_dates=None,write_index=True,byteorder=None,time_stamp=None,data_label=None,variable_labels=None,version=114,convert_strl=None,compression='infer',storage_options=None,value_labels=None)",
52
+ "propertyStataReader.data_label": "propertyStataReader.data_label",
53
+ "StataReader.value_labels": "StataReader.value_labels()",
54
+ "StataReader.variable_labels": "StataReader.variable_labels()",
55
+ "StataWriter.write_file": "StataWriter.write_file()"
56
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "relplot": "seaborn.relplot(data=None,*,x=None,y=None,hue=None,size=None,style=None,units=None,weights=None,row=None,col=None,col_wrap=None,row_order=None,col_order=None,palette=None,hue_order=None,hue_norm=None,sizes=None,size_order=None,size_norm=None,markers=None,dashes=None,style_order=None,legend='auto',kind='scatter',height=5,aspect=1,facet_kws=None,**kwargs)",
3
+ "scatterplot": "seaborn.scatterplot(data=None,*,x=None,y=None,hue=None,size=None,style=None,palette=None,hue_order=None,hue_norm=None,sizes=None,size_order=None,size_norm=None,markers=True,style_order=None,legend='auto',ax=None,**kwargs)",
4
+ "lineplot": "seaborn.lineplot(data=None,*,x=None,y=None,hue=None,size=None,style=None,units=None,weights=None,palette=None,hue_order=None,hue_norm=None,sizes=None,size_order=None,size_norm=None,dashes=True,markers=None,style_order=None,estimator='mean',errorbar=('ci',95),n_boot=1000,seed=None,orient='x',sort=True,err_style='band',err_kws=None,legend='auto',ci='deprecated',ax=None,**kwargs)",
5
+ "displot": "seaborn.displot(data=None,*,x=None,y=None,hue=None,row=None,col=None,weights=None,kind='hist',rug=False,rug_kws=None,log_scale=None,legend=True,palette=None,hue_order=None,hue_norm=None,color=None,col_wrap=None,row_order=None,col_order=None,height=5,aspect=1,facet_kws=None,**kwargs)",
6
+ "histplot": "seaborn.histplot(data=None,*,x=None,y=None,hue=None,weights=None,stat='count',bins='auto',binwidth=None,binrange=None,discrete=None,cumulative=False,common_bins=True,common_norm=True,multiple='layer',element='bars',fill=True,shrink=1,kde=False,kde_kws=None,line_kws=None,thresh=0,pthresh=None,pmax=None,cbar=False,cbar_ax=None,cbar_kws=None,palette=None,hue_order=None,hue_norm=None,color=None,log_scale=None,legend=True,ax=None,**kwargs)",
7
+ "kdeplot": "seaborn.kdeplot(data=None,*,x=None,y=None,hue=None,weights=None,palette=None,hue_order=None,hue_norm=None,color=None,fill=None,multiple='layer',common_norm=True,common_grid=False,cumulative=False,bw_method='scott',bw_adjust=1,warn_singular=True,log_scale=None,levels=10,thresh=0.05,gridsize=200,cut=3,clip=None,legend=True,cbar=False,cbar_ax=None,cbar_kws=None,ax=None,**kwargs)",
8
+ "ecdfplot": "seaborn.ecdfplot(data=None,*,x=None,y=None,hue=None,weights=None,stat='proportion',complementary=False,palette=None,hue_order=None,hue_norm=None,log_scale=None,legend=True,ax=None,**kwargs)",
9
+ "rugplot": "seaborn.rugplot(data=None,*,x=None,y=None,hue=None,height=0.025,expand_margins=True,palette=None,hue_order=None,hue_norm=None,legend=True,ax=None,**kwargs)",
10
+ "distplot": "seaborn.distplot(a=None,bins=None,hist=True,kde=True,rug=False,fit=None,hist_kws=None,kde_kws=None,rug_kws=None,fit_kws=None,color=None,vertical=False,norm_hist=False,axlabel=None,label=None,ax=None,x=None)",
11
+ "catplot": "seaborn.catplot(data=None,*,x=None,y=None,hue=None,row=None,col=None,kind='strip',estimator='mean',errorbar=('ci',95),n_boot=1000,seed=None,units=None,weights=None,order=None,hue_order=None,row_order=None,col_order=None,col_wrap=None,height=5,aspect=1,log_scale=None,native_scale=False,formatter=None,orient=None,color=None,palette=None,hue_norm=None,legend='auto',legend_out=True,sharex=True,sharey=True,margin_titles=False,facet_kws=None,ci=<deprecated>,**kwargs)",
12
+ "stripplot": "seaborn.stripplot(data=None,*,x=None,y=None,hue=None,order=None,hue_order=None,jitter=True,dodge=False,orient=None,color=None,palette=None,size=5,edgecolor=<default>,linewidth=0,hue_norm=None,log_scale=None,native_scale=False,formatter=None,legend='auto',ax=None,**kwargs)",
13
+ "boxplot": "seaborn.boxplot(data=None,*,x=None,y=None,hue=None,order=None,hue_order=None,orient=None,color=None,palette=None,saturation=0.75,fill=True,dodge='auto',width=0.8,gap=0,whis=1.5,linecolor='auto',linewidth=None,fliersize=None,hue_norm=None,native_scale=False,log_scale=None,formatter=None,legend='auto',ax=None,**kwargs)",
14
+ "violinplot": "seaborn.violinplot(data=None,*,x=None,y=None,hue=None,order=None,hue_order=None,orient=None,color=None,palette=None,saturation=0.75,fill=True,inner='box',split=False,width=0.8,dodge='auto',gap=0,linewidth=None,linecolor='auto',cut=2,gridsize=100,bw_method='scott',bw_adjust=1,density_norm='area',common_norm=False,hue_norm=None,formatter=None,log_scale=None,native_scale=False,legend='auto',scale=<deprecated>,scale_hue=<deprecated>,bw=<deprecated>,inner_kws=None,ax=None,**kwargs)",
15
+ "boxenplot": "seaborn.boxenplot(data=None,*,x=None,y=None,hue=None,order=None,hue_order=None,orient=None,color=None,palette=None,saturation=0.75,fill=True,dodge='auto',width=0.8,gap=0,linewidth=None,linecolor=None,width_method='exponential',k_depth='tukey',outlier_prop=0.007,trust_alpha=0.05,showfliers=True,hue_norm=None,log_scale=None,native_scale=False,formatter=None,legend='auto',scale=<deprecated>,box_kws=None,flier_kws=None,line_kws=None,ax=None,**kwargs)",
16
+ "pointplot": "seaborn.pointplot(data=None,*,x=None,y=None,hue=None,order=None,hue_order=None,estimator='mean',errorbar=('ci',95),n_boot=1000,seed=None,units=None,weights=None,color=None,palette=None,hue_norm=None,markers=<default>,linestyles=<default>,dodge=False,log_scale=None,native_scale=False,orient=None,capsize=0,formatter=None,legend='auto',err_kws=None,ci=<deprecated>,errwidth=<deprecated>,join=<deprecated>,scale=<deprecated>,ax=None,**kwargs)",
17
+ "barplot": "seaborn.barplot(data=None,*,x=None,y=None,hue=None,order=None,hue_order=None,estimator='mean',errorbar=('ci',95),n_boot=1000,seed=None,units=None,weights=None,orient=None,color=None,palette=None,saturation=0.75,fill=True,hue_norm=None,width=0.8,dodge='auto',gap=0,log_scale=None,native_scale=False,formatter=None,legend='auto',capsize=0,err_kws=None,ci=<deprecated>,errcolor=<deprecated>,errwidth=<deprecated>,ax=None,**kwargs)",
18
+ "countplot": "seaborn.countplot(data=None,*,x=None,y=None,hue=None,order=None,hue_order=None,orient=None,color=None,palette=None,saturation=0.75,fill=True,hue_norm=None,stat='count',width=0.8,dodge='auto',gap=0,log_scale=None,native_scale=False,formatter=None,legend='auto',ax=None,**kwargs)",
19
+ "lmplot": "seaborn.lmplot(data,*,x=None,y=None,hue=None,col=None,row=None,palette=None,col_wrap=None,height=5,aspect=1,markers='o',sharex=None,sharey=None,hue_order=None,col_order=None,row_order=None,legend=True,legend_out=None,x_estimator=None,x_bins=None,x_ci='ci',scatter=True,fit_reg=True,ci=95,n_boot=1000,units=None,seed=None,order=1,logistic=False,lowess=False,robust=False,logx=False,x_partial=None,y_partial=None,truncate=True,x_jitter=None,y_jitter=None,scatter_kws=None,line_kws=None,facet_kws=None)",
20
+ "regplot": "seaborn.regplot(data=None,*,x=None,y=None,x_estimator=None,x_bins=None,x_ci='ci',scatter=True,fit_reg=True,ci=95,n_boot=1000,units=None,seed=None,order=1,logistic=False,lowess=False,robust=False,logx=False,x_partial=None,y_partial=None,truncate=True,dropna=True,x_jitter=None,y_jitter=None,label=None,color=None,marker='o',scatter_kws=None,line_kws=None,ax=None)",
21
+ "residplot": "seaborn.residplot(data=None,*,x=None,y=None,x_partial=None,y_partial=None,lowess=False,order=1,robust=False,dropna=True,label=None,color=None,scatter_kws=None,line_kws=None,ax=None)",
22
+ "pairplot": "seaborn.pairplot(data,*,hue=None,hue_order=None,palette=None,vars=None,x_vars=None,y_vars=None,kind='scatter',diag_kind='auto',markers=None,height=2.5,aspect=1,corner=False,dropna=False,plot_kws=None,diag_kws=None,grid_kws=None,size=None)",
23
+ "jointplot": "seaborn.jointplot(data=None,*,x=None,y=None,hue=None,kind='scatter',height=6,ratio=5,space=0.2,dropna=False,xlim=None,ylim=None,color=None,palette=None,hue_order=None,hue_norm=None,marginal_ticks=False,joint_kws=None,marginal_kws=None,**kwargs)",
24
+ "plotting_context": "seaborn.plotting_context(context=None,font_scale=1,rc=None)"
25
+ }