Metadata-Version: 2.1
Name: squyrrel
Version: 0.2.3
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.3.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```
        
        ## Run Sonarqube analysis
        1) start the sonarqube server (locally) by running the StartSonar.bat:
        ```
        c:\users\lspiegel\sonarqube\sonarqube-8.3.1.34397\bin\windows-x86-64\StartSonar.bat
        ```
        2) cd into the project root director and start the scanner:
        ```
        c:\users\lspiegel\sonarqube\sonar-scanner-4.3.0.2102-windows\bin\sconar-scanner
        ```
        
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
