syncmodels


Namesyncmodels JSON
Version 0.1.41 PyPI version JSON
download
home_pagehttps://github.com/asterio.gonzalez/syncmodels
SummarySynchronizable Models
upload_time2024-05-15 12:21:38
maintainerNone
docs_urlNone
authorAsterio Gonzalez
requires_python>=3.6
licenseMIT license
keywords syncmodels
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/asterio.gonzalez/syncmodels",
    "name": "syncmodels",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "syncmodels",
    "author": "Asterio Gonzalez",
    "author_email": "asterio.gonzalez@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "==========\nsyncmodels\n==========\n\n\n.. image:: https://img.shields.io/pypi/v/syncmodels.svg\n        :target: https://pypi.python.org/pypi/syncmodels\n\n.. image:: https://img.shields.io/travis/asterio.gonzalez/syncmodels.svg\n        :target: https://travis-ci.com/asterio.gonzalez/syncmodels\n\n.. image:: https://readthedocs.org/projects/syncmodels/badge/?version=latest\n        :target: https://syncmodels.readthedocs.io/en/latest/?version=latest\n        :alt: Documentation Status\n\n\n\n\nSynchronizable Models\n\n\n* Free software: MIT license\n* Documentation: https://syncmodels.readthedocs.io.\n\n\nFeatures\n----------------\n\n* TODO\n\nBefore Coding\n----------------\n\n* create a virtual env\n\n.. code-block:: \n  \n  python3 -m venv .venv\n  source .venv/bin/activate\n  make install-testing-requisites\n\nCredits\n----------------\n\nThis package was created with Cookiecutter_ .\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n\n\n=======\nHistory\n=======\n\n0.1.0 (2023-12-23)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Synchronizable Models",
    "version": "0.1.41",
    "project_urls": {
        "Homepage": "https://github.com/asterio.gonzalez/syncmodels"
    },
    "split_keywords": [
        "syncmodels"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a893178f3ecc32a815390ffd31a6e6e109c65965021a759afc9dfa819b2802b3",
                "md5": "8ec61116bcd0669b17e7f87436fa6172",
                "sha256": "d243acbd0a0147d7a90945853e88a25430e8b614feb2534dceb7f1887562df55"
            },
            "downloads": -1,
            "filename": "syncmodels-0.1.41-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8ec61116bcd0669b17e7f87436fa6172",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 50963,
            "upload_time": "2024-05-15T12:21:38",
            "upload_time_iso_8601": "2024-05-15T12:21:38.005300Z",
            "url": "https://files.pythonhosted.org/packages/a8/93/178f3ecc32a815390ffd31a6e6e109c65965021a759afc9dfa819b2802b3/syncmodels-0.1.41-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 12:21:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "asterio.gonzalez",
    "github_project": "syncmodels",
    "github_not_found": true,
    "lcname": "syncmodels"
}
        
Elapsed time: 0.27344s