Metadata-Version: 2.1
Name: cookbase
Version: 0.1.0
Summary: A platform to validate, store and manage cooking recipes based on the JSON Cookbase Format.
Home-page: https://github.com/hblanko/cookbase
Author: Hernán Blanco Landa
Author-email: hblanco@pm.me
License: UNKNOWN
Description: # Cookbase
        A platform to validate, store and manage cooking recipes based on the JSON Cookbase Format.
        
        Cookbase proposes and implements a data model striving for an *as-complete-as-possible* data structure applied to cooking data. A new suite of data formats (the [**Cookbase Recipe Standard Format**]) and a consistent data model structure with its database architecture and recipe data analysis tools are included in the Cookbase project.
        
        Please check out the [documentation](http://landarltracker.com/cookbase/docs/index.html) for detailed information about the project and the available API.
        
        ## Install
        
        Cookbase can be installed through the PyPI repository using the following command:
        
        ```console
        pip3 install cookbase
        ```
        
        ## Contributing
        
        We are in pre-release development phase, so feel free to come up with any feature that you think should be added to our project.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
