pymiau


Namepymiau JSON
Version 0.4 PyPI version JSON
download
home_pagehttps://pypi.org/project/pymiau
SummaryMake a Miau
upload_time2023-05-16 14:57:06
maintainer
docs_urlNone
authorFulan@ de Tal
requires_python
licenseMIT
keywords cats dogs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyMiau
## Use a short explanatory subtitle like, Make a Miau and a Guau

<!-- This are visual tags that you may add to your package at the beginning with useful information on your package --> 
[![version](https://img.shields.io/pypi/v/pymiau?color=blue)](https://pypi.org/project/pymiau/)
[![downloads](https://img.shields.io/pypi/dw/pymiau)](https://pypi.org/project/pymiau/)

Always start the README explaining clearly what your package do.  If
you can include here some beautiful image to call the attention of the
potential user do it!

This is an example:

<p align="center"><img src="https://drive.google.com/uc?export=view&id=1XWnQLEt_oBJjVzMLFVGEAm_uh4zmiYvC" alt="Logo""/></p>

## Download and install

Describe here how the package can be downloaded and install it in
different arquitectures.

If you are using `PyPI` installation it's as simple as:

```
pip install pymiau
```

You can also test the unstable version of the package with:

```
pip install -i https://test.pypi.org/simple/ pymiau
```

## Quick start

In this section you should provide the most simple instructions to use
your package.

For instance:

```
import pymiau
print(pymiau.miau())
```

## Code examples

Provide some detailed examples for more advanced users.

For instance:

```
import pymiau
print(pymiau.miau(n=2))
```

## What's new

If your package will be frequently updated with new features include a
section describing the new features added to it:

Version 0.2:

- Function `guau` was implemented.
- New parameters added to the `miau` routine.

Version 0.1:

- First version of the package.

------------

This package has been designed and written by Fulanit@ de Tal (C) 2023


            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/pymiau",
    "name": "pymiau",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Cats Dogs",
    "author": "Fulan@ de Tal",
    "author_email": "fulano.de.tal@macondo.co",
    "download_url": "https://files.pythonhosted.org/packages/c9/63/8b52c3e190090c19f056c497372f40ce070dc9448830524bf00b13a7514d/pymiau-0.4.tar.gz",
    "platform": null,
    "description": "# PyMiau\n## Use a short explanatory subtitle like, Make a Miau and a Guau\n\n<!-- This are visual tags that you may add to your package at the beginning with useful information on your package --> \n[![version](https://img.shields.io/pypi/v/pymiau?color=blue)](https://pypi.org/project/pymiau/)\n[![downloads](https://img.shields.io/pypi/dw/pymiau)](https://pypi.org/project/pymiau/)\n\nAlways start the README explaining clearly what your package do.  If\nyou can include here some beautiful image to call the attention of the\npotential user do it!\n\nThis is an example:\n\n<p align=\"center\"><img src=\"https://drive.google.com/uc?export=view&id=1XWnQLEt_oBJjVzMLFVGEAm_uh4zmiYvC\" alt=\"Logo\"\"/></p>\n\n## Download and install\n\nDescribe here how the package can be downloaded and install it in\ndifferent arquitectures.\n\nIf you are using `PyPI` installation it's as simple as:\n\n```\npip install pymiau\n```\n\nYou can also test the unstable version of the package with:\n\n```\npip install -i https://test.pypi.org/simple/ pymiau\n```\n\n## Quick start\n\nIn this section you should provide the most simple instructions to use\nyour package.\n\nFor instance:\n\n```\nimport pymiau\nprint(pymiau.miau())\n```\n\n## Code examples\n\nProvide some detailed examples for more advanced users.\n\nFor instance:\n\n```\nimport pymiau\nprint(pymiau.miau(n=2))\n```\n\n## What's new\n\nIf your package will be frequently updated with new features include a\nsection describing the new features added to it:\n\nVersion 0.2:\n\n- Function `guau` was implemented.\n- New parameters added to the `miau` routine.\n\nVersion 0.1:\n\n- First version of the package.\n\n------------\n\nThis package has been designed and written by Fulanit@ de Tal (C) 2023\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Make a Miau",
    "version": "0.4",
    "project_urls": {
        "Homepage": "https://pypi.org/project/pymiau"
    },
    "split_keywords": [
        "cats",
        "dogs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9638b52c3e190090c19f056c497372f40ce070dc9448830524bf00b13a7514d",
                "md5": "75a3f4bd1c31615b10b597650ac0dcf6",
                "sha256": "43444c79081c4326c00e3a1fb314af8e04cd502fe9c431d89fc3477e9f2d5a31"
            },
            "downloads": -1,
            "filename": "pymiau-0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "75a3f4bd1c31615b10b597650ac0dcf6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 33053,
            "upload_time": "2023-05-16T14:57:06",
            "upload_time_iso_8601": "2023-05-16T14:57:06.422946Z",
            "url": "https://files.pythonhosted.org/packages/c9/63/8b52c3e190090c19f056c497372f40ce070dc9448830524bf00b13a7514d/pymiau-0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-16 14:57:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pymiau"
}
        
Elapsed time: 0.06599s