juneja-codebase 2.0.0__tar.gz → 2.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.
Files changed (53) hide show
  1. juneja_codebase-2.4.0/LICENSE +0 -0
  2. juneja_codebase-2.4.0/MANIFEST.in +0 -0
  3. juneja_codebase-2.4.0/PKG-INFO +18 -0
  4. juneja_codebase-2.4.0/README.md +0 -0
  5. juneja_codebase-2.4.0/juneja_codebase/__init__.py +6 -0
  6. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/main.py +10 -10
  7. juneja_codebase-2.4.0/juneja_codebase.egg-info/PKG-INFO +18 -0
  8. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/setup.cfg +1 -1
  9. juneja_codebase-2.4.0/setup.py +30 -0
  10. juneja_codebase-2.0.0/LICENSE +0 -21
  11. juneja_codebase-2.0.0/MANIFEST.in +0 -3
  12. juneja_codebase-2.0.0/PKG-INFO +0 -75
  13. juneja_codebase-2.0.0/README.md +0 -57
  14. juneja_codebase-2.0.0/juneja_codebase/__init__.py +0 -6
  15. juneja_codebase-2.0.0/juneja_codebase.egg-info/PKG-INFO +0 -75
  16. juneja_codebase-2.0.0/setup.py +0 -29
  17. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical10_CD.l +0 -0
  18. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical10_CD.y +0 -0
  19. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical11_CD.l +0 -0
  20. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical11_CD.y +0 -0
  21. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical12_CD.l +0 -0
  22. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical12_CD.y +0 -0
  23. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical13_CD.l +0 -0
  24. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical13_CD.y +0 -0
  25. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical1_CD.l +0 -0
  26. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical2_CD.l +0 -0
  27. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical3_CD.l +0 -0
  28. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical4_CD.l +0 -0
  29. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical5_CD.l +0 -0
  30. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical6_CD.l +0 -0
  31. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical7_CD.l +0 -0
  32. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical8_CD.l +0 -0
  33. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical9_CD.l +0 -0
  34. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/compiler_design/AnshJuneja_Practical9_CD.y +0 -0
  35. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/deep_learning/Denoised_Autoencoders.ipynb +0 -0
  36. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/deep_learning/Fashion_Mnist_DenseNet201_VGG19_PreTModel.ipynb +0 -0
  37. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/deep_learning/Image_Compression_Autoencoders.ipynb +0 -0
  38. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/deep_learning/boston_housing.ipynb +0 -0
  39. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/deep_learning/cnn_fashionmnist.ipynb +0 -0
  40. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/deep_learning/posneg_imdb_ffnn..ipynb +0 -0
  41. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/deep_learning/reuters.ipynb +0 -0
  42. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/deep_learning/rnnlstm_timeseries_imdb.ipynb +0 -0
  43. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/social_network_analysis/1_try.ipynb +0 -0
  44. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/social_network_analysis/2_try.ipynb +0 -0
  45. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/social_network_analysis/3_try.ipynb +0 -0
  46. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/social_network_analysis/4_try.ipynb +0 -0
  47. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/social_network_analysis/5_try.ipynb +0 -0
  48. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/social_network_analysis/6_try.ipynb +0 -0
  49. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase/templates/social_network_analysis/new.ipynb +0 -0
  50. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase.egg-info/SOURCES.txt +0 -0
  51. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase.egg-info/dependency_links.txt +0 -0
  52. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase.egg-info/entry_points.txt +0 -0
  53. {juneja_codebase-2.0.0 → juneja_codebase-2.4.0}/juneja_codebase.egg-info/top_level.txt +0 -0
