Metadata-Version: 1.2
Name: Nocnus
Version: 0.0.6
Summary: Nocnus is a basic Pymongo wrapper for quickly implementing CRUD MongoDB operations.
Home-page: https://github.com/bluedistro/Nocnus
Author: Kingsley Biney
Author-email: bineykingsley36@gmail.com
License: MIT
Description: Nocnus is a simple Python library built on top of Pymongo to simplify just the 
        basic MongoDB CRUD operations and save some DB setup time.
        
        Why the name Nocnus?
        Ocnus is the name of the greek god of delays and frustrations and we
        do not want any any of those in implementing basic CRUD MongoDB operations
        thus the name. (No Ocnus => Nocnus)
        
        Kindly check out the complete documentation at: https://github.com/bluedistro/Nocnus
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.5
