Metadata-Version: 1.1
Name: canbeAny
Version: 0.0.4
Summary: An example short description.
Home-page: https://github.com/MacHu-GWU/Python-with-GitHub-PyPI-and-Readthedoc-Guide
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: MIT
Download-URL: https://github.com/MacHu-GWU/Python-with-GitHub-PyPI-and-Readthedoc-Guide/tarball/2016-01-20
Description: Description

        --------------------------------------------------------------------------------

        

        If you followed the `Guide <https://github.com/MacHu-GWU/Python-with-GitHub-PyPI-and-Readthedoc-Guide#如何将你的python项目用github保管-并在pypi上发布-和部署你的在线文档网站>`_ and did every steps correctly, then your package should be distributed on PyPI now. And you can use:

        

        .. code-block:: console

        

        	$ pip install <your package name>

        

        to install your package.

        

        

        Install ``canbeAny``

        --------------------------------------------------------------------------------

        

        Since this example package is on PyPI, you just need:

        

        .. code-block:: console

        

        	$ pip install canbeAny

        

        

        Documentation

        --------------------------------------------------------------------------------

        

        Your online documentation website should looks like this: http://python-with-github-pypi-and-readthedoc-guide.readthedocs.org/
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
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.3
Classifier: Programming Language :: Python :: 3.4
