File tree Expand file tree Collapse file tree 4 files changed +48
-0
lines changed
Expand file tree Collapse file tree 4 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ Metadata-Version: 2.4
2+ Name: pybatch99
3+ Version: 1.0.3
4+ Summary: Use full Windows batch (.bat) and CMD syntax from Python.
5+ Author: Arran Hewitt
6+ License-Expression: MIT
7+ Project-URL: Homepage, https://pypi.org/project/pybatch99
8+ Project-URL: Repository, https://github.com/epicinver/pybatch99
9+ Project-URL: Issues, https://github.com/epicinver/pybatch99/issues
10+ Classifier: Programming Language :: Python :: 3
11+ Classifier: Programming Language :: Python :: 3.7
12+ Classifier: Programming Language :: Python :: 3.8
13+ Classifier: Programming Language :: Python :: 3.9
14+ Classifier: Programming Language :: Python :: 3.10
15+ Classifier: Operating System :: Microsoft :: Windows
16+ Classifier: Development Status :: 5 - Production/Stable
17+ Classifier: Intended Audience :: Developers
18+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
19+ Requires-Python: >=3.7
20+ Description-Content-Type: text/markdown
21+ License-File: LICENSE
22+ Dynamic: license-file
23+
24+ thanks for using!
25+
26+
27+ # batch syntax in python
28+ idk how i made this
29+ it was funny ngl
30+
31+ # bye
Original file line number Diff line number Diff line change 1+ LICENSE
2+ README.md
3+ pyproject.toml
4+ setup.py
5+ pybatch99/__init__.py
6+ pybatch99/core.py
7+ pybatch99.egg-info/PKG-INFO
8+ pybatch99.egg-info/SOURCES.txt
9+ pybatch99.egg-info/dependency_links.txt
10+ pybatch99.egg-info/top_level.txt
11+ tests/inpython.py
12+ tests/newwindow.py
Original file line number Diff line number Diff line change 1+
Original file line number Diff line number Diff line change 1+ build
2+ dist
3+ pybatch99
4+ tests
You can’t perform that action at this time.
0 commit comments