File without changes
File without changes
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.1
2
+ Name: juneja_codebase
3
+ Version: 2.4.0
4
+ Summary: CLI tool to generate academic practical code files for Compiler Design, Data Structures, OS, and DBMS
5
+ Home-page: UNKNOWN
6
+ Author: AJ
7
+ License: UNKNOWN
8
+ Platform: UNKNOWN
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Classifier: Intended Audience :: Education
13
+ Requires-Python: >=3.6
14
+ Description-Content-Type: text/markdown
15
+ License-File: LICENSE
16
+
17
+ UNKNOWN
18
+
File without changes
@@ -0,0 +1,6 @@
1
+ """
2
+ reqcode-aj: A CLI tool to generate academic practical code files
3
+ """
4
+
5
+ __version__ = "0.1.0"
6
+ __author__ = "AJ"
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env python3
2
2
  """
3
- Main CLI entry point for juneja-codebase
3
+ Main CLI entry point for reqcode-aj
4
4
  """
5
5
 
6
6
  import argparse
@@ -107,12 +107,12 @@ def main():
107
107
  formatter_class=argparse.RawDescriptionHelpFormatter,
108
108
  epilog="""
109
109
  Examples:
110
- juneja-codebase --list # List available subjects
111
- juneja-codebase --all # Generate all code files
112
- juneja-codebase --subject compiler_design # Generate specific subject files
113
- juneja-codebase --all --output ./my_codes # Generate to specific directory
114
- juneja-codebase --all --zip # Create zip of all subjects
115
- juneja-codebase --subject compiler_design --zip # Create zip of specific subject
110
+ reqcode --list # List available subjects
111
+ reqcode --all # Generate all code files
112
+ reqcode --subject compiler_design # Generate specific subject files
113
+ reqcode --all --output ./my_codes # Generate to specific directory
114
+ reqcode --all --zip # Create zip of all subjects
115
+ reqcode --subject compiler_design --zip # Create zip of specific subject
116
116
  """
117
117
  )
118
118
 
@@ -187,9 +187,9 @@ Examples:
187
187
  # No action specified, show help
188
188
  parser.print_help()
189
189
  print("\n" + "="*70)
190
- print("💡 TIP: If 'juneja-codebase' command doesn't work in your system, use:")
191
- print(" python -m juneja_codebase.main --list")
192
- print(" python -m juneja_codebase.main --all")
190
+ print("💡 TIP: If 'reqcode' command doesn't work in your system, use:")
191
+ print(" python -m reqcode_aj.main --list")
192
+ print(" python -m reqcode_aj.main --all")
193
193
  print("="*70)
194
194
 
195
195
 
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.1
2
+ Name: juneja-codebase
3
+ Version: 2.4.0
4
+ Summary: CLI tool to generate academic practical code files for Compiler Design, Data Structures, OS, and DBMS
5
+ Home-page: UNKNOWN
6
+ Author: AJ
7
+ License: UNKNOWN
8
+ Platform: UNKNOWN
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Classifier: Intended Audience :: Education
13
+ Requires-Python: >=3.6
14
+ Description-Content-Type: text/markdown
15
+ License-File: LICENSE
16
+
17
+ UNKNOWN
18
+
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = juneja_codebase
3
- version = 2.0.0
3
+ version = 2.4.0
4
4
 
5
5
  [options]
6
6
  packages = find:
