sklip 0.3.0__tar.gz → 0.4.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.
- {sklip-0.3.0 → sklip-0.4.0}/PKG-INFO +1 -1
- {sklip-0.3.0 → sklip-0.4.0}/pyproject.toml +1 -1
- sklip-0.4.0/sklip/__init__.py +5 -0
- {sklip-0.3.0 → sklip-0.4.0}/sklip/core.py +1 -1
- {sklip-0.3.0 → sklip-0.4.0}/sklip.egg-info/PKG-INFO +1 -1
- sklip-0.3.0/sklip/__init__.py +0 -5
- {sklip-0.3.0 → sklip-0.4.0}/setup.cfg +0 -0
- {sklip-0.3.0 → sklip-0.4.0}/sklip.egg-info/SOURCES.txt +0 -0
- {sklip-0.3.0 → sklip-0.4.0}/sklip.egg-info/dependency_links.txt +0 -0
- {sklip-0.3.0 → sklip-0.4.0}/sklip.egg-info/requires.txt +0 -0
- {sklip-0.3.0 → sklip-0.4.0}/sklip.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import pyperclip
|
|
2
2
|
|
|
3
3
|
SNIPPETS = {
|
|
4
|
-
1: "import
|
|
4
|
+
1: "import 4333432numpy as np \n import pandas as pd \n import folium \n import seaborn as sns \n import matplotlib.pyplot as plt",
|
|
5
5
|
2: "import pandas as pd",
|
|
6
6
|
3: "import matplotlib.pyplot as plt",
|
|
7
7
|
4: "from sklearn.cluster import KMeans",
|
sklip-0.3.0/sklip/__init__.py
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|