modusa 0.3__py3-none-any.whl → 0.3.2__py3-none-any.whl

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.
@@ -1,16 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: modusa
3
- Version: 0.3
3
+ Version: 0.3.2
4
4
  Summary: A modular signal analysis python library.
5
5
  Author-Email: Ankit Anand <ankit0.anand0@gmail.com>
6
6
  License: MIT
7
- Requires-Python: >=3.12
7
+ Requires-Python: >=3.10
8
8
  Requires-Dist: numpy>=2.2.6
9
9
  Requires-Dist: matplotlib>=3.10.3
10
10
  Requires-Dist: yt-dlp>=2025.6.30
11
11
  Requires-Dist: librosa==0.11.0
12
12
  Requires-Dist: IPython>=8.0.0
13
- Requires-Dist: pyloudnorm>=0.1.1
14
13
  Description-Content-Type: text/markdown
15
14
 
16
15
  # modusa
@@ -23,7 +22,7 @@ Description-Content-Type: text/markdown
23
22
 
24
23
  > modusa is under active development. You can install the latest version via:
25
24
 
26
- ```bash
25
+ ```
27
26
  pip install modusa
28
27
  ```
29
28
 
@@ -31,7 +30,7 @@ pip install modusa
31
30
 
32
31
  ## Tests
33
32
 
34
- ```bash
33
+ ```
35
34
  pytest tests/
36
35
  ```
37
36
 
@@ -44,6 +43,23 @@ If you like the direction, consider ⭐ starring the repo and opening issues or
44
43
 
45
44
  ---
46
45
 
46
+ ## Few useful command
47
+
48
+ To push doc changes
49
+ ```
50
+ ghp-import -n -p -f docs/build/html
51
+ ```
52
+
53
+ To create a dist
54
+ ```
55
+ pdm build
56
+ ```
57
+
58
+ To upload on pypi
59
+ ```
60
+ twine upload dist/*
61
+ ```
62
+
47
63
  ## About
48
64
 
49
65
  **modusa** is developed and maintained by [meluron](https://www.github.com/meluron),
@@ -1,7 +1,7 @@
1
- modusa-0.3.dist-info/METADATA,sha256=4haDvOLjhY_sygHcMExMqMNXEVsUkNHfgoHpXWaX1PU,1236
2
- modusa-0.3.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
- modusa-0.3.dist-info/entry_points.txt,sha256=fmKpleVXj6CdaBVL14WoEy6xx7JQCs85jvzwTi3lePM,73
4
- modusa-0.3.dist-info/licenses/LICENSE.md,sha256=JTaXAjx5awk76VArKCx5dUW8vmLEWsL_ZlR7-umaHbA,1078
1
+ modusa-0.3.2.dist-info/METADATA,sha256=E_a1REjFPtQWtIB8_WcprWyALGBn26hPVUdFRoaaLyY,1368
2
+ modusa-0.3.2.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
+ modusa-0.3.2.dist-info/entry_points.txt,sha256=fmKpleVXj6CdaBVL14WoEy6xx7JQCs85jvzwTi3lePM,73
4
+ modusa-0.3.2.dist-info/licenses/LICENSE.md,sha256=JTaXAjx5awk76VArKCx5dUW8vmLEWsL_ZlR7-umaHbA,1078
5
5
  modusa/.DS_Store,sha256=_gm6qJREwfMi8dE7n5S89_RG46u5t3xHyD-smNhtNoM,6148
6
6
  modusa/__init__.py,sha256=AALG_17vibpDZbo0MymvGoQroaLp3uVm_onZaESONQA,257
7
7
  modusa/config.py,sha256=bTqK4t00FZqERVITrxW_q284aDDJAa9aMSfFknfR-oU,280
@@ -57,4 +57,4 @@ modusa/utils/excp.py,sha256=L9vhaGjKpv9viJYdmC9n5ndmk2GVbUBuFyZyhAQZmWY,906
57
57
  modusa/utils/logger.py,sha256=K0rsnObeNKCxlNeSnVnJeRhgfmob6riB2uyU7h3dDmA,571
58
58
  modusa/utils/np_func_cat.py,sha256=TyIFgRc6bARRMDnZxlVURO5Z0I-GWhxRONYyIv-Vwxs,1007
59
59
  modusa/utils/plot.py,sha256=s_vNdxvKfwxEngvJPgrF1PcmxZNnNaaXPViHWjyjJ-c,5335
60
- modusa-0.3.dist-info/RECORD,,
60
+ modusa-0.3.2.dist-info/RECORD,,
File without changes