pygentest


Namepygentest JSON
Version 0.0.8 PyPI version JSON
download
home_pageNone
SummaryPython test generators
upload_time2024-08-08 22:19:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords python test generator testing competitive programming test generation pygentest test library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pygentest - Python Test Generators
===

<p>
<code>pygentest</code> is a Python library supporting several data generators. 

With <code>pygentest</code>, you can generate several type of data, from the simple like random ***character*** or ***string***, to the more complex such as ***graph***, ***tree***, ***convex lattice polygon***.
</p>

**You are very welcome to:**
- Install and use <code>pygentest</code>.
- Give feedbacks.
- Report issues and bugs.
- Provide ideas to improve this library.

<h2> Installation </h2>

<p>
You can simply install <code>pygentest</code> with <a href="https://pypi.org/project/pip/">pip</a>.

```
pip install pygentest
```
</p>

<h2> Other information </h2>

Currently, documentation is written for every function and class in <code>pygentest</code>. You can access it by using Python built-in <code>help</code> function. You can also read the documentation <a href=#Documentation>here</a>.

Detailed instruction has not been written yet, and it will be completed soon.

In the future, I will write a document that analyzes intuition, complexity, and efficiency of each generator.

The inspiration of this personal project comes from my task as an Algorithm Collaborator in <a href="https://www.facebook.com/code.mely/">Code Mely</a>: prepare problems for a contest and generate tests for each problem. I decided to write a Python library that could help generate complex structures, instead of rewrite the code many times.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pygentest",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Python test, generator, testing, competitive programming, test generation, pygentest, test library",
    "author": null,
    "author_email": "Thien-Phuoc Phung <phungthienphuoctthnnh@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5f/16/9f6e99bf95e10b3a5a96f4634b6c310f86dfea0c1c6bdebf257f73ff4318/pygentest-0.0.8.tar.gz",
    "platform": null,
    "description": "pygentest - Python Test Generators\r\n===\r\n\r\n<p>\r\n<code>pygentest</code> is a Python library supporting several data generators. \r\n\r\nWith <code>pygentest</code>, you can generate several type of data, from the simple like random ***character*** or ***string***, to the more complex such as ***graph***, ***tree***, ***convex lattice polygon***.\r\n</p>\r\n\r\n**You are very welcome to:**\r\n- Install and use <code>pygentest</code>.\r\n- Give feedbacks.\r\n- Report issues and bugs.\r\n- Provide ideas to improve this library.\r\n\r\n<h2> Installation </h2>\r\n\r\n<p>\r\nYou can simply install <code>pygentest</code> with <a href=\"https://pypi.org/project/pip/\">pip</a>.\r\n\r\n```\r\npip install pygentest\r\n```\r\n</p>\r\n\r\n<h2> Other information </h2>\r\n\r\nCurrently, documentation is written for every function and class in <code>pygentest</code>. You can access it by using Python built-in <code>help</code> function. You can also read the documentation <a href=#Documentation>here</a>.\r\n\r\nDetailed instruction has not been written yet, and it will be completed soon.\r\n\r\nIn the future, I will write a document that analyzes intuition, complexity, and efficiency of each generator.\r\n\r\nThe inspiration of this personal project comes from my task as an Algorithm Collaborator in <a href=\"https://www.facebook.com/code.mely/\">Code Mely</a>: prepare problems for a contest and generate tests for each problem. I decided to write a Python library that could help generate complex structures, instead of rewrite the code many times.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python test generators",
    "version": "0.0.8",
    "project_urls": {
        "Documentation": "https://github.com/phungthienphuoc/pygentest/blob/main/Documentation.md",
        "Issues": "https://github.com/phungthienphuoc/py-gentest/issues",
        "Repository": "https://github.com/phungthienphuoc/py-gentest"
    },
    "split_keywords": [
        "python test",
        " generator",
        " testing",
        " competitive programming",
        " test generation",
        " pygentest",
        " test library"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d455cef3bb8526217dd6e582c6da5e499d13e3aa46e3b2f6d8d666588a7addb8",
                "md5": "dcfcd6c9a6f400b5f78634b1da44ab07",
                "sha256": "b3e2bf2e92d7d0f7af33ce988575215e25cd45dbd62a151a369f58f6c71efe4e"
            },
            "downloads": -1,
            "filename": "pygentest-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dcfcd6c9a6f400b5f78634b1da44ab07",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7997,
            "upload_time": "2024-08-08T22:19:49",
            "upload_time_iso_8601": "2024-08-08T22:19:49.120391Z",
            "url": "https://files.pythonhosted.org/packages/d4/55/cef3bb8526217dd6e582c6da5e499d13e3aa46e3b2f6d8d666588a7addb8/pygentest-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f169f6e99bf95e10b3a5a96f4634b6c310f86dfea0c1c6bdebf257f73ff4318",
                "md5": "14b4f7c1a2c8a59041ef8e516c60b435",
                "sha256": "09c76731eff857eb235e0c755a19d915b7f7fd83b1ceb8ee165efcf929707bcf"
            },
            "downloads": -1,
            "filename": "pygentest-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "14b4f7c1a2c8a59041ef8e516c60b435",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7592,
            "upload_time": "2024-08-08T22:19:50",
            "upload_time_iso_8601": "2024-08-08T22:19:50.327310Z",
            "url": "https://files.pythonhosted.org/packages/5f/16/9f6e99bf95e10b3a5a96f4634b6c310f86dfea0c1c6bdebf257f73ff4318/pygentest-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-08 22:19:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "phungthienphuoc",
    "github_project": "pygentest",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygentest"
}
        
Elapsed time: 4.42678s