fake-py-qt


Namefake-py-qt JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryGUI for fake.py, the minimalistic, standalone alternative fake data generator with no dependencies.
upload_time2024-09-17 22:25:47
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords fake data test data qt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
fake-py-qt
==========
.. Internal references

.. _fake.py: https://github.com/barseghyanartur/fake.py/
.. _fake-py-qt: https://github.com/barseghyanartur/fake-py-qt/
.. _`GitHub issues`: https://github.com/barseghyanartur/fake-py-qt/issues/
.. _Read the Docs: http://fake-py-qt.readthedocs.io/
.. _Contributor guidelines: https://fake-py-qt.readthedocs.io/en/latest/contributor_guidelines.html

GUI for fake.py, the minimalistic, standalone alternative fake data generator
with no dependencies.

.. image:: https://img.shields.io/pypi/v/fake-py-qt.svg
   :target: https://pypi.python.org/pypi/fake-py-qt
   :alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/fake-py-qt.svg
    :target: https://pypi.python.org/pypi/fake-py-qt/
    :alt: Supported Python versions

.. image:: https://github.com/barseghyanartur/fake-py-qt/actions/workflows/test.yml/badge.svg?branch=main
   :target: https://github.com/barseghyanartur/fake-py-qt/actions
   :alt: Build Status

.. image:: https://readthedocs.org/projects/fake-py-qt/badge/?version=latest
    :target: http://fake-py-qt.readthedocs.io
    :alt: Documentation Status

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
   :target: https://github.com/barseghyanartur/fake-py-qt/#License
   :alt: MIT

.. image:: https://coveralls.io/repos/github/barseghyanartur/fake-py-qt/badge.svg?branch=main&service=github
    :target: https://coveralls.io/github/barseghyanartur/fake.py?branch=main
    :alt: Coverage

`fake-py-qt`_ is a PyQT GUI for `fake.py`_.

Features
========
- GUI for generating random texts, (person) names, emails, URLs, dates, IPs
  and primitive Python data types. Support for various file formats (`PDF`,
  `DOCX`, `TXT`, `PNG`, `SVG`, `BMP`, `GIF`) and file creation on the
  filesystem.

Prerequisites
=============
Python 3.8+

Installation
============
pipx
----

.. code-block:: sh

    pipx install fake-py-qt

Documentation
=============
- Documentation is available on `Read the Docs`_.
- For guidelines on contributing check the `Contributor guidelines`_.

Usage
=====
.. code-block:: sh

    fake-py-qt

Writing documentation
=====================

Keep the following hierarchy.

.. code-block:: text

    =====
    title
    =====

    header
    ======

    sub-header
    ----------

    sub-sub-header
    ~~~~~~~~~~~~~~

    sub-sub-sub-header
    ^^^^^^^^^^^^^^^^^^

    sub-sub-sub-sub-header
    ++++++++++++++++++++++

    sub-sub-sub-sub-sub-header
    **************************

License
=======

MIT

Support
=======
For security issues contact me at the e-mail given in the `Author`_ section.

For overall issues, go to `GitHub issues`_.

Author
======

