Skip to content

Commit c1cd855

Browse files
authored
egg-info
1 parent ecc1727 commit c1cd855

File tree

4 files changed

+48
-0
lines changed

4 files changed

+48
-0
lines changed

pybatch99.egg-info/PKG-INFO

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

pybatch99.egg-info/SOURCES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

pybatch99.egg-info/top_level.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build
2+
dist
3+
pybatch99
4+
tests

0 commit comments

Comments
 (0)