audioarxiv 0.1.1rc56.post1__py3-none-any.whl → 0.1.2rc59.post1__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.
audioarxiv/__init__.py CHANGED
@@ -24,7 +24,7 @@ from pandas import DataFrame
24
24
 
25
25
  from . import audio, preprocess, resources
26
26
 
27
- __version__ = "0.1.1-rc56-post1"
27
+ __version__ = "0.1.2-rc59-post1"
28
28
 
29
29
 
30
30
  def get_version_information() -> str:
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: audioarxiv
3
- Version: 0.1.1rc56.post1
3
+ Version: 0.1.2rc59.post1
4
4
  Summary: Turn arXiv papers into audio. audioarxiv lets you fetch the research papers from arXiv and read them aloud.
5
5
  Author-email: "Isaac C. F. Wong" <isaac.cf.wong@gmail.com>
6
6
  Requires-Python: >=3.9
7
7
  Description-Content-Type: text/markdown
8
8
  Classifier: Development Status :: 3 - Alpha
9
- Classifier: Intended Audience :: Developers
9
+ Classifier: Intended Audience :: Science/Research
10
10
  Classifier: License :: OSI Approved :: MIT License
11
11
  Classifier: Programming Language :: Python :: 3 :: Only
12
12
  Classifier: Programming Language :: Python :: 3.9
@@ -1,4 +1,4 @@
1
- audioarxiv/__init__.py,sha256=NitAtYpjQ2X_VB-5hX7qDpyw4VCLfpV1qMCPdTJpbu0,5807
1
+ audioarxiv/__init__.py,sha256=_T3zERSjZlUDMJg_KKM5v6yK12xQNBzJxwj_j36p5k0,5807
2
2
  audioarxiv/audio/__init__.py,sha256=UZx3AkhC8NZFXwQbW_sU4sQ1uGeEIRXCPDghXvZy8rY,214
3
3
  audioarxiv/audio/base.py,sha256=tQOby6-12r5lInbAQChMxsQNSQT7_od4_tZ7G8hsDKE,5984
4
4
  audioarxiv/preprocess/__init__.py,sha256=NUCDDLpSwpWTBaPNdLWUVK2FhtwMPsFvXczTE21_UvU,338
@@ -8,8 +8,8 @@ audioarxiv/resources/__init__.py,sha256=KCZm9Hq0O9oCCtfpyKVDGo_qX-PU2qS8aJe1Ngvm
8
8
  audioarxiv/resources/paper.py,sha256=s9XT3xuzntR_0_Np29F66muou0q409jocD4sU2dtgDM,7161
9
9
  audioarxiv/tools/__init__.py,sha256=7X5vtxzvCY9URWo0p3zvM11J6whGFeDPF7XU0dt1Qcw,28
10
10
  audioarxiv/tools/main.py,sha256=sAh7izIdGmfQZiI3tBKn-zLMhQgAQvLGu4OmYnYLsAc,6884
11
- audioarxiv-0.1.1rc56.post1.dist-info/entry_points.txt,sha256=d_K6uTNuC8-f9XUQ_enFBgssiK2lVV57EHCEloriVY4,57
12
- audioarxiv-0.1.1rc56.post1.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
13
- audioarxiv-0.1.1rc56.post1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
14
- audioarxiv-0.1.1rc56.post1.dist-info/METADATA,sha256=UvpJ-tny5iNHwmYtLYcYbYw78rYIVwTUZ6NN-LWpvQ0,4873
15
- audioarxiv-0.1.1rc56.post1.dist-info/RECORD,,
11
+ audioarxiv-0.1.2rc59.post1.dist-info/entry_points.txt,sha256=d_K6uTNuC8-f9XUQ_enFBgssiK2lVV57EHCEloriVY4,57
12
+ audioarxiv-0.1.2rc59.post1.dist-info/licenses/LICENSE,sha256=EaCbwfO894O6p0QwcO_sgtKCIEWxfBS0fhybH9sURk8,1140
13
+ audioarxiv-0.1.2rc59.post1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
14
+ audioarxiv-0.1.2rc59.post1.dist-info/METADATA,sha256=FCWaM-E1i3ERUbZCpxc5n2tRFqr8QmVDn2thJkRAhTk,4879
15
+ audioarxiv-0.1.2rc59.post1.dist-info/RECORD,,
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) Microsoft Corporation.
3
+ Copyright (c) 2025 Isaac C. F. Wong
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal