Metadata-Version: 2.2
Name: syncmodels
Version: 0.1.303
Summary: Synchronizable Models
Home-page: https://github.com/asterio.gonzalez/syncmodels
Author: Asterio Gonzalez
Author-email: asterio.gonzalez@gmail.com
License: MIT license
Keywords: syncmodels
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: agptools>=0.1.303
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: dateutils
Requires-Dist: faker
Requires-Dist: faker
Requires-Dist: fastapi
Requires-Dist: geopy
Requires-Dist: glom
Requires-Dist: jmespath
Requires-Dist: keycloak
Requires-Dist: nltk
Requires-Dist: pandas
Requires-Dist: pydantic
Requires-Dist: pydantic_geojson
Requires-Dist: pygdaltools
Requires-Dist: pyproj
Requires-Dist: pySAML2
Requires-Dist: python-magic
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: shapely
Requires-Dist: surrealist==1.0.8
Requires-Dist: uvicorn
Requires-Dist: uvloop
Requires-Dist: watchfiles
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

==========
syncmodels
==========


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

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

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




Synchronizable Models


* Free software: MIT license
* Documentation: https://syncmodels.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 (2023-12-23)
------------------

* First release on PyPI.
