Metadata-Version: 2.1
Name: squyrrel
Version: 0.2.2
Summary: Python library for scanning and lazy importing of classes, modules and packages. Including sql parser, builder and an Orm.
Home-page: https://github.com/LotharSpiegel/squyrrel
Author: Lothar Spiegel
Author-email: l.spiegel@gmx.at
License: UNKNOWN
Download-URL: https://github.com/LotharSpiegel/squyrrel/archive/v0.2.2.tar.gz
Project-URL: Bug Reports, https://github.com/LotharSpiegel/squyrrel/issues
Project-URL: Source, https://github.com/LotharSpiegel/squyrrel
Description: # Squyrrel
        
        ## Installation
        
        ```$ pip install squyrrel```
        
        ## Run from command line
        
        Example:
        ```$ manage.py load_package squyrrel```
Keywords: python packages import
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
