github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/syft/pkg/cataloger/python/test-fixtures/egg-info/PKG-INFO-INVALID (about) 1 Metadata-Version: 1.1 2 Name: mxnet 3 Version: 1.8.0 4 Summary: <!--- Licensed to the Apache Software Foundation (ASF) under one --> 5 <!--- or more contributor license agreements. See the NOTICE file --> 6 <!--- distributed with this work for additional information --> 7 <!--- regarding copyright ownership. The ASF licenses this file --> 8 <!--- to you under the Apache License, Version 2.0 (the --> 9 <!--- "License"); you may not use this file except in compliance --> 10 <!--- with the License. You may obtain a copy of the License at --> 11 12 <!--- http://www.apache.org/licenses/LICENSE-2.0 --> 13 14 <!--- Unless required by applicable law or agreed to in writing, --> 15 <!--- software distributed under the License is distributed on an --> 16 <!--- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --> 17 <!--- KIND, either express or implied. See the License for the --> 18 <!--- specific language governing permissions and limitations --> 19 <!--- under the License. --> 20 21 MXNet Python Package 22 ==================== 23 This directory and nested files contain MXNet Python package and language binding. 24 25 ## Installation 26 To install MXNet Python package, visit MXNet [Install Instruction](https://mxnet.apache.org/get_started) 27 28 29 ## Running the unit tests 30 31 For running unit tests, you will need the [nose PyPi package](https://pypi.python.org/pypi/nose). To install: 32 ```bash 33 pip install --upgrade nose 34 ``` 35 36 Once ```nose``` is installed, run the following from MXNet root directory (please make sure the installation path of ```nosetests``` is included in your ```$PATH``` environment variable): 37 ``` 38 nosetests tests/python/unittest 39 nosetests tests/python/train 40 41 ``` 42 43 Home-page: https://github.com/apache/incubator-mxnet 44 Author: UNKNOWN 45 Author-email: UNKNOWN 46 License: UNKNOWN 47 Description: UNKNOWN 48 Platform: UNKNOWN 49 Classifier: Development Status :: 5 - Production/Stable 50 Classifier: Intended Audience :: Developers 51 Classifier: Intended Audience :: Education 52 Classifier: Intended Audience :: Science/Research 53 Classifier: License :: OSI Approved :: Apache Software License 54 Classifier: Programming Language :: C++ 55 Classifier: Programming Language :: Cython 56 Classifier: Programming Language :: Other 57 Classifier: Programming Language :: Perl 58 Classifier: Programming Language :: Python 59 Classifier: Programming Language :: Python :: 2.7 60 Classifier: Programming Language :: Python :: 3.4 61 Classifier: Programming Language :: Python :: 3.5 62 Classifier: Programming Language :: Python :: 3.6 63 Classifier: Programming Language :: Python :: Implementation :: CPython 64 Classifier: Topic :: Scientific/Engineering 65 Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence 66 Classifier: Topic :: Scientific/Engineering :: Mathematics 67 Classifier: Topic :: Software Development 68 Classifier: Topic :: Software Development :: Libraries 69 Classifier: Topic :: Software Development :: Libraries :: Python Modules