django-servator 1.0.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.
@@ -0,0 +1,28 @@
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2026, Govind Kumar Singh
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions are met:
7
+
8
+ 1. Redistributions of source code must retain the above copyright notice, this
9
+ list of conditions and the following disclaimer.
10
+
11
+ 2. Redistributions in binary form must reproduce the above copyright notice,
12
+ this list of conditions and the following disclaimer in the documentation
13
+ and/or other materials provided with the distribution.
14
+
15
+ 3. Neither the name of the copyright holder nor the names of its
16
+ contributors may be used to endorse or promote products derived from
17
+ this software without specific prior written permission.
18
+
19
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,124 @@
1
+ Metadata-Version: 2.4
2
+ Name: django-servator
3
+ Version: 1.0.0
4
+ Summary: Simple python script to give your django project a go in seconds!
5
+ Author: Govind Kumar Singh
6
+ License: BSD 3-Clause License
7
+
8
+ Copyright (c) 2026, Govind Kumar Singh
9
+
10
+ Redistribution and use in source and binary forms, with or without
11
+ modification, are permitted provided that the following conditions are met:
12
+
13
+ 1. Redistributions of source code must retain the above copyright notice, this
14
+ list of conditions and the following disclaimer.
15
+
16
+ 2. Redistributions in binary form must reproduce the above copyright notice,
17
+ this list of conditions and the following disclaimer in the documentation
18
+ and/or other materials provided with the distribution.
19
+
20
+ 3. Neither the name of the copyright holder nor the names of its
21
+ contributors may be used to endorse or promote products derived from
22
+ this software without specific prior written permission.
23
+
24
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
28
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
30
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
31
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
32
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
+
35
+ Requires-Python: >=3.8
36
+ Description-Content-Type: text/markdown
37
+ License-File: LICENSE
38
+ Dynamic: license-file
39
+
40
+ # Django Servator
41
+
42
+ Hey Guys! It's Govind here.
43
+ Have you ever realised how tedious is it to setup your *initial Django project* ?
44
+ Now, the wait is over.....
45
+ Meet Django Servator!!
46
+
47
+ ![Savior](images/savior.jpeg)
48
+
49
+ ## Tech Stacks
50
+
51
+ - Pure Python
52
+ - Yes, only Python πŸ—ΏπŸ—Ώ
53
+
54
+ ## Working
55
+
56
+ 1. Download the script `main.py` from github.
57
+
58
+ ```
59
+ git clone https://github.com/govindrkumar/turbo-octo-engine.git
60
+ cd turbo-octo-engine
61
+
62
+ ```
63
+ *Or, you can directly visit my repo link and download `main.py`. Directly!*
64
+
65
+ 2. Run it through powershell/cmd.
66
+
67
+ Linux/Mac users :
68
+ ```
69
+ python3 main.py
70
+
71
+ ```
72
+
73
+ and, you `windows users`:
74
+
75
+ ```
76
+ python main.py
77
+ ```
78
+ ![screenshot](images/quickshot_260901_030112.png)
79
+
80
+ 3. Now, Enter your project name, app name.
81
+
82
+ **Sit back! Relax, and let the script do his work.**
83
+
84
+ 4. Open your code editor and open the project folder and start your damn work.
85
+
86
+
87
+ ## Future Scope :
88
+
89
+ I am working on creating a py-qt gui for every platform.
90
+
91
+ Thank you for keeping up with me in this explanation.
92
+ Hope you liked it!
93
+
94
+ <img width="480" height="480" alt="Cat Meme GIF" src="https://github.com/user-attachments/assets/5940b5dd-d135-4775-a421-0065d20ad465" />
95
+
96
+
97
+
98
+ ## Contribution
99
+ No one helps single man πŸ₯ΊπŸ˜’😭
100
+
101
+ Commit a PR and help me out grow features in this project.
102
+
103
+ <img width="480" height="270" alt="The Mentalist GIF" src="https://github.com/user-attachments/assets/99208ab8-5b9b-4186-bded-237e0711364a" />
104
+
105
+
106
+ ## License
107
+ See the `LICENSE` file for license information.
108
+ It is released under `Clause 3 BSD license`. So, I would request to all of you to push as much as commit you can and make our fellow developers work easier.
109
+
110
+
111
+ ## One Last thing
112
+ If you really read this....
113
+ Bye, Bye!
114
+ Love you all!! 😘
115
+
116
+ Govind
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
@@ -0,0 +1,85 @@
1
+ # Django Servator
2
+
3
+ Hey Guys! It's Govind here.
4
+ Have you ever realised how tedious is it to setup your *initial Django project* ?
5
+ Now, the wait is over.....
6
+ Meet Django Servator!!
7
+
8
+ ![Savior](images/savior.jpeg)
9
+
10
+ ## Tech Stacks
11
+
12
+ - Pure Python
13
+ - Yes, only Python πŸ—ΏπŸ—Ώ
14
+
15
+ ## Working
16
+
17
+ 1. Download the script `main.py` from github.
18
+
19
+ ```
20
+ git clone https://github.com/govindrkumar/turbo-octo-engine.git
21
+ cd turbo-octo-engine
22
+
23
+ ```
24
+ *Or, you can directly visit my repo link and download `main.py`. Directly!*
25
+
26
+ 2. Run it through powershell/cmd.
27
+
28
+ Linux/Mac users :
29
+ ```
30
+ python3 main.py
31
+
32
+ ```
33
+
34
+ and, you `windows users`:
35
+
36
+ ```
37
+ python main.py
38
+ ```
39
+ ![screenshot](images/quickshot_260901_030112.png)
40
+
41
+ 3. Now, Enter your project name, app name.
42
+
43
+ **Sit back! Relax, and let the script do his work.**
44
+
45
+ 4. Open your code editor and open the project folder and start your damn work.
46
+
47
+
48
+ ## Future Scope :
49
+
50
+ I am working on creating a py-qt gui for every platform.
51
+
52
+ Thank you for keeping up with me in this explanation.
53
+ Hope you liked it!
54
+
55
+ <img width="480" height="480" alt="Cat Meme GIF" src="https://github.com/user-attachments/assets/5940b5dd-d135-4775-a421-0065d20ad465" />
56
+
57
+
58
+
59
+ ## Contribution
60
+ No one helps single man πŸ₯ΊπŸ˜’😭
61
+
62
+ Commit a PR and help me out grow features in this project.
63
+
64
+ <img width="480" height="270" alt="The Mentalist GIF" src="https://github.com/user-attachments/assets/99208ab8-5b9b-4186-bded-237e0711364a" />
65
+
66
+
67
+ ## License
68
+ See the `LICENSE` file for license information.
69
+ It is released under `Clause 3 BSD license`. So, I would request to all of you to push as much as commit you can and make our fellow developers work easier.
70
+
71
+
72
+ ## One Last thing
73
+ If you really read this....
74
+ Bye, Bye!
75
+ Love you all!! 😘
76
+
77
+ Govind
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
@@ -0,0 +1,124 @@
1
+ Metadata-Version: 2.4
2
+ Name: django-servator
3
+ Version: 1.0.0
4
+ Summary: Simple python script to give your django project a go in seconds!
5
+ Author: Govind Kumar Singh
6
+ License: BSD 3-Clause License
7
+
8
+ Copyright (c) 2026, Govind Kumar Singh
9
+
10
+ Redistribution and use in source and binary forms, with or without
11
+ modification, are permitted provided that the following conditions are met:
12
+
13
+ 1. Redistributions of source code must retain the above copyright notice, this
14
+ list of conditions and the following disclaimer.
15
+
16
+ 2. Redistributions in binary form must reproduce the above copyright notice,
17
+ this list of conditions and the following disclaimer in the documentation
18
+ and/or other materials provided with the distribution.
19
+
20
+ 3. Neither the name of the copyright holder nor the names of its
21
+ contributors may be used to endorse or promote products derived from
22
+ this software without specific prior written permission.
23
+
24
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
28
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
30
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
31
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
32
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
+
35
+ Requires-Python: >=3.8
36
+ Description-Content-Type: text/markdown
37
+ License-File: LICENSE
38
+ Dynamic: license-file
39
+
40
+ # Django Servator
41
+
42
+ Hey Guys! It's Govind here.
43
+ Have you ever realised how tedious is it to setup your *initial Django project* ?
44
+ Now, the wait is over.....
45
+ Meet Django Servator!!
46
+
47
+ ![Savior](images/savior.jpeg)
48
+
49
+ ## Tech Stacks
50
+
51
+ - Pure Python
52
+ - Yes, only Python πŸ—ΏπŸ—Ώ
53
+
54
+ ## Working
55
+
56
+ 1. Download the script `main.py` from github.
57
+
58
+ ```
59
+ git clone https://github.com/govindrkumar/turbo-octo-engine.git
60
+ cd turbo-octo-engine
61
+
62
+ ```
63
+ *Or, you can directly visit my repo link and download `main.py`. Directly!*
64
+
65
+ 2. Run it through powershell/cmd.
66
+
67
+ Linux/Mac users :
68
+ ```
69
+ python3 main.py
70
+
71
+ ```
72
+
73
+ and, you `windows users`:
74
+
75
+ ```
76
+ python main.py
77
+ ```
78
+ ![screenshot](images/quickshot_260901_030112.png)
79
+
80
+ 3. Now, Enter your project name, app name.
81
+
82
+ **Sit back! Relax, and let the script do his work.**
83
+
84
+ 4. Open your code editor and open the project folder and start your damn work.
85
+
86
+
87
+ ## Future Scope :
88
+
89
+ I am working on creating a py-qt gui for every platform.
90
+
91
+ Thank you for keeping up with me in this explanation.
92
+ Hope you liked it!
93
+
94
+ <img width="480" height="480" alt="Cat Meme GIF" src="https://github.com/user-attachments/assets/5940b5dd-d135-4775-a421-0065d20ad465" />
95
+
96
+
97
+
98
+ ## Contribution
99
+ No one helps single man πŸ₯ΊπŸ˜’😭
100
+
101
+ Commit a PR and help me out grow features in this project.
102
+
103
+ <img width="480" height="270" alt="The Mentalist GIF" src="https://github.com/user-attachments/assets/99208ab8-5b9b-4186-bded-237e0711364a" />
104
+
105
+
106
+ ## License
107
+ See the `LICENSE` file for license information.
108
+ It is released under `Clause 3 BSD license`. So, I would request to all of you to push as much as commit you can and make our fellow developers work easier.
109
+
110
+
111
+ ## One Last thing
112
+ If you really read this....
113
+ Bye, Bye!
114
+ Love you all!! 😘
115
+
116
+ Govind
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
@@ -0,0 +1,7 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ django_servator.egg-info/PKG-INFO
5
+ django_servator.egg-info/SOURCES.txt
6
+ django_servator.egg-info/dependency_links.txt
7
+ django_servator.egg-info/top_level.txt
@@ -0,0 +1,14 @@
1
+ [build-system]
2
+ requires = ["setuptools", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "django-servator"
7
+ version = "1.0.0"
8
+ description = "Simple python script to give your django project a go in seconds!"
9
+ readme = "README.md"
10
+ license = {file = "LICENSE"}
11
+ authors = [
12
+ {name = "Govind Kumar Singh"}
13
+ ]
14
+ requires-python = ">=3.8"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+