Metadata-Version: 2.1
Name: solidlibs
Version: 2.6.6
Summary: Open source python and django enhancements
Home-page: https://github.com/safeapps/solidlibs/
Author: solidlibs
Maintainer: solidlibs
License: GNU General Public License v3 (GPLv3)
Download-URL: https://github.com/safeapps/solidlibs/
Project-URL: Source Code, https://github.com/safeapps/solidlibs/
Description: solidlibs package
        -----------------
        
        The solidlibs package includes shared enhancements and utilities for your python projects.
        
        Description
        -----------
        
        The solidlibs python package includes shared enhancements, and utilities forpython and django projects. It consists of 4 modules:
        
          * solidlibs.django_addons: Extra functions for managing your django apps.
          * solidlibs.net: Helps manage browsers, html, http, web logs, openssl, and more.
          * solidlibs.os: Handles multi-program locks, command line interactions, drives, etc.
          * solidlibs.python: Enhancements for managing multi-process logging, time, formatting, and more.
        
        Install
        -------
        
            pip3 install solidlibs
        
Keywords: locks logs log-parser openssl
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
