Metadata-Version: 2.1
Name: gdn-python-common
Version: 0.7.1
Summary: Various non-framework specific web helpers.
Home-page: https://engineering.gramedia.com
Author: Gramedia Digital Nusantara Team
Author-email: engineering@gramedia.digital
License: GPLv3+
Project-URL: Documentation, https://gdn-python-common.rtfd.io/
Project-URL: Source, https://github.com/gramedia-digital-nusantara/python-common
Project-URL: Tracker, https://github.com/gramedia-digital-nusantara/python-common/issues
Description: Gramedia / Python Common
        ========================
        
        A set of common python helper classes and functions not tied to a single framework.
        
        Everything in here should be generic as humanly possible and should only target python 3.6.
        
        Additionally, it is desirable to keep the dependencies to an absolute minimum.
        
        Running Tests
        -------------
        
        .. code-block:: bash
        
            $ make test
            $ make clean
        
        Notes
        -----
        
        * This is pretty sparse.. Please be in the habit of adding anything you like to here.
        * TODO: Documentation needs added.
        * TODO: create a Makefile
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: drf