Artur Barseghyan <artur.barseghyan@gmail.com>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fake-py-qt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "fake data, test data, qt",
    "author": null,
    "author_email": "Artur Barseghyan <artur.barseghyan@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8a/eb/f735694ce848307de007597e5c98929a10d45b8084829d34fccf63e2aae7/fake_py_qt-0.1.1.tar.gz",
    "platform": null,
    "description": "==========\nfake-py-qt\n==========\n.. Internal references\n\n.. _fake.py: https://github.com/barseghyanartur/fake.py/\n.. _fake-py-qt: https://github.com/barseghyanartur/fake-py-qt/\n.. _`GitHub issues`: https://github.com/barseghyanartur/fake-py-qt/issues/\n.. _Read the Docs: http://fake-py-qt.readthedocs.io/\n.. _Contributor guidelines: https://fake-py-qt.readthedocs.io/en/latest/contributor_guidelines.html\n\nGUI for fake.py, the minimalistic, standalone alternative fake data generator\nwith no dependencies.\n\n.. image:: https://img.shields.io/pypi/v/fake-py-qt.svg\n   :target: https://pypi.python.org/pypi/fake-py-qt\n   :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/pyversions/fake-py-qt.svg\n    :target: https://pypi.python.org/pypi/fake-py-qt/\n    :alt: Supported Python versions\n\n.. image:: https://github.com/barseghyanartur/fake-py-qt/actions/workflows/test.yml/badge.svg?branch=main\n   :target: https://github.com/barseghyanartur/fake-py-qt/actions\n   :alt: Build Status\n\n.. image:: https://readthedocs.org/projects/fake-py-qt/badge/?version=latest\n    :target: http://fake-py-qt.readthedocs.io\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n   :target: https://github.com/barseghyanartur/fake-py-qt/#License\n   :alt: MIT\n\n.. image:: https://coveralls.io/repos/github/barseghyanartur/fake-py-qt/badge.svg?branch=main&service=github\n    :target: https://coveralls.io/github/barseghyanartur/fake.py?branch=main\n    :alt: Coverage\n\n`fake-py-qt`_ is a PyQT GUI for `fake.py`_.\n\nFeatures\n========\n- GUI for generating random texts, (person) names, emails, URLs, dates, IPs\n  and primitive Python data types. Support for various file formats (`PDF`,\n  `DOCX`, `TXT`, `PNG`, `SVG`, `BMP`, `GIF`) and file creation on the\n  filesystem.\n\nPrerequisites\n=============\nPython 3.8+\n\nInstallation\n============\npipx\n----\n\n.. code-block:: sh\n\n    pipx install fake-py-qt\n\nDocumentation\n=============\n- Documentation is available on `Read the Docs`_.\n- For guidelines on contributing check the `Contributor guidelines`_.\n\nUsage\n=====\n.. code-block:: sh\n\n    fake-py-qt\n\nWriting documentation\n=====================\n\nKeep the following hierarchy.\n\n.. code-block:: text\n\n    =====\n    title\n    =====\n\n    header\n    ======\n\n    sub-header\n    ----------\n\n    sub-sub-header\n    ~~~~~~~~~~~~~~\n\n    sub-sub-sub-header\n    ^^^^^^^^^^^^^^^^^^\n\n    sub-sub-sub-sub-header\n    ++++++++++++++++++++++\n\n    sub-sub-sub-sub-sub-header\n    **************************\n\nLicense\n=======\n\nMIT\n\nSupport\n=======\nFor security issues contact me at the e-mail given in the `Author`_ section.\n\nFor overall issues, go to `GitHub issues`_.\n\nAuthor\n======\n\nArtur Barseghyan <artur.barseghyan@gmail.com>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "GUI for fake.py, the minimalistic, standalone alternative fake data generator with no dependencies.",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/barseghyanartur/fake-py-qt/issues",
        "Changelog": "https://fake-py-qt.readthedocs.io/en/latest/changelog.html",
        "Documentation": "https://fake-py-qt.readthedocs.io/",
        "Homepage": "https://github.com/barseghyanartur/fake-py-qt/",
        "Source Code": "https://github.com/barseghyanartur/fake-py-qt/"
    },
    "split_keywords": [
        "fake data",
        " test data",
        " qt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6029029d8a3425a30e3cc501141c911911923915981e5fccafd8e0b737b65956",
                "md5": "6a9572bc9a93ffcb30d06cab0c5dcfaf",
                "sha256": "ea3ac70c5f06a3e6f1d697ef14a485994cf31c316ef518186ae9ef0cc6ea7fa6"
            },
            "downloads": -1,
            "filename": "fake_py_qt-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a9572bc9a93ffcb30d06cab0c5dcfaf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6439,
            "upload_time": "2024-09-17T22:25:45",
            "upload_time_iso_8601": "2024-09-17T22:25:45.522211Z",
            "url": "https://files.pythonhosted.org/packages/60/29/029d8a3425a30e3cc501141c911911923915981e5fccafd8e0b737b65956/fake_py_qt-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8aebf735694ce848307de007597e5c98929a10d45b8084829d34fccf63e2aae7",
                "md5": "3e270fbb8990b0de375f281c187e7496",
                "sha256": "79b475760de4e7bafd6e1a14111e7e77ee9688651d5bb855df7c653fc79fa17f"
            },
            "downloads": -1,
            "filename": "fake_py_qt-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3e270fbb8990b0de375f281c187e7496",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20965,
            "upload_time": "2024-09-17T22:25:47",
            "upload_time_iso_8601": "2024-09-17T22:25:47.272705Z",
            "url": "https://files.pythonhosted.org/packages/8a/eb/f735694ce848307de007597e5c98929a10d45b8084829d34fccf63e2aae7/fake_py_qt-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-17 22:25:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "barseghyanartur",
    "github_project": "fake-py-qt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fake-py-qt"
}
        
Elapsed time: 0.29497s