fakeitmakeit


Namefakeitmakeit JSON
Version 2024.11.0 PyPI version JSON
download
home_pageNone
SummaryPython package for generating fake student data.
upload_time2024-11-12 15:58:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseNone
keywords fake synthetic-data testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fakeitmakeit
[Marijan Beg](https://github.com/marijanbeg)<sup>1</sup>

<sup>1</sup> *Department of Earth Science and Engineering, Imperial College London, London SW7 2AZ, UK*  

## About

`fakeitmakeit` is a Python package designed for generating fake student data for testing purposes. This package is for developers who need realistic, but fictional, student data to test other packages without risking leaking the real student information. It can generate details such as student names, emails, nationalities, usernames, marks, and other information.

## Installation

You can install `fakeitmakeit` via `pip` from PyPI:

```bash
pip install fakeitmakeit
```

## Documentation

TBC (for now, refer to docstrings...)

## Support

If you require support, have questions, want to report a bug, or want to suggest an improvement, please raise an issue in this repository.

## Contributions

All contributions are welcome, however small they are. If you would like to contribute, please fork the repository and create a pull request. If you are not sure how to contribute, please contact us by raising an issue in this repository, and we are going to help you get started and assist you on the way.

## License

Licensed under the MIT License. For details, please refer to the [LICENSE](LICENSE) file.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fakeitmakeit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "fake, synthetic-data, testing",
    "author": null,
    "author_email": "Marijan Beg <m.beg@imperial.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/d6/ea/bd0fdc07e659bcabf8f216a610db0968a18cc5060bf6036e80ce55fdd5da/fakeitmakeit-2024.11.0.tar.gz",
    "platform": null,
    "description": "# fakeitmakeit\n[Marijan Beg](https://github.com/marijanbeg)<sup>1</sup>\n\n<sup>1</sup> *Department of Earth Science and Engineering, Imperial College London, London SW7 2AZ, UK*  \n\n## About\n\n`fakeitmakeit` is a Python package designed for generating fake student data for testing purposes. This package is for developers who need realistic, but fictional, student data to test other packages without risking leaking the real student information. It can generate details such as student names, emails, nationalities, usernames, marks, and other information.\n\n## Installation\n\nYou can install `fakeitmakeit` via `pip` from PyPI:\n\n```bash\npip install fakeitmakeit\n```\n\n## Documentation\n\nTBC (for now, refer to docstrings...)\n\n## Support\n\nIf you require support, have questions, want to report a bug, or want to suggest an improvement, please raise an issue in this repository.\n\n## Contributions\n\nAll contributions are welcome, however small they are. If you would like to contribute, please fork the repository and create a pull request. If you are not sure how to contribute, please contact us by raising an issue in this repository, and we are going to help you get started and assist you on the way.\n\n## License\n\nLicensed under the MIT License. For details, please refer to the [LICENSE](LICENSE) file.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python package for generating fake student data.",
    "version": "2024.11.0",
    "project_urls": null,
    "split_keywords": [
        "fake",
        " synthetic-data",
        " testing"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9875116c65ba203024ab3fd1d8f3b22c2b30f5d76575405d9ec0bcf5a5ec43f8",
                "md5": "dc445b7db7ced7179ed4a58b5cea7fa5",
                "sha256": "1a6ad53cf991692013a3b0e8e9bf40ab781c64a09d8c2f3566a6d4be1dae13f8"
            },
            "downloads": -1,
            "filename": "fakeitmakeit-2024.11.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc445b7db7ced7179ed4a58b5cea7fa5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 10646,
            "upload_time": "2024-11-12T15:58:05",
            "upload_time_iso_8601": "2024-11-12T15:58:05.666172Z",
            "url": "https://files.pythonhosted.org/packages/98/75/116c65ba203024ab3fd1d8f3b22c2b30f5d76575405d9ec0bcf5a5ec43f8/fakeitmakeit-2024.11.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6eabd0fdc07e659bcabf8f216a610db0968a18cc5060bf6036e80ce55fdd5da",
                "md5": "245ef17801b96548437a8a0e6cc9cd4d",
                "sha256": "ec1f49915724e250c5ffa83b721749abd722b441ba953fa74296d7b94c709a3f"
            },
            "downloads": -1,
            "filename": "fakeitmakeit-2024.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "245ef17801b96548437a8a0e6cc9cd4d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 37358,
            "upload_time": "2024-11-12T15:58:07",
            "upload_time_iso_8601": "2024-11-12T15:58:07.536598Z",
            "url": "https://files.pythonhosted.org/packages/d6/ea/bd0fdc07e659bcabf8f216a610db0968a18cc5060bf6036e80ce55fdd5da/fakeitmakeit-2024.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 15:58:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fakeitmakeit"
}
        
Elapsed time: 0.41270s