pyperch 0.1.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,10 @@
1
+ *.pt
2
+ *.py[co]
3
+ *~
4
+ *.jython_cache
5
+ /.idea/
6
+ /venv/
7
+ /build/
8
+ /dist/
9
+ __pycache__
10
+ /notebooks/.ipynb_checkpoints/
pyperch-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: pyperch
3
+ Version: 0.1.0
4
+ Summary: Randomized opt networks with PyTorch
5
+ Home-page: https://github.com/jlm429/pyperch
6
+ Author: John Mansfield
7
+ Author-email: jlm429@gmail.com
8
+ License: New BSD
9
+ Platform: Any
10
+ Description-Content-Type: text/markdown
11
+
12
+ See [pyperch/notebooks](notebooks/).
@@ -0,0 +1 @@
1
+ See [pyperch/notebooks](notebooks/).