noshot 0.3.9__tar.gz → 0.4.1__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 (74) hide show
  1. {noshot-0.3.9 → noshot-0.4.1}/LICENSE.txt +20 -20
  2. {noshot-0.3.9 → noshot-0.4.1}/PKG-INFO +58 -55
  3. {noshot-0.3.9 → noshot-0.4.1}/README.md +29 -29
  4. {noshot-0.3.9 → noshot-0.4.1}/noshot.egg-info/PKG-INFO +58 -55
  5. noshot-0.4.1/noshot.egg-info/SOURCES.txt +18 -0
  6. {noshot-0.3.9 → noshot-0.4.1}/noshot.egg-info/not-zip-safe +1 -1
  7. {noshot-0.3.9 → noshot-0.4.1}/setup.cfg +4 -4
  8. {noshot-0.3.9 → noshot-0.4.1}/setup.py +34 -32
  9. noshot-0.4.1/src/noshot/data/ML TS XAI/TS/10. Seasonal ARIMA Forecasting.ipynb +928 -0
  10. noshot-0.4.1/src/noshot/data/ML TS XAI/TS/11. Multivariate ARIMA Forecasting.ipynb +1270 -0
  11. noshot-0.4.1/src/noshot/data/ML TS XAI/TS/6. ACF PACF.ipynb +175 -0
  12. noshot-0.4.1/src/noshot/data/ML TS XAI/TS/7. Differencing.ipynb +303 -0
  13. noshot-0.4.1/src/noshot/data/ML TS XAI/TS/8. ARMA Forecasting.ipynb +746 -0
  14. noshot-0.4.1/src/noshot/data/ML TS XAI/TS/9. ARIMA Forecasting.ipynb +579 -0
  15. {noshot-0.3.9 → noshot-0.4.1}/src/noshot/main.py +18 -18
  16. {noshot-0.3.9 → noshot-0.4.1}/src/noshot/utils/__init__.py +2 -2
  17. {noshot-0.3.9 → noshot-0.4.1}/src/noshot/utils/shell_utils.py +56 -56
  18. noshot-0.3.9/noshot.egg-info/SOURCES.txt +0 -65
  19. noshot-0.3.9/src/noshot/data/ML TS XAI/ML/1. PCA - EDA.ipynb +0 -207
  20. noshot-0.3.9/src/noshot/data/ML TS XAI/ML/2. KNN Classifier.ipynb +0 -287
  21. noshot-0.3.9/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis.ipynb +0 -83
  22. noshot-0.3.9/src/noshot/data/ML TS XAI/ML/4. Linear Regression.ipynb +0 -117
  23. noshot-0.3.9/src/noshot/data/ML TS XAI/ML/5. Logistic Regression.ipynb +0 -151
  24. noshot-0.3.9/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier.ipynb +0 -89
  25. noshot-0.3.9/src/noshot/data/ML TS XAI/ML/data/balance-scale.csv +0 -626
  26. noshot-0.3.9/src/noshot/data/ML TS XAI/ML/data/balance-scale.txt +0 -625
  27. noshot-0.3.9/src/noshot/data/ML TS XAI/ML/data/machine-data.csv +0 -210
  28. noshot-0.3.9/src/noshot/data/ML TS XAI/ML/data/wine-dataset.csv +0 -179
  29. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Additional/Bank.ipynb +0 -74
  30. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Additional/LR.ipynb +0 -69
  31. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Additional/ObesityDataSet_raw_and_data_sinthetic.csv +0 -2112
  32. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Additional/Q4 LR.csv +0 -206
  33. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Additional/Q7 BANK DETAILS.csv +0 -41189
  34. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Additional/airfoil.ipynb +0 -69
  35. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Additional/airfoil_self_noise.dat +0 -1503
  36. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Additional/obesity.ipynb +0 -78
  37. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Additional/voronoicode.ipynb +0 -81
  38. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/1/1.ipynb +0 -133
  39. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/1/Question.txt +0 -12
  40. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/1/airfoil_self_noise.dat +0 -1503
  41. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/2/2.ipynb +0 -139
  42. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/2/Question.txt +0 -12
  43. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/2/pop_failures.dat +0 -143
  44. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/3/3.ipynb +0 -130
  45. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/3/Qu.txt +0 -1
  46. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/3/go_track_tracks.csv +0 -164
  47. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/4/4.ipynb +0 -141
  48. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/4/Wilt.csv +0 -4340
  49. noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA/4/qu.txt +0 -1
  50. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data.ipynb +0 -247
  51. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/2. Feature Engineering.ipynb +0 -183
  52. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/3. Temporal Relationships.ipynb +0 -172
  53. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interpolation.ipynb +0 -146
  54. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality.ipynb +0 -173
  55. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation.ipynb +0 -77
  56. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/AllinOne.ipynb +0 -1416
  57. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/data/daily-min-temperatures.csv +0 -3651
  58. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/data/daily-total-female-births.csv +0 -366
  59. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/data/raw_sales.csv +0 -29581
  60. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/data/shampoo_sales.csv +0 -37
  61. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/1 - AirPassengers/1 - AirPassengers.ipynb +0 -198
  62. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/1 - AirPassengers/AirPassengers.csv +0 -145
  63. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/2 - Daily-total-female-births/2 - daily-total-female-births.ipynb +0 -209
  64. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/2 - Daily-total-female-births/daily-total-female-births.csv +0 -366
  65. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/3 - Bill Charge/3 - Bill Charge.ipynb +0 -169
  66. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/3 - Bill Charge/bill charge.csv +0 -21
  67. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/4 - Daily min temperatures/4 - daily-min-temperatures.ipynb +0 -181
  68. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/4 - Daily min temperatures/daily-min-temperatures.csv +0 -3651
  69. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/5 - shampoo sales/5 - Shampoo sales.ipynb +0 -213
  70. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/5 - shampoo sales/shampoo_sales.csv +0 -37
  71. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/Questions TMS 27 Feb 25.pdf +0 -0
  72. {noshot-0.3.9 → noshot-0.4.1}/noshot.egg-info/dependency_links.txt +0 -0
  73. {noshot-0.3.9 → noshot-0.4.1}/noshot.egg-info/top_level.txt +0 -0
  74. {noshot-0.3.9 → noshot-0.4.1}/src/noshot/__init__.py +0 -0
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 The author
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1
+ MIT License
2
+
3
+ Copyright (c) 2025 The author
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
  THE SOFTWARE.
