tessif-examples


Nametessif-examples JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/tZ3ma/tessif_examples
SummaryTessif Examples Library
upload_time2023-04-20 14:38:55
maintainer
docs_urlNone
authorMathias Ammon
requires_python>=3.8,<4.0
licenseMIT
keywords tessif examples
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            tessif-examples
===============

|PyPI| |Python Version| |License| |Status|

|Stable Release| |Develop Release|

|Read the Docs| |Tests| |Safety| |Pylinting| |Flake8 Linting| |Pre-Commit|

|Codecov| |Codacy| |Codeclimate| |Scrutinizer|

|pre-commit| |Black| |Pylint| |Flake8|

.. |PyPI| image:: https://img.shields.io/pypi/v/tessif-examples.svg
   :target: https://pypi.org/project/tessif-examples/
   :alt: PyPI

.. |Python Version| image:: https://img.shields.io/pypi/pyversions/tessif-examples
   :target: https://pypi.org/project/tessif-examples
   :alt: Python Version

.. |License| image:: https://img.shields.io/pypi/l/tessif-examples
   :target: https://opensource.org/licenses/MIT
   :alt: License

.. |Status| image:: https://img.shields.io/pypi/status/tessif-examples.svg
   :target: https://pypi.org/project/tessif-examples/
   :alt: Status

.. |Stable Release| image:: https://github.com/tZ3ma/tessif-examples/workflows/Stable-PyPI-Release/badge.svg
   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Stable-PyPI-Release
   :alt: Stable PyPI Release Workflow Status

.. |Develop Release| image:: https://github.com/tZ3ma/tessif-examples/workflows/Develop-TestPyPI-Release/badge.svg
   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Develop-TestPyPI-Release
   :alt: Develop TestPyPI Release Workflow Status

.. |Read the Docs| image:: https://img.shields.io/readthedocs/tessif-examples/latest.svg?label=Read%20the%20Docs
   :target: https://tessif-examples.readthedocs.io/
   :alt: Read the documentation at https://tessif-examples.readthedocs.io/

.. |Tests| image:: https://github.com/tZ3ma/tessif-examples/workflows/Tests-and-Coverage/badge.svg
   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Tests-and-Coverage
   :alt: Tests Workflow Status

.. |Safety| image:: https://github.com/tZ3ma/tessif-examples/workflows/Safety/badge.svg
   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Safety
   :alt: Safety Workflow Status

.. |Pylinting| image:: https://github.com/tZ3ma/tessif-examples/workflows/Pylinting/badge.svg
   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Pylinting
   :alt: Pylint Workflow Status

.. |Flake8 Linting| image:: https://github.com/tZ3ma/tessif-examples/workflows/Flake8-Linting/badge.svg
   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Flake8-Linting
   :alt: Flake8-Linting Workflow Status

.. |Pre-Commit| image:: https://github.com/tZ3ma/tessif-examples/workflows/Pre-Commit/badge.svg
   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Pre-Commit
   :alt: Pre-Commit Workflow Status

.. |Codecov| image:: https://codecov.io/gh/tZ3ma/tessif-examples/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/tZ3ma/tessif-examples
   :alt: Codecov

.. |Codacy| image:: https://app.codacy.com/project/badge/Grade/b278433bb9224147a2e6231d783b62e4
   :target: https://app.codacy.com/gh/tZ3ma/tessif-examples/dashboard
   :alt: Codacy Code Quality Status

.. |Codeclimate| image:: https://api.codeclimate.com/v1/badges/ff119252f0bb7f40aecb/maintainability
   :target: https://codeclimate.com/github/tZ3ma/tessif-examples/maintainability
   :alt: Maintainability

.. |Scrutinizer| image:: https://scrutinizer-ci.com/g/tZ3ma/tessif-examples/badges/quality-score.png?b=main
   :target: https://scrutinizer-ci.com/g/tZ3ma/tessif-examples/
   :alt: Scrutinizer Code Quality

.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit

.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black

.. |Pylint| image:: https://img.shields.io/badge/linting-pylint-yellowgreen
   :target: https://github.com/PyCQA/pylint
   :alt: Package uses pylint

.. |Flake8| image:: https://img.shields.io/badge/linting-flake8-yellogreen
   :target: https://github.com/pycqa/flake8
   :alt: Package uses flake8


Tessif_ example library

Installation
------------

Please see the `Installation Guide`_ (`Github Repo Link`_) for details.


Usage
-----

Please see the `Worklow Reference <Workflow-Guide_>`_ (`Github Repo Link`_) for details.


Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_ (`Github Repo Link`_).


License
-------

Distributed under the terms of the `MIT license`_ (`Github Repo Link`_),
*tessif-examples* is free and open source software.


Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.

