pyreadi 0.0.1__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.
- pyreadi-0.0.1/PKG-INFO +8 -0
- pyreadi-0.0.1/README.md +1 -0
- pyreadi-0.0.1/pyproject.toml +10 -0
- pyreadi-0.0.1/pyreadi.egg-info/PKG-INFO +8 -0
- pyreadi-0.0.1/pyreadi.egg-info/SOURCES.txt +7 -0
- pyreadi-0.0.1/pyreadi.egg-info/dependency_links.txt +1 -0
- pyreadi-0.0.1/pyreadi.egg-info/top_level.txt +1 -0
- pyreadi-0.0.1/pyreadi.py +3 -0
- pyreadi-0.0.1/setup.cfg +4 -0
pyreadi-0.0.1/PKG-INFO
ADDED
pyreadi-0.0.1/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This package is under development.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pyreadi
|
pyreadi-0.0.1/pyreadi.py
ADDED
pyreadi-0.0.1/setup.cfg
ADDED