@@ -1,55 +1,58 @@
1
- Metadata-Version: 2.2
2
- Name: noshot
3
- Version: 0.3.9
4
- Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
5
- Author: Tim Stan S
6
- License: MIT
7
- Classifier: Programming Language :: Python :: 3
8
- Classifier: Programming Language :: Python :: 3.7
9
- Classifier: Programming Language :: Python :: 3.8
10
- Classifier: Programming Language :: Python :: 3.9
11
- Classifier: Programming Language :: Python :: 3.10
12
- Classifier: Programming Language :: Python :: 3.11
13
- Classifier: License :: OSI Approved :: MIT License
14
- Classifier: Operating System :: OS Independent
15
- Requires-Python: >=3.7
16
- Description-Content-Type: text/markdown
17
- License-File: LICENSE.txt
18
- Dynamic: author
19
- Dynamic: classifier
20
- Dynamic: description
21
- Dynamic: description-content-type
22
- Dynamic: license
23
- Dynamic: requires-python
24
- Dynamic: summary
25
-
26
- <h1 align="center">No Shot</h1>
27
-
28
- <p align="center">
29
- <img src="https://i.ibb.co/XkjpGzzL/noshot.jpg" alt="No Shot Image" width="400">
30
- </p>
31
-
32
- ![Static Badge](https://img.shields.io/badge/OneShotCoding-NoShot-blue?logoColor=yell)
33
- [![PyPI - Version](https://img.shields.io/pypi/v/noshot)](https://pypi.org/project/noshot)
34
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
35
- [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pepy.tech/projects/noshot)
36
- ![Python Versions](https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow)
37
- ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/test.yml)
38
-
39
- <p align="center">
40
- A powerful support library that enhances the capabilities of NumPy, Pandas, and Matplotlib by providing additional algorithms, visualizations, and utilities.
41
- </p>
42
-
43
- ## 🚀 **Overview**
44
- `NoShot` is a utility library that acts as a **support dependency** for larger modules like **NumPy, Pandas, and Matplotlib**. It enhances their functionality by introducing:
45
- - 📊 **Custom visualizations** built on top of Matplotlib.
46
- - 📈 **Optimized algorithms** for data processing.
47
- - **Additional utilities** for working with structured data.
48
-
49
- > [!NOTE]
50
- > This package is **not a replacement** for NumPy or Pandas but extends their features to simplify complex operations.
51
-
52
- ## 📦 **Installation**
53
- Install latest version via `pip`:
54
- ```sh
55
- pip install noshot
1
+ Metadata-Version: 2.4
2
+ Name: noshot
3
+ Version: 0.4.1
4
+ Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
5
+ Author: Tim Stan S
6
+ License: MIT
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: Programming Language :: Python :: 3.7
9
+ Classifier: Programming Language :: Python :: 3.8
10
+ Classifier: Programming Language :: Python :: 3.9
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Operating System :: OS Independent
17
+ Requires-Python: >=3.7
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE.txt
20
+ Dynamic: author
21
+ Dynamic: classifier
22
+ Dynamic: description
23
+ Dynamic: description-content-type
24
+ Dynamic: license
25
+ Dynamic: license-file
26
+ Dynamic: requires-python
27
+ Dynamic: summary
28
+
29
+ <h1 align="center">No Shot</h1>
30
+
31
+ <p align="center">
32
+ <img src="https://i.ibb.co/XkjpGzzL/noshot.jpg" alt="No Shot Image" width="400">
33
+ </p>
34
+
35
+ ![Static Badge](https://img.shields.io/badge/OneShotCoding-NoShot-blue?logoColor=yell)
36
+ [![PyPI - Version](https://img.shields.io/pypi/v/noshot)](https://pypi.org/project/noshot)
37
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
38
+ [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pepy.tech/projects/noshot)
39
+ ![Python Versions](https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow)
40
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/test.yml)
41
+
42
+ <p align="center">
43
+ A powerful support library that enhances the capabilities of NumPy, Pandas, and Matplotlib by providing additional algorithms, visualizations, and utilities.
44
+ </p>
45
+
46
+ ## 🚀 **Overview**
47
+ `NoShot` is a utility library that acts as a **support dependency** for larger modules like **NumPy, Pandas, and Matplotlib**. It enhances their functionality by introducing:
48
+ - 📊 **Custom visualizations** built on top of Matplotlib.
49
+ - 📈 **Optimized algorithms** for data processing.
50
+ - **Additional utilities** for working with structured data.
51
+
52
+ > [!NOTE]
53
+ > This package is **not a replacement** for NumPy or Pandas but extends their features to simplify complex operations.
54
+
55
+ ## 📦 **Installation**
56
+ Install latest version via `pip`:
57
+ ```sh
58
+ pip install noshot
@@ -1,30 +1,30 @@
1
- <h1 align="center">No Shot</h1>
2
-
3
- <p align="center">
4
- <img src="https://i.ibb.co/XkjpGzzL/noshot.jpg" alt="No Shot Image" width="400">
5
- </p>
6
-
7
- ![Static Badge](https://img.shields.io/badge/OneShotCoding-NoShot-blue?logoColor=yell)
8
- [![PyPI - Version](https://img.shields.io/pypi/v/noshot)](https://pypi.org/project/noshot)
9
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
10
- [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pepy.tech/projects/noshot)
11
- ![Python Versions](https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow)
12
- ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/test.yml)
13
-
14
- <p align="center">
15
- A powerful support library that enhances the capabilities of NumPy, Pandas, and Matplotlib by providing additional algorithms, visualizations, and utilities.
16
- </p>
17
-
18
- ## 🚀 **Overview**
19
- `NoShot` is a utility library that acts as a **support dependency** for larger modules like **NumPy, Pandas, and Matplotlib**. It enhances their functionality by introducing:
20
- - 📊 **Custom visualizations** built on top of Matplotlib.
21
- - 📈 **Optimized algorithms** for data processing.
22
- - ⚡ **Additional utilities** for working with structured data.
23
-
24
- > [!NOTE]
25
- > This package is **not a replacement** for NumPy or Pandas but extends their features to simplify complex operations.
26
-
27
- ## 📦 **Installation**
28
- Install latest version via `pip`:
29
- ```sh
1
+ <h1 align="center">No Shot</h1>
2
+
3
+ <p align="center">
4
+ <img src="https://i.ibb.co/XkjpGzzL/noshot.jpg" alt="No Shot Image" width="400">
5
+ </p>
6
+
7
+ ![Static Badge](https://img.shields.io/badge/OneShotCoding-NoShot-blue?logoColor=yell)
8
+ [![PyPI - Version](https://img.shields.io/pypi/v/noshot)](https://pypi.org/project/noshot)
9
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
10
+ [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pepy.tech/projects/noshot)
11
+ ![Python Versions](https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow)
12
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/test.yml)
13
+
14
+ <p align="center">
15
+ A powerful support library that enhances the capabilities of NumPy, Pandas, and Matplotlib by providing additional algorithms, visualizations, and utilities.
16
+ </p>
17
+
18
+ ## 🚀 **Overview**
19
+ `NoShot` is a utility library that acts as a **support dependency** for larger modules like **NumPy, Pandas, and Matplotlib**. It enhances their functionality by introducing:
20
+ - 📊 **Custom visualizations** built on top of Matplotlib.
21
+ - 📈 **Optimized algorithms** for data processing.
22
+ - ⚡ **Additional utilities** for working with structured data.
23
+
24
+ > [!NOTE]
25
+ > This package is **not a replacement** for NumPy or Pandas but extends their features to simplify complex operations.
26
+
27
+ ## 📦 **Installation**
28
+ Install latest version via `pip`:
29
+ ```sh
30
30
  pip install noshot
@@ -1,55 +1,58 @@
1
- Metadata-Version: 2.2
2
- Name: noshot
3
- Version: 0.3.9
4
- Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
5
- Author: Tim Stan S
6
- License: MIT
7
- Classifier: Programming Language :: Python :: 3
8
- Classifier: Programming Language :: Python :: 3.7
9
- Classifier: Programming Language :: Python :: 3.8
10
- Classifier: Programming Language :: Python :: 3.9
11
- Classifier: Programming Language :: Python :: 3.10
12
- Classifier: Programming Language :: Python :: 3.11
13
- Classifier: License :: OSI Approved :: MIT License
14
- Classifier: Operating System :: OS Independent
15
- Requires-Python: >=3.7
16
- Description-Content-Type: text/markdown
17
- License-File: LICENSE.txt
18
- Dynamic: author
19
- Dynamic: classifier
20
- Dynamic: description
21
- Dynamic: description-content-type
22
- Dynamic: license
23
- Dynamic: requires-python
24
- Dynamic: summary
25
-
26
- <h1 align="center">No Shot</h1>
27
-
28
- <p align="center">
29
- <img src="https://i.ibb.co/XkjpGzzL/noshot.jpg" alt="No Shot Image" width="400">
30
- </p>
31
-
32
- ![Static Badge](https://img.shields.io/badge/OneShotCoding-NoShot-blue?logoColor=yell)
33
- [![PyPI - Version](https://img.shields.io/pypi/v/noshot)](https://pypi.org/project/noshot)
34
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
35
- [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pepy.tech/projects/noshot)
36
- ![Python Versions](https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow)
37
- ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/test.yml)
38
-
39
- <p align="center">
40
- A powerful support library that enhances the capabilities of NumPy, Pandas, and Matplotlib by providing additional algorithms, visualizations, and utilities.
41
- </p>
42
-
43
- ## 🚀 **Overview**
44
- `NoShot` is a utility library that acts as a **support dependency** for larger modules like **NumPy, Pandas, and Matplotlib**. It enhances their functionality by introducing:
45
- - 📊 **Custom visualizations** built on top of Matplotlib.
46
- - 📈 **Optimized algorithms** for data processing.
47
- - **Additional utilities** for working with structured data.
48
-
49
- > [!NOTE]
50
- > This package is **not a replacement** for NumPy or Pandas but extends their features to simplify complex operations.
51
-
52
- ## 📦 **Installation**
53
- Install latest version via `pip`:
54
- ```sh
55
- pip install noshot
1
+ Metadata-Version: 2.4
2
+ Name: noshot
3
+ Version: 0.4.1
4
+ Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
5
+ Author: Tim Stan S
6
+ License: MIT
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: Programming Language :: Python :: 3.7
9
+ Classifier: Programming Language :: Python :: 3.8
10
+ Classifier: Programming Language :: Python :: 3.9
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: License :: OSI Approved :: MIT License
16
+ Classifier: Operating System :: OS Independent
17
+ Requires-Python: >=3.7
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE.txt
20
+ Dynamic: author
21
+ Dynamic: classifier
22
+ Dynamic: description
23
+ Dynamic: description-content-type
24
+ Dynamic: license
25
+ Dynamic: license-file
26
+ Dynamic: requires-python
27
+ Dynamic: summary
28
+
29
+ <h1 align="center">No Shot</h1>
30
+
31
+ <p align="center">
32
+ <img src="https://i.ibb.co/XkjpGzzL/noshot.jpg" alt="No Shot Image" width="400">
33
+ </p>
34
+
35
+ ![Static Badge](https://img.shields.io/badge/OneShotCoding-NoShot-blue?logoColor=yell)
36
+ [![PyPI - Version](https://img.shields.io/pypi/v/noshot)](https://pypi.org/project/noshot)
37
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
38
+ [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pepy.tech/projects/noshot)
39
+ ![Python Versions](https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow)
40
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/test.yml)
41
+
42
+ <p align="center">
43
+ A powerful support library that enhances the capabilities of NumPy, Pandas, and Matplotlib by providing additional algorithms, visualizations, and utilities.
44
+ </p>
45
+
46
+ ## 🚀 **Overview**
47
+ `NoShot` is a utility library that acts as a **support dependency** for larger modules like **NumPy, Pandas, and Matplotlib**. It enhances their functionality by introducing:
48
+ - 📊 **Custom visualizations** built on top of Matplotlib.
49
+ - 📈 **Optimized algorithms** for data processing.
50
+ - **Additional utilities** for working with structured data.
51
+
52
+ > [!NOTE]
53
+ > This package is **not a replacement** for NumPy or Pandas but extends their features to simplify complex operations.
54
+
55
+ ## 📦 **Installation**
56
+ Install latest version via `pip`:
57
+ ```sh
58
+ pip install noshot
@@ -0,0 +1,18 @@
1
+ LICENSE.txt
2
+ README.md
3
+ setup.py
4
+ noshot.egg-info/PKG-INFO
5
+ noshot.egg-info/SOURCES.txt
6
+ noshot.egg-info/dependency_links.txt
7
+ noshot.egg-info/not-zip-safe
8
+ noshot.egg-info/top_level.txt
9
+ src/noshot/__init__.py
10
+ src/noshot/main.py
11
+ src/noshot/data/ML TS XAI/TS/10. Seasonal ARIMA Forecasting.ipynb
12
+ src/noshot/data/ML TS XAI/TS/11. Multivariate ARIMA Forecasting.ipynb
13
+ src/noshot/data/ML TS XAI/TS/6. ACF PACF.ipynb
14
+ src/noshot/data/ML TS XAI/TS/7. Differencing.ipynb
15
+ src/noshot/data/ML TS XAI/TS/8. ARMA Forecasting.ipynb
16
+ src/noshot/data/ML TS XAI/TS/9. ARIMA Forecasting.ipynb
17
+ src/noshot/utils/__init__.py
18
+ src/noshot/utils/shell_utils.py
@@ -1,4 +1,4 @@
1
- [egg_info]
2
- tag_build =
3
- tag_date = 0
4
-
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -1,32 +1,34 @@
1
- from setuptools import setup, find_packages, find_namespace_packages
2
-
3
- with open("README.md", "r", encoding="utf-8") as f:
4
- long_description = f.read()
5
-
6
- setup(
7
- name="noshot",
8
- version="0.3.9",
9
- author="Tim Stan S",
10
- description="Support library for Artificial Intelligence, Machine Learning and Data Science tools",
11
- long_description=long_description,
12
- long_description_content_type="text/markdown",
13
- license="MIT",
14
- license_files=("LICENSE.txt",),
15
- package_dir={"noshot": "src/noshot"},
16
- package_data = {'noshot':['data/**']},
17
- include_package_data=True,
18
- packages=find_namespace_packages(where='src'),
19
- install_requires=[],
20
- classifiers=[
21
- "Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.7",
23
- "Programming Language :: Python :: 3.8",
24
- "Programming Language :: Python :: 3.9",
25
- "Programming Language :: Python :: 3.10",
26
- "Programming Language :: Python :: 3.11",
27
- "License :: OSI Approved :: MIT License",
28
- "Operating System :: OS Independent",
29
- ],
30
- python_requires=">=3.7",
31
- zip_safe=False,
32
- )
1
+ from setuptools import setup, find_packages, find_namespace_packages
2
+
3
+ with open("README.md", "r", encoding="utf-8") as f:
4
+ long_description = f.read()
5
+
6
+ setup(
7
+ name="noshot",
8
+ version="0.4.1",
9
+ author="Tim Stan S",
10
+ description="Support library for Artificial Intelligence, Machine Learning and Data Science tools",
11
+ long_description=long_description,
12
+ long_description_content_type="text/markdown",
13
+ license="MIT",
14
+ license_files=("LICENSE.txt",),
15
+ package_dir={"noshot": "src/noshot"},
16
+ package_data = {'noshot':['data/**']},
17
+ include_package_data=True,
18
+ packages=find_namespace_packages(where='src'),
19
+ install_requires=[],
20
+ classifiers=[
21
+ "Programming Language :: Python :: 3",
22
+ "Programming Language :: Python :: 3.7",
23
+ "Programming Language :: Python :: 3.8",
24
+ "Programming Language :: Python :: 3.9",
25
+ "Programming Language :: Python :: 3.10",
26
+ "Programming Language :: Python :: 3.11",
27
+ "Programming Language :: Python :: 3.12",
28
+ "Programming Language :: Python :: 3.13",
29
+ "License :: OSI Approved :: MIT License",
30
+ "Operating System :: OS Independent",
31
+ ],
32
+ python_requires=">=3.7",
33
+ zip_safe=False,
34
+ )