Credits
-------

This project was created using the `Mathias Ammon <tZ3ma>`_ tweaked version of the
Hypermodern-Python_ project foundation proposed by `Claudio Jolowicz <cj>`_.

.. _Tessif: https://github.com/tZ3ma/tessif

.. _Hypermodern-Python: https://cjolowicz.github.io/posts/hypermodern-python-01-setup/
.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _cj: https://github.com/cjolowicz

.. _MIT license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/

.. _file an issue: https://github.com/tZ3ma/tessif-examples/issues
.. _pip: https://pip.pypa.io/

.. _tZ3ma: https://github.com/tZ3ma
.. working on github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Installation Guide: docs/source/getting_started/installation.rst
.. _Workflow-Guide: docs/source/developer_guide/workflows.rst

.. _Github Repo Link: https://github.com/tZ3ma/tessif-examples


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tZ3ma/tessif_examples",
    "name": "tessif-examples",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "tessif,examples",
    "author": "Mathias Ammon",
    "author_email": "tz3ma.coding@use.startmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b4/9e/c0cad23d8c737ccd5e3089ab592d12a44786e71c3e99a092976c3501abbb/tessif-examples-0.3.2.tar.gz",
    "platform": null,
    "description": "tessif-examples\n===============\n\n|PyPI| |Python Version| |License| |Status|\n\n|Stable Release| |Develop Release|\n\n|Read the Docs| |Tests| |Safety| |Pylinting| |Flake8 Linting| |Pre-Commit|\n\n|Codecov| |Codacy| |Codeclimate| |Scrutinizer|\n\n|pre-commit| |Black| |Pylint| |Flake8|\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/tessif-examples.svg\n   :target: https://pypi.org/project/tessif-examples/\n   :alt: PyPI\n\n.. |Python Version| image:: https://img.shields.io/pypi/pyversions/tessif-examples\n   :target: https://pypi.org/project/tessif-examples\n   :alt: Python Version\n\n.. |License| image:: https://img.shields.io/pypi/l/tessif-examples\n   :target: https://opensource.org/licenses/MIT\n   :alt: License\n\n.. |Status| image:: https://img.shields.io/pypi/status/tessif-examples.svg\n   :target: https://pypi.org/project/tessif-examples/\n   :alt: Status\n\n.. |Stable Release| image:: https://github.com/tZ3ma/tessif-examples/workflows/Stable-PyPI-Release/badge.svg\n   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Stable-PyPI-Release\n   :alt: Stable PyPI Release Workflow Status\n\n.. |Develop Release| image:: https://github.com/tZ3ma/tessif-examples/workflows/Develop-TestPyPI-Release/badge.svg\n   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Develop-TestPyPI-Release\n   :alt: Develop TestPyPI Release Workflow Status\n\n.. |Read the Docs| image:: https://img.shields.io/readthedocs/tessif-examples/latest.svg?label=Read%20the%20Docs\n   :target: https://tessif-examples.readthedocs.io/\n   :alt: Read the documentation at https://tessif-examples.readthedocs.io/\n\n.. |Tests| image:: https://github.com/tZ3ma/tessif-examples/workflows/Tests-and-Coverage/badge.svg\n   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Tests-and-Coverage\n   :alt: Tests Workflow Status\n\n.. |Safety| image:: https://github.com/tZ3ma/tessif-examples/workflows/Safety/badge.svg\n   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Safety\n   :alt: Safety Workflow Status\n\n.. |Pylinting| image:: https://github.com/tZ3ma/tessif-examples/workflows/Pylinting/badge.svg\n   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Pylinting\n   :alt: Pylint Workflow Status\n\n.. |Flake8 Linting| image:: https://github.com/tZ3ma/tessif-examples/workflows/Flake8-Linting/badge.svg\n   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Flake8-Linting\n   :alt: Flake8-Linting Workflow Status\n\n.. |Pre-Commit| image:: https://github.com/tZ3ma/tessif-examples/workflows/Pre-Commit/badge.svg\n   :target: https://github.com/tZ3ma/tessif-examples/actions?workflow=Pre-Commit\n   :alt: Pre-Commit Workflow Status\n\n.. |Codecov| image:: https://codecov.io/gh/tZ3ma/tessif-examples/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/tZ3ma/tessif-examples\n   :alt: Codecov\n\n.. |Codacy| image:: https://app.codacy.com/project/badge/Grade/b278433bb9224147a2e6231d783b62e4\n   :target: https://app.codacy.com/gh/tZ3ma/tessif-examples/dashboard\n   :alt: Codacy Code Quality Status\n\n.. |Codeclimate| image:: https://api.codeclimate.com/v1/badges/ff119252f0bb7f40aecb/maintainability\n   :target: https://codeclimate.com/github/tZ3ma/tessif-examples/maintainability\n   :alt: Maintainability\n\n.. |Scrutinizer| image:: https://scrutinizer-ci.com/g/tZ3ma/tessif-examples/badges/quality-score.png?b=main\n   :target: https://scrutinizer-ci.com/g/tZ3ma/tessif-examples/\n   :alt: Scrutinizer Code Quality\n\n.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n   :target: https://github.com/pre-commit/pre-commit\n   :alt: pre-commit\n\n.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n   :alt: Black\n\n.. |Pylint| image:: https://img.shields.io/badge/linting-pylint-yellowgreen\n   :target: https://github.com/PyCQA/pylint\n   :alt: Package uses pylint\n\n.. |Flake8| image:: https://img.shields.io/badge/linting-flake8-yellogreen\n   :target: https://github.com/pycqa/flake8\n   :alt: Package uses flake8\n\n\nTessif_ example library\n\nInstallation\n------------\n\nPlease see the `Installation Guide`_ (`Github Repo Link`_) for details.\n\n\nUsage\n-----\n\nPlease see the `Worklow Reference <Workflow-Guide_>`_ (`Github Repo Link`_) for details.\n\n\nContributing\n------------\n\nContributions are very welcome.\nTo learn more, see the `Contributor Guide`_ (`Github Repo Link`_).\n\n\nLicense\n-------\n\nDistributed under the terms of the `MIT license`_ (`Github Repo Link`_),\n*tessif-examples* is free and open source software.\n\n\nIssues\n------\n\nIf you encounter any problems,\nplease `file an issue`_ along with a detailed description.\n\nCredits\n-------\n\nThis project was created using the `Mathias Ammon <tZ3ma>`_ tweaked version of the\nHypermodern-Python_ project foundation proposed by `Claudio Jolowicz <cj>`_.\n\n.. _Tessif: https://github.com/tZ3ma/tessif\n\n.. _Hypermodern-Python: https://cjolowicz.github.io/posts/hypermodern-python-01-setup/\n.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python\n.. _cj: https://github.com/cjolowicz\n\n.. _MIT license: https://opensource.org/licenses/MIT\n.. _PyPI: https://pypi.org/\n\n.. _file an issue: https://github.com/tZ3ma/tessif-examples/issues\n.. _pip: https://pip.pypa.io/\n\n.. _tZ3ma: https://github.com/tZ3ma\n.. working on github-only\n.. _Contributor Guide: CONTRIBUTING.rst\n.. _Installation Guide: docs/source/getting_started/installation.rst\n.. _Workflow-Guide: docs/source/developer_guide/workflows.rst\n\n.. _Github Repo Link: https://github.com/tZ3ma/tessif-examples\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tessif Examples Library",
    "version": "0.3.2",
    "split_keywords": [
        "tessif",
        "examples"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7c684fb7c3fd6daca122637c2d287e5a05c8de2ca765556b614ea082e98e308",
                "md5": "61b4949f517ddc7353478a0a2c3a0a1c",
                "sha256": "cab3eba2736b73d9cfea310d4e94862afb4a726f601e349bc3900d6c77ffd23a"
            },
            "downloads": -1,
            "filename": "tessif_examples-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "61b4949f517ddc7353478a0a2c3a0a1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 683266,
            "upload_time": "2023-04-20T14:38:53",
            "upload_time_iso_8601": "2023-04-20T14:38:53.629924Z",
            "url": "https://files.pythonhosted.org/packages/d7/c6/84fb7c3fd6daca122637c2d287e5a05c8de2ca765556b614ea082e98e308/tessif_examples-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b49ec0cad23d8c737ccd5e3089ab592d12a44786e71c3e99a092976c3501abbb",
                "md5": "aa24f52edbb1fb8f5c973be4314ae0fb",
                "sha256": "c93a1f2b56d180ade7124c2b5674bdff2ac66361018165549ee89210f321e305"
            },
            "downloads": -1,
            "filename": "tessif-examples-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "aa24f52edbb1fb8f5c973be4314ae0fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 665958,
            "upload_time": "2023-04-20T14:38:55",
            "upload_time_iso_8601": "2023-04-20T14:38:55.886787Z",
            "url": "https://files.pythonhosted.org/packages/b4/9e/c0cad23d8c737ccd5e3089ab592d12a44786e71c3e99a092976c3501abbb/tessif-examples-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-20 14:38:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tZ3ma",
    "github_project": "tessif_examples",
    "lcname": "tessif-examples"
}
        
Elapsed time: 0.06176s