Metadata-Version: 2.1
Name: modeanalytics
Version: 0.0.3
Summary: Django Mode Analytics Whitelabel
Home-page: https://github.com/jesuejunior/django-modeanalytics
Author: jesue Junior
Author-email: jesuesousa@gmail.com
License: BSD-3
Description: # Django Mode Analytics
        
        
        
        
        
        
        
        
        #### Package build
        
        
        Bumping version, options are `major, minor and patch`.
        
        ```shell
            bumpversion patch setup.py modeanalytics/__init__.py
        ```
        
        Preparing the package
        
        ```shell
            python setup.py sdist bdist_wheel
        ```
        
        Checking if the package is good enough to PyPi
        ```shell
            twine check dist/*
        ```
        
        Uploading the package to PyPi
        
        ```shell
            twine upload dist/*
        ```
        
Keywords: mode analytics data dashboard bi
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
