Metadata-Version: 2.2
Name: smartmodels
Version: 0.1.352
Summary: SmartModels
Home-page: https://github.com/asterio.gonzalez/smartmodels
Author: Asterio Gonzalez
Author-email: asterio.gonzalez@gmail.com
License: Apache Software License 2.0
Keywords: smartmodels
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: agptools>=0.1.352
Requires-Dist: aiocache
Requires-Dist: aiohttp
Requires-Dist: Click
Requires-Dist: datamodel-code-generator
Requires-Dist: datamodel-code-generator[graphql]
Requires-Dist: datamodel-code-generator[http]
Requires-Dist: faker
Requires-Dist: fastapi
Requires-Dist: geopy
Requires-Dist: glom
Requires-Dist: jmespath
Requires-Dist: pydantic
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: surrealist
Requires-Dist: syncmodels>=0.1.352
Requires-Dist: uvicorn
Requires-Dist: uvloop
Requires-Dist: watchfiles
Requires-Dist: websockets>=11.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

===========
SmartModels
===========


.. image:: https://img.shields.io/pypi/v/smartmodels.svg
        :target: https://pypi.python.org/pypi/smartmodels

.. image:: https://img.shields.io/travis/asterio.gonzalez/smartmodels.svg
        :target: https://travis-ci.com/asterio.gonzalez/smartmodels

.. image:: https://readthedocs.org/projects/smartmodels/badge/?version=latest
        :target: https://smartmodels.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




SmartModels


* Free software: Apache Software License 2.0
* Documentation: https://smartmodels.readthedocs.io.


Features
----------------

* TODO

Before Coding
----------------

* create a virtual env

.. code-block:: 
  
  python3 -m venv .venv
  source .venv/bin/activate
  make install-testing-requisites

Credits
----------------

This package was created with Cookiecutter_ .

.. _Cookiecutter: https://github.com/audreyr/cookiecutter


=======
History
=======

0.1.0 (2024-06-28)
------------------

* First release on PyPI.
