Metadata-Version: 1.2
Name: enterpath
Version: 1.0.8
Summary: Auto enter path function
Home-page: UNKNOWN
Author: Lucy Situ
Author-email: lucy.situ@byd.com
Maintainer: Lucy Situ
Maintainer-email: lucy.situ@byd.com
License: MIT License
Description: # How to use this package
        
        ## install command
        pip3 install enterpath
        
        ## usage
        from enterpath import *
        enterpath.enter_path()
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
