Metadata-Version: 1.1
Name: nosql2django
Version: 0.1.1
Summary: Allow convert nosql source to django relational DB structure
Home-page: https://github.com/Akay7/nosql2django
Author: Egor Poderiagin
Author-email: egor@crazyrussian.pro
License: UNKNOWN
Description: # nosql2django
        That project let you convert structure with nested 
        object to linear Relation Data Model for your Django project.
         
        # How start to use?
        You can have to look at demo folder inside that repo, 
        it have example of manage commands for parse rss feeds to Django models
Keywords: django rss atom feeds parser sql nosql-to-sql
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
