ep-tm


Nameep-tm JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA small example package
upload_time2023-11-02 01:23:16
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Instructions

Complete [Activity 14: Python Packaging](https://classroom.github.com/a/V0uPkSQk) and have a Python package deployed on PyPi. The name of your package does not have to be "example-package" but it most end with your name. The package could do anything you like (not necessarily what is done in the tutorial). You need to push a file name **example.py** that illustrates a possible use of your package. 

# Grading

+3 I should be able to install your package using pip. 

+2 **example.py** uses the package and runts without any error. 

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ep-tm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Thyago Mota <thyagomota@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ae/62/ebf954647950610bbfd03fd43e9546e208889bce8bba7cc68df41332881e/ep_tm-0.0.1.tar.gz",
    "platform": null,
    "description": "# Instructions\n\nComplete [Activity 14: Python Packaging](https://classroom.github.com/a/V0uPkSQk) and have a Python package deployed on PyPi. The name of your package does not have to be \"example-package\" but it most end with your name. The package could do anything you like (not necessarily what is done in the tutorial). You need to push a file name **example.py** that illustrates a possible use of your package. \n\n# Grading\n\n+3 I should be able to install your package using pip. \n\n+2 **example.py** uses the package and runts without any error. \n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A small example package",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/pypa/sampleproject/issues",
        "Homepage": "https://github.com/pypa/sampleproject"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "289b6457d647695967d864003074a8972f53d836fe368058393a06843bfd69cf",
                "md5": "e24b652dbc2fc221ded2e24a484acc5e",
                "sha256": "5fbcca76c93c2c11f4313cc580ad70cd2c442803685c10523fe60ccd60af7910"
            },
            "downloads": -1,
            "filename": "ep_tm-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e24b652dbc2fc221ded2e24a484acc5e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2651,
            "upload_time": "2023-11-02T01:23:14",
            "upload_time_iso_8601": "2023-11-02T01:23:14.349898Z",
            "url": "https://files.pythonhosted.org/packages/28/9b/6457d647695967d864003074a8972f53d836fe368058393a06843bfd69cf/ep_tm-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae62ebf954647950610bbfd03fd43e9546e208889bce8bba7cc68df41332881e",
                "md5": "0785561e330d3d5f80e78ed06efb0215",
                "sha256": "a46f59493e6a2d82b50facafb33367531b7d73c4723ec90fcd3c29b3593e578c"
            },
            "downloads": -1,
            "filename": "ep_tm-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0785561e330d3d5f80e78ed06efb0215",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2379,
            "upload_time": "2023-11-02T01:23:16",
            "upload_time_iso_8601": "2023-11-02T01:23:16.143632Z",
            "url": "https://files.pythonhosted.org/packages/ae/62/ebf954647950610bbfd03fd43e9546e208889bce8bba7cc68df41332881e/ep_tm-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-02 01:23:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "sampleproject",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "ep-tm"
}
        
Elapsed time: 0.14292s