shandryll-reader


Nameshandryll-reader JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryUm simples leitor de artigos do blog da TreinaWeb
upload_time2024-02-08 17:32:38
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2024 Shandryll Stéphano Cordeiro Bibiano Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords twblog treinaweb blog terminal cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TWBlog Reader

Esse é uma simples CLI (Command Line Interface) para ler os artigos do blog da [TreinaWeb](https://treinaweb.com.br/blog). Esse projeto foi desenvolvido para o artigo [Empacotando e publicando pacotes Python](https://treinaweb.com.br/blog/empacotando-e-publicando-pacotes-python/).

## Instalação

Para instalar o pacote, basta executar o comando abaixo:

```bash
pip install twblog-reader
```

## Uso

Após a instalação do pacote será disponibilizado o comando `twblog` na linha de comando. Para ver a lista do dezesseis últimos artigos, basta executar o comando abaixo:

```bash
twblog
```

A saída será parecida com a abaixo:

```txt
Últimos artigos do blog da TreinaWeb:

0 - Desenvolvedor mobile: por que investir nessa carreira?
1 - ASP.NET - Conhecendo a Minimal API
2 - Como se preparar para entrevistas técnicas
3 - Seletores avançados do CSS
4 - Criando o primeiro CRUD com NestJS
5 - Seletores Básicos do CSS
6 - Orientação a objetos em Dart
7 - 5 dicas para entrevistas na área de TI
8 - Novos recursos do ECMAScript 2022
9 - O que preciso conhecer antes de iniciar estudos em uma linguagem de programação?
10 - Criando o primeiro CRUD com FastAPI
11 - Unidades de medidas no CSS
12 - Orientação a objetos no C#
13 - Guia da linguagem C#
14 - Estruturas condicionais e de repetição no C#
15 - Conhecendo variáveis e constantes no C#
```

Para ver o conteúdo de um artigo específico, basta executar o comando abaixo:

```bash
twblog [id]
```

Onde `[id]` é o identificador do artigo que você deseja ver. Por exemplo, para ver o artigo de identificador 5, basta executar o comando abaixo:

```bash
twblog 5
```

## Licença

Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "shandryll-reader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "twblog,treinaweb,blog,terminal,cli",
    "author": "",
    "author_email": "Shandryll St\u00e9phano <fo114381@inter.co>",
    "download_url": "https://files.pythonhosted.org/packages/28/b3/87bdd20e802162cd58a161150cdae0511e535b53790ed8ecad0ace49ee14/shandryll_reader-0.1.0.tar.gz",
    "platform": null,
    "description": "# TWBlog Reader\n\nEsse \u00e9 uma simples CLI (Command Line Interface) para ler os artigos do blog da [TreinaWeb](https://treinaweb.com.br/blog). Esse projeto foi desenvolvido para o artigo [Empacotando e publicando pacotes Python](https://treinaweb.com.br/blog/empacotando-e-publicando-pacotes-python/).\n\n## Instala\u00e7\u00e3o\n\nPara instalar o pacote, basta executar o comando abaixo:\n\n```bash\npip install twblog-reader\n```\n\n## Uso\n\nAp\u00f3s a instala\u00e7\u00e3o do pacote ser\u00e1 disponibilizado o comando `twblog` na linha de comando. Para ver a lista do dezesseis \u00faltimos artigos, basta executar o comando abaixo:\n\n```bash\ntwblog\n```\n\nA sa\u00edda ser\u00e1 parecida com a abaixo:\n\n```txt\n\u00daltimos artigos do blog da TreinaWeb:\n\n0 - Desenvolvedor mobile: por que investir nessa carreira?\n1 - ASP.NET - Conhecendo a Minimal API\n2 - Como se preparar para entrevistas t\u00e9cnicas\n3 - Seletores avan\u00e7ados do CSS\n4 - Criando o primeiro CRUD com NestJS\n5 - Seletores B\u00e1sicos do CSS\n6 - Orienta\u00e7\u00e3o a objetos em Dart\n7 - 5 dicas para entrevistas na \u00e1rea de TI\n8 - Novos recursos do ECMAScript 2022\n9 - O que preciso conhecer antes de iniciar estudos em uma linguagem de programa\u00e7\u00e3o?\n10 - Criando o primeiro CRUD com FastAPI\n11 - Unidades de medidas no CSS\n12 - Orienta\u00e7\u00e3o a objetos no C#\n13 - Guia da linguagem C#\n14 - Estruturas condicionais e de repeti\u00e7\u00e3o no C#\n15 - Conhecendo vari\u00e1veis e constantes no C#\n```\n\nPara ver o conte\u00fado de um artigo espec\u00edfico, basta executar o comando abaixo:\n\n```bash\ntwblog [id]\n```\n\nOnde `[id]` \u00e9 o identificador do artigo que voc\u00ea deseja ver. Por exemplo, para ver o artigo de identificador 5, basta executar o comando abaixo:\n\n```bash\ntwblog 5\n```\n\n## Licen\u00e7a\n\nEsse projeto est\u00e1 sob a licen\u00e7a MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Shandryll St\u00e9phano Cordeiro Bibiano  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Um simples leitor de artigos do blog da TreinaWeb",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "twblog",
        "treinaweb",
        "blog",
        "terminal",
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3b056c973e98d9d45247605f82ccb9f107c45fd725ef1bcc2d23451fc0ce5ee",
                "md5": "2c603a5020eb5f45448722150b2e15af",
                "sha256": "9e10d1e75ec0fbbad703f52ff7e5e8af38ecb18b3977294a6237e6b7a8524438"
            },
            "downloads": -1,
            "filename": "shandryll_reader-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2c603a5020eb5f45448722150b2e15af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6203,
            "upload_time": "2024-02-08T17:32:36",
            "upload_time_iso_8601": "2024-02-08T17:32:36.582479Z",
            "url": "https://files.pythonhosted.org/packages/b3/b0/56c973e98d9d45247605f82ccb9f107c45fd725ef1bcc2d23451fc0ce5ee/shandryll_reader-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28b387bdd20e802162cd58a161150cdae0511e535b53790ed8ecad0ace49ee14",
                "md5": "98e0e614136388a9c63728f1528bae96",
                "sha256": "54bd532db800f3c967cfa5d2c3a7b7ea496b6ea15e39db6cdcd22ed26c48dddf"
            },
            "downloads": -1,
            "filename": "shandryll_reader-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "98e0e614136388a9c63728f1528bae96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4485,
            "upload_time": "2024-02-08T17:32:38",
            "upload_time_iso_8601": "2024-02-08T17:32:38.726922Z",
            "url": "https://files.pythonhosted.org/packages/28/b3/87bdd20e802162cd58a161150cdae0511e535b53790ed8ecad0ace49ee14/shandryll_reader-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 17:32:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "shandryll-reader"
}
        
Elapsed time: 0.29533s