packtest1


Namepacktest1 JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA package for converting between imperial unit lengths and weights.
upload_time2024-01-23 19:39:44
maintainer
docs_urlNone
authorAll credit to you
requires_python
licenseMIT license
keywords test pack
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # impyrial

A package for converting between imperial unit lengths and weights.

This package was created for the [DataCamp](https://www.datacamp.com) course "Developing Python Packages".

### Features

- Convert lengths between miles, yards, feet and inches.
- Convert weights between hundredweight, stone, pounds and ounces.

### Usage

```
import impyrial

# Convert 500 miles to feet
impyrial.length.convert_unit(500, from_unit='yd', to_unit='ft')  # returns 1500.0

# Convert 100 ounces to pounds
impyrial.weight.convert_unit(100, from_unit='oz', to_unit='lb')  # returns 6.25
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "packtest1",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "test pack",
    "author": "All credit to you",
    "author_email": "you@chapter4.com",
    "download_url": "https://files.pythonhosted.org/packages/f9/8e/1b17ee43a94950306284927834f9252b3ddab363e0c5211b620481a15cbc/packtest1-0.0.1.tar.gz",
    "platform": null,
    "description": "# impyrial\n\nA package for converting between imperial unit lengths and weights.\n\nThis package was created for the [DataCamp](https://www.datacamp.com) course \"Developing Python Packages\".\n\n### Features\n\n- Convert lengths between miles, yards, feet and inches.\n- Convert weights between hundredweight, stone, pounds and ounces.\n\n### Usage\n\n```\nimport impyrial\n\n# Convert 500 miles to feet\nimpyrial.length.convert_unit(500, from_unit='yd', to_unit='ft')  # returns 1500.0\n\n# Convert 100 ounces to pounds\nimpyrial.weight.convert_unit(100, from_unit='oz', to_unit='lb')  # returns 6.25\n```\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "A package for converting between imperial unit lengths and weights.",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "test",
        "pack"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44c4164782907dca14ba6c44e1f7b996e3b391187e641545acc500ce69e5213d",
                "md5": "028a520032a63d044a6a85a7700b9383",
                "sha256": "c3b55aff7114b7331a762582bb546b2e88cbe7d8b2ee0d1d25c41fa3eae70a98"
            },
            "downloads": -1,
            "filename": "packtest1-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "028a520032a63d044a6a85a7700b9383",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3290,
            "upload_time": "2024-01-23T19:39:43",
            "upload_time_iso_8601": "2024-01-23T19:39:43.040797Z",
            "url": "https://files.pythonhosted.org/packages/44/c4/164782907dca14ba6c44e1f7b996e3b391187e641545acc500ce69e5213d/packtest1-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f98e1b17ee43a94950306284927834f9252b3ddab363e0c5211b620481a15cbc",
                "md5": "8f3017e52e461d2cba716ffa2c41825a",
                "sha256": "d4b66077e592ba009c3bad2785c4d9abd46446301beba9018e18caf60736c5ed"
            },
            "downloads": -1,
            "filename": "packtest1-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8f3017e52e461d2cba716ffa2c41825a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3013,
            "upload_time": "2024-01-23T19:39:44",
            "upload_time_iso_8601": "2024-01-23T19:39:44.793952Z",
            "url": "https://files.pythonhosted.org/packages/f9/8e/1b17ee43a94950306284927834f9252b3ddab363e0c5211b620481a15cbc/packtest1-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-23 19:39:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "packtest1"
}
        
Elapsed time: 0.16822s