Metadata-Version: 1.1
Name: mpm
Version: 0.1.0
Summary: package (skill) manager for Misty
Home-page: https://github.com/rerobots/MistyPackageManager
Author: mpm contributors
Author-email: q@rerobots.net
License: Apache-2.0
Description: Misty Package Manager (mpm)
        ===========================
        
        Getting Started
        ---------------
        
        Create an empty skill named "demo"::
        
          mpm init demo
        
        The resulting JavaScript (JS) file and meta file are in the directory src/. When
        ready, create a bundle::
        
          mpm build
        
        and upload ``dist/demo.zip`` to a Misty robot.
        
        
        Participating
        -------------
        
        All participation must follow our code of conduct, elaborated in the file
        CODE_OF_CONDUCT.md in the same directory as this README.
        
        The source code repository is available at https://github.com/rerobots/MistyPackageManager
        
        
        License
        -------
        
        This is free software, released under the Apache License, Version 2.0.
        You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 4 - Beta
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 :: 3.8