@@ -0,0 +1,30 @@
1
+ from setuptools import setup, find_packages
2
+ from pathlib import Path
3
+
4
+ # Read the README file
5
+ this_directory = Path(__file__).parent
6
+ long_description = (this_directory / "README.md").read_text(encoding='utf-8') if (this_directory / "README.md").exists() else "juneja-codebase"
7
+
8
+ setup(
9
+ name="juneja_codebase",
10
+ version="2.4.0",
11
+ author="AJ",
12
+ description="CLI tool to generate academic practical code files for Compiler Design, Data Structures, OS, and DBMS",
13
+ long_description=long_description,
14
+ long_description_content_type="text/markdown",
15
+ packages=find_packages(),
16
+ classifiers=[
17
+ "Programming Language :: Python :: 3",
18
+ "License :: OSI Approved :: MIT License",
19
+ "Operating System :: OS Independent",
20
+ "Intended Audience :: Education",
21
+ ],
22
+ python_requires=">=3.6",
23
+ entry_points={
24
+ 'console_scripts': [
25
+ 'juneja-codebase=juneja_codebase.main:main',
26
+ ],
27
+ },
28
+ include_package_data=True,
29
+ )
30
+
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 AJ
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 THE
21
- SOFTWARE.
@@ -1,3 +0,0 @@
1
- include README.md
2
- include LICENSE
3
- recursive-include juneja_codebase/templates *
@@ -1,75 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: juneja_codebase
3
- Version: 2.0.0
4
- Summary: CLI tool to generate academic practical code files for Compiler Design, Data Structures, OS, and DBMS
5
- Home-page: UNKNOWN
6
- Author: AJ
7
- License: UNKNOWN
8
- Platform: UNKNOWN
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: License :: OSI Approved :: MIT License
11
- Classifier: Operating System :: OS Independent
12
- Classifier: Intended Audience :: Education
13
- Requires-Python: >=3.6
14
- Description-Content-Type: text/markdown
15
- License-File: LICENSE
16
-
17
- # juneja-codebase
18
-
19
- A Python CLI tool to generate academic practical code files offline.
20
-
21
- ## Installation
22
-
23
- ```bash
24
- pip install juneja-codebase
25
- ```
26
-
27
- ## Usage
28
-
29
- ### Standard Method
30
- ```bash
31
- # List available subjects
32
- juneja-codebase --list
33
-
34
- # Generate all code files
35
- juneja-codebase --all
36
-
37
- # Generate specific subject
38
- juneja-codebase --subject compiler_design
39
-
40
- # Save to specific directory
41
- juneja-codebase --all --output ./my_codes
42
-
43
- # Create zip file
44
- juneja-codebase --all --zip
45
- ```
46
-
47
- ### Alternative Method (Use this in lab/college systems if `juneja-codebase` command doesn't work)
48
- ```bash
49
- # If you get "command not found" or "not recognized" error, use:
50
- python -m juneja_codebase.main --list
51
- python -m juneja_codebase.main --all
52
- python -m juneja_codebase.main --subject compiler_design
53
- python -m juneja_codebase.main --all --zip
54
- ```
55
-
56
- **Note:** The alternative method works on ALL systems and doesn't require the Scripts folder to be in PATH.
57
-
58
- ## Subjects Included
59
-
60
- 1. **Compiler Design** - Lex and Yacc practical files
61
- 2. **Deep Learning** - Deep learning implementations
62
- 3. **Social Network Analysis** - Network analysis code
63
-
64
- ## Features
65
-
66
- - Works completely offline
67
- - All practical files bundled in the package
68
- - Perfect for lab practicals and exam preparation
69
- - No internet required after installation
70
-
71
- ## License
72
-
73
- MIT License
74
-
75
-
@@ -1,57 +0,0 @@
1
- # juneja-codebase
2
-
3
- A Python CLI tool to generate academic practical code files offline.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- pip install juneja-codebase
9
- ```
10
-
11
- ## Usage
12
-
13
- ### Standard Method
14
- ```bash
15
- # List available subjects
16
- juneja-codebase --list
17
-
18
- # Generate all code files
19
- juneja-codebase --all
20
-
21
- # Generate specific subject
22
- juneja-codebase --subject compiler_design
23
-
24
- # Save to specific directory
25
- juneja-codebase --all --output ./my_codes
26
-
27
- # Create zip file
28
- juneja-codebase --all --zip
29
- ```
30
-
31
- ### Alternative Method (Use this in lab/college systems if `juneja-codebase` command doesn't work)
32
- ```bash
33
- # If you get "command not found" or "not recognized" error, use:
34
- python -m juneja_codebase.main --list
35
- python -m juneja_codebase.main --all
36
- python -m juneja_codebase.main --subject compiler_design
37
- python -m juneja_codebase.main --all --zip
38
- ```
39
-
40
- **Note:** The alternative method works on ALL systems and doesn't require the Scripts folder to be in PATH.
41
-
42
- ## Subjects Included
43
-
44
- 1. **Compiler Design** - Lex and Yacc practical files
45
- 2. **Deep Learning** - Deep learning implementations
46
- 3. **Social Network Analysis** - Network analysis code
47
-
48
- ## Features
49
-
50
- - Works completely offline
51
- - All practical files bundled in the package
52
- - Perfect for lab practicals and exam preparation
53
- - No internet required after installation
54
-
55
- ## License
56
-
57
- MIT License
@@ -1,6 +0,0 @@
1
- """
2
- juneja-codebase: A CLI tool to generate academic practical code files
3
- """
4
-
5
- __version__ = "0.1.0"
6
- __author__ = "AJ"
@@ -1,75 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: juneja-codebase
3
- Version: 2.0.0
4
- Summary: CLI tool to generate academic practical code files for Compiler Design, Data Structures, OS, and DBMS
5
- Home-page: UNKNOWN
6
- Author: AJ
7
- License: UNKNOWN
8
- Platform: UNKNOWN
9
- Classifier: Programming Language :: Python :: 3
10
- Classifier: License :: OSI Approved :: MIT License
11
- Classifier: Operating System :: OS Independent
12
- Classifier: Intended Audience :: Education
13
- Requires-Python: >=3.6
14
- Description-Content-Type: text/markdown
15
- License-File: LICENSE
16
-
17
- # juneja-codebase
18
-
19
- A Python CLI tool to generate academic practical code files offline.
20
-
21
- ## Installation
22
-
23
- ```bash
24
- pip install juneja-codebase
25
- ```
26
-
27
- ## Usage
28
-
29
- ### Standard Method
30
- ```bash
31
- # List available subjects
32
- juneja-codebase --list
33
-
34
- # Generate all code files
35
- juneja-codebase --all
36
-
37
- # Generate specific subject
38
- juneja-codebase --subject compiler_design
39
-
40
- # Save to specific directory
41
- juneja-codebase --all --output ./my_codes
42
-
43
- # Create zip file
44
- juneja-codebase --all --zip
45
- ```
46
-
47
- ### Alternative Method (Use this in lab/college systems if `juneja-codebase` command doesn't work)
48
- ```bash
49
- # If you get "command not found" or "not recognized" error, use:
50
- python -m juneja_codebase.main --list
51
- python -m juneja_codebase.main --all
52
- python -m juneja_codebase.main --subject compiler_design
53
- python -m juneja_codebase.main --all --zip
54
- ```
55
-
56
- **Note:** The alternative method works on ALL systems and doesn't require the Scripts folder to be in PATH.
57
-
58
- ## Subjects Included
59
-
60
- 1. **Compiler Design** - Lex and Yacc practical files
61
- 2. **Deep Learning** - Deep learning implementations
62
- 3. **Social Network Analysis** - Network analysis code
63
-
64
- ## Features
65
-
66
- - Works completely offline
67
- - All practical files bundled in the package
68
- - Perfect for lab practicals and exam preparation
69
- - No internet required after installation
70
-
71
- ## License
72
-
73
- MIT License
74
-
75
-
@@ -1,29 +0,0 @@
1
- from setuptools import setup, find_packages
2
- from pathlib import Path
3
-
4
- # Read the README file
5
- this_directory = Path(__file__).parent
6
- long_description = (this_directory / "README.md").read_text(encoding='utf-8')
7
-
8
- setup(
9
- name="juneja_codebase",
10
- version="2.0.0",
11
- author="AJ",
12
- description="CLI tool to generate academic practical code files for Compiler Design, Data Structures, OS, and DBMS",
13
- long_description=long_description,
14
- long_description_content_type="text/markdown",
15
- packages=find_packages(),
16
- classifiers=[
17
- "Programming Language :: Python :: 3",
18
- "License :: OSI Approved :: MIT License",
19
- "Operating System :: OS Independent",
20
- "Intended Audience :: Education",
21
- ],
22
- python_requires=">=3.6",
23
- entry_points={
24
- 'console_scripts': [
25
- 'juneja-codebase=juneja_codebase.main:main',
26
- ],
27
- },
28
- include_package_data=True,
29
- )