forked from fizyr/keras-retinanet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
huynhtnhut
committed
Feb 3, 2020
1 parent
e719068
commit 350799d
Showing
493 changed files
with
213,503 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins. | ||
|
||
This directory caches those eggs to prevent repeated downloads. | ||
|
||
However, it is safe to delete this directory. | ||
|
54 changes: 54 additions & 0 deletions
54
.eggs/numpy-1.16.2-py3.6-linux-x86_64.egg/EGG-INFO/PKG-INFO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
Metadata-Version: 2.1 | ||
Name: numpy | ||
Version: 1.16.2 | ||
Summary: NumPy is the fundamental package for array computing with Python. | ||
Home-page: https://www.numpy.org | ||
Author: Travis E. Oliphant et al. | ||
Maintainer: NumPy Developers | ||
Maintainer-email: numpy-discussion@python.org | ||
License: BSD | ||
Download-URL: https://pypi.python.org/pypi/numpy | ||
Platform: Windows | ||
Platform: Linux | ||
Platform: Solaris | ||
Platform: Mac OS-X | ||
Platform: Unix | ||
Classifier: Development Status :: 5 - Production/Stable | ||
Classifier: Intended Audience :: Science/Research | ||
Classifier: Intended Audience :: Developers | ||
Classifier: License :: OSI Approved | ||
Classifier: Programming Language :: C | ||
Classifier: Programming Language :: Python | ||
Classifier: Programming Language :: Python :: 2 | ||
Classifier: Programming Language :: Python :: 2.7 | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.4 | ||
Classifier: Programming Language :: Python :: 3.5 | ||
Classifier: Programming Language :: Python :: 3.6 | ||
Classifier: Programming Language :: Python :: 3.7 | ||
Classifier: Programming Language :: Python :: Implementation :: CPython | ||
Classifier: Topic :: Software Development | ||
Classifier: Topic :: Scientific/Engineering | ||
Classifier: Operating System :: Microsoft :: Windows | ||
Classifier: Operating System :: POSIX | ||
Classifier: Operating System :: Unix | ||
Classifier: Operating System :: MacOS | ||
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.* | ||
|
||
It provides: | ||
|
||
- a powerful N-dimensional array object | ||
- sophisticated (broadcasting) functions | ||
- tools for integrating C/C++ and Fortran code | ||
- useful linear algebra, Fourier transform, and random number capabilities | ||
- and much more | ||
|
||
Besides its obvious scientific uses, NumPy can also be used as an efficient | ||
multi-dimensional container of generic data. Arbitrary data-types can be | ||
defined. This allows NumPy to seamlessly and speedily integrate with a wide | ||
variety of databases. | ||
|
||
All NumPy wheels distributed on PyPI are BSD licensed. | ||
|
||
|
||
|
439 changes: 439 additions & 0 deletions
439
.eggs/numpy-1.16.2-py3.6-linux-x86_64.egg/EGG-INFO/RECORD
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Wheel-Version: 1.0 | ||
Generator: bdist_wheel (0.31.1) | ||
Root-Is-Purelib: false | ||
Tag: cp36-cp36m-manylinux1_x86_64 | ||
|
5 changes: 5 additions & 0 deletions
5
.eggs/numpy-1.16.2-py3.6-linux-x86_64.egg/EGG-INFO/entry_points.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[console_scripts] | ||
f2py = numpy.f2py.f2py2e:main | ||
f2py3 = numpy.f2py.f2py2e:main | ||
f2py3.6 = numpy.f2py.f2py2e:main | ||
|
1 change: 1 addition & 0 deletions
1
.eggs/numpy-1.16.2-py3.6-linux-x86_64.egg/EGG-INFO/top_level.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
numpy |
Binary file added
BIN
+1000 KB
.eggs/numpy-1.16.2-py3.6-linux-x86_64.egg/numpy/.libs/libgfortran-ed201abd.so.3.0.0
Binary file not shown.
Oops, something went wrong.