From bb8359b1018eb143fdcda85a39fdbc7e820e40b1 Mon Sep 17 00:00:00 2001 From: CyroGund Date: Fri, 1 Apr 2022 22:25:56 -0300 Subject: [PATCH 1/4] =?UTF-8?q?Teste=20de=20atualiza=C3=A7ao=20com=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31b8739..5cd505f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # libpythonprofessional Modulo para exemplificar construçao de projeto python no curso pytools +Testado a operaçao de fork From 5591c3c198aae648f760546730436a46c03d3440 Mon Sep 17 00:00:00 2001 From: CyroGund Date: Fri, 1 Apr 2022 23:06:42 -0300 Subject: [PATCH 2/4] =?UTF-8?q?Teste=20de=20atualiza=C3=A7ao=20com=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd505f..d07abbf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # libpythonprofessional Modulo para exemplificar construçao de projeto python no curso pytools -Testado a operaçao de fork + +Neste curso é ensinado como contribuir com projetos de código aberto + + +Link do curso [Python Pro](https://www.python.pro.br/modulos/) From 21c2e25482630b88c8b36d45f313464615113fb1 Mon Sep 17 00:00:00 2001 From: CyroGund Date: Fri, 1 Apr 2022 23:09:56 -0300 Subject: [PATCH 3/4] Inserindo link para curso no README close #2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d07abbf..a8bede7 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ Modulo para exemplificar construçao de projeto python no curso pytools Neste curso é ensinado como contribuir com projetos de código aberto - +Atendendo a solicitaçao de link do curso Link do curso [Python Pro](https://www.python.pro.br/modulos/) From 9fa6f22c25f5f67bf8249d4ba597db3a229f3832 Mon Sep 17 00:00:00 2001 From: CyroGund Date: Fri, 1 Apr 2022 23:37:01 -0300 Subject: [PATCH 4/4] Inserindo link para curso no README close #2 --- .idea/.gitignore | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/libpythonprofessional.iml | 8 ++++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 6 files changed, 40 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/libpythonprofessional.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/libpythonprofessional.iml b/.idea/libpythonprofessional.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/libpythonprofessional.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..dc9ea49 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e31835e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file