this-is


Namethis-is JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/FernandoCelmer/this-is-python
SummaryThis is Zen of Python by Tim Peters
upload_time2023-02-05 05:49:11
maintainer
docs_urlNone
authorFernando Celmer
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements build
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # this-is-python

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/this-is?style=flat-square)
![PyPI - License](https://img.shields.io/pypi/l/this-is?style=flat-square)
![PyPI](https://img.shields.io/pypi/v/this-is?style=flat-square)
![PyPI - Downloads](https://img.shields.io/pypi/dm/this-is?style=flat-square)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/FernandoCelmer/this-is-python/master?style=flat-square)
![GitHub Repo stars](https://img.shields.io/github/stars/FernandoCelmer/this-is-python?style=flat-square)
![GitHub followers](https://img.shields.io/github/followers/FernandoCelmer?style=flat-square)

---

<img src="https://raw.githubusercontent.com/FernandoCelmer/this-is-python/master/docs/install.gif">

## How to install?
```python

pip install this-is

```

## How to use?

```
# First command
>>> from this_is import en_us

# Second command
>>> en_us()

The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one– and preferably only one –obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than right now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea – let's do more of those!
```

## Languages
- pt-BR - Portuguese
- en-US - English
- es - Spanish
- fr - French

<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## Commit Style
- ⚙️ NO-TASK
- 📝 PEP8
- 📌 ISSUE
- 🪲 BUG
- 📘 DOCS
- 📦 PyPI
- ❤️️ TEST

<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE` for more information.

<!-- CONTACT -->
## Contact

Fernando Celmer- email@fernandocelmer.com

Project Link: [https://github.com/fernandocelmer/this-is-python](https://github.com/fernandocelmer/this-is-python)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FernandoCelmer/this-is-python",
    "name": "this-is",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Fernando Celmer",
    "author_email": "email@fernandocelmer.com",
    "download_url": "https://files.pythonhosted.org/packages/69/b9/2148bd43d276e3a3c916cc1ef8dbf164c9417f176c667faba53d77d38203/this-is-1.0.3.tar.gz",
    "platform": null,
    "description": "# this-is-python\n\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/this-is?style=flat-square)\n![PyPI - License](https://img.shields.io/pypi/l/this-is?style=flat-square)\n![PyPI](https://img.shields.io/pypi/v/this-is?style=flat-square)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/this-is?style=flat-square)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/FernandoCelmer/this-is-python/master?style=flat-square)\n![GitHub Repo stars](https://img.shields.io/github/stars/FernandoCelmer/this-is-python?style=flat-square)\n![GitHub followers](https://img.shields.io/github/followers/FernandoCelmer?style=flat-square)\n\n---\n\n<img src=\"https://raw.githubusercontent.com/FernandoCelmer/this-is-python/master/docs/install.gif\">\n\n## How to install?\n```python\n\npip install this-is\n\n```\n\n## How to use?\n\n```\n# First command\n>>> from this_is import en_us\n\n# Second command\n>>> en_us()\n\nThe Zen of Python, by Tim Peters\n\nBeautiful is better than ugly.\nExplicit is better than implicit.\nSimple is better than complex.\nComplex is better than complicated.\nFlat is better than nested.\nSparse is better than dense.\nReadability counts.\nSpecial cases aren't special enough to break the rules.\nAlthough practicality beats purity.\nErrors should never pass silently.\nUnless explicitly silenced.\nIn the face of ambiguity, refuse the temptation to guess.\nThere should be one\u2013 and preferably only one \u2013obvious way to do it.\nAlthough that way may not be obvious at first unless you're Dutch.\nNow is better than never.\nAlthough never is often better than right now.\nIf the implementation is hard to explain, it's a bad idea.\nIf the implementation is easy to explain, it may be a good idea.\nNamespaces are one honking great idea \u2013 let's do more of those!\n```\n\n## Languages\n- pt-BR - Portuguese\n- en-US - English\n- es - Spanish\n- fr - French\n\n<!-- CONTRIBUTING -->\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## Commit Style\n- \u2699\ufe0f NO-TASK\n- \ud83d\udcdd PEP8\n- \ud83d\udccc ISSUE\n- \ud83e\udeb2 BUG\n- \ud83d\udcd8 DOCS\n- \ud83d\udce6 PyPI\n- \u2764\ufe0f\ufe0f TEST\n\n<!-- LICENSE -->\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n<!-- CONTACT -->\n## Contact\n\nFernando Celmer- email@fernandocelmer.com\n\nProject Link: [https://github.com/fernandocelmer/this-is-python](https://github.com/fernandocelmer/this-is-python)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is Zen of Python by Tim Peters",
    "version": "1.0.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6572921cce91430f0215715d298ece1b84beeadb13341a9e1728dd52bc9bb072",
                "md5": "c0ddfc16b92c8eec5f1e518010e73cf5",
                "sha256": "7f9e1a041369a226667e697f85f66abd6f09c24326f6939df126ef3294fc9b5f"
            },
            "downloads": -1,
            "filename": "this_is-1.0.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0ddfc16b92c8eec5f1e518010e73cf5",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 4233,
            "upload_time": "2023-02-05T05:49:09",
            "upload_time_iso_8601": "2023-02-05T05:49:09.353735Z",
            "url": "https://files.pythonhosted.org/packages/65/72/921cce91430f0215715d298ece1b84beeadb13341a9e1728dd52bc9bb072/this_is-1.0.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69b92148bd43d276e3a3c916cc1ef8dbf164c9417f176c667faba53d77d38203",
                "md5": "6bd62ceeb389cde1de2e8f4bf940ffce",
                "sha256": "464cb19d3fefe04912e729bcd1da2163579c875b3b403bb0774886627523fa6c"
            },
            "downloads": -1,
            "filename": "this-is-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6bd62ceeb389cde1de2e8f4bf940ffce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3972,
            "upload_time": "2023-02-05T05:49:11",
            "upload_time_iso_8601": "2023-02-05T05:49:11.206948Z",
            "url": "https://files.pythonhosted.org/packages/69/b9/2148bd43d276e3a3c916cc1ef8dbf164c9417f176c667faba53d77d38203/this-is-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-05 05:49:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "FernandoCelmer",
    "github_project": "this-is-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "build",
            "specs": [
                [
                    "==",
                    "0.10.0"
                ]
            ]
        }
    ],
    "lcname": "this-is"
}
        
Elapsed time: 0.11018s