Metadata-Version: 2.1
Name: gdpstorage
Version: 0.1
Summary: A small example package
Home-page: UNKNOWN
Author: JADLI AISSAM
Author-email: jadliaissam@gmail.com
License: MIT  # Example license
Description: # Example Package
        
        Django Google Drive Personal Storage
        
        Detailed documentation is in the "docs" directory.
        Quick start
        
        1. Add "gdpstorage" to your INSTALLED_APPS setting like this::
        INSTALLED_APPS = [
                ...
                'gdpstorage',
            ]
        
        2. Include the polls URLconf in your project urls.py like this::
        path('gdps/', include('gdpstorage.urls'))
        
        This is a simple example package. You can use
        [Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
        to write your content.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/markdown
