first-packages-21


Namefirst-packages-21 JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryMy first Python package
upload_time2023-10-12 09:23:22
maintainer
docs_urlNone
authorVolkan
requires_python>=3.6
licenseMIT
keywords hello world
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # First_Packages

First-Packages is a Python library for dealing with word pluralization.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install First_Packages.

```bash
pip install first_packages
```

## Usage

```python
import first_packages

# returns 'Hello World'
first_packages.print()
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "first-packages-21",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Hello World",
    "author": "Volkan",
    "author_email": "volkanr@email.com",
    "download_url": "https://files.pythonhosted.org/packages/31/0c/6d962497bc20acee38fe356e212caff32cef9cbc8ed02ace0dd021002e55/first_packages_21-0.1.0.tar.gz",
    "platform": null,
    "description": "# First_Packages\r\n\r\nFirst-Packages is a Python library for dealing with word pluralization.\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install First_Packages.\r\n\r\n```bash\r\npip install first_packages\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nimport first_packages\r\n\r\n# returns 'Hello World'\r\nfirst_packages.print()\r\n```\r\n\r\n## Contributing\r\n\r\nPull requests are welcome. For major changes, please open an issue first\r\nto discuss what you would like to change.\r\n\r\nPlease make sure to update tests as appropriate.\r\n\r\n## License\r\n\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "My first Python package",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "hello",
        "world"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "310c6d962497bc20acee38fe356e212caff32cef9cbc8ed02ace0dd021002e55",
                "md5": "972b563836b1f5ab1070ebc834859383",
                "sha256": "42f6a373035a92e69a2c5397dd9c739ee89cf224ea3f4e465a67adeb5a869b09"
            },
            "downloads": -1,
            "filename": "first_packages_21-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "972b563836b1f5ab1070ebc834859383",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1631,
            "upload_time": "2023-10-12T09:23:22",
            "upload_time_iso_8601": "2023-10-12T09:23:22.519890Z",
            "url": "https://files.pythonhosted.org/packages/31/0c/6d962497bc20acee38fe356e212caff32cef9cbc8ed02ace0dd021002e55/first_packages_21-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-12 09:23:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "first-packages-21"
}
        
Elapsed time: 0.16106s