From af2567540dc7a249000249e9f01a3990d5771b03 Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Sun, 14 Oct 2018 14:57:59 +0200 Subject: [PATCH 01/50] Update index.html --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 71abec1..e23ba95 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,10 @@ response.text().then(function(data) { initMap(data) }) }) - function infoWindowContent(url, name) { + function infoWindowContent(strings) { + var name = strings[0] + var url = strings[1] + var content = `
@@ -60,7 +63,7 @@ }) item['marker'].addListener('click', function(){ - infowindow.setContent(infoWindowContent(item.name, item.url)) + infowindow.setContent(infoWindowContent([item.name, item.url])) infowindow.open(map, item['marker']) }) From 2a44563c897db782636b612fe8a8438b70470c22 Mon Sep 17 00:00:00 2001 From: Eduardo Mendes Date: Sun, 14 Oct 2018 12:21:23 -0300 Subject: [PATCH 02/50] Adding Grupy-SP and py013 --- communities.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/communities.yaml b/communities.yaml index 681bd55..c49526b 100644 --- a/communities.yaml +++ b/communities.yaml @@ -11,6 +11,17 @@ lng: -48.549580 url: http://floripa.sc.python.org.br/ + +- name: Grupy-SP + lat: -23.550520 + lng: -46.633308 + url: https://www.meetup.com/pt-BR/Grupy-SP/ + +- name: py013 + lat: -23.956290 + lng: -46.326460 + url: https://www.meetup.com/pt-BR/BxPy013/ + ### ### Germany ### From dac7c020e8c758abfb4151b0ad3d3ff913a7ac33 Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Sun, 14 Oct 2018 19:49:41 +0200 Subject: [PATCH 03/50] Organize communities.yaml alphabetically --- communities.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/communities.yaml b/communities.yaml index c49526b..d1cfe26 100644 --- a/communities.yaml +++ b/communities.yaml @@ -6,12 +6,6 @@ lng: -47.820840 url: https://www.meetup.com/grupy-rp/ -- name: Python Floripa - lat: -27.596910 - lng: -48.549580 - url: http://floripa.sc.python.org.br/ - - - name: Grupy-SP lat: -23.550520 lng: -46.633308 @@ -22,6 +16,11 @@ lng: -46.326460 url: https://www.meetup.com/pt-BR/BxPy013/ +- name: Python Floripa + lat: -27.596910 + lng: -48.549580 + url: http://floripa.sc.python.org.br/ + ### ### Germany ### From 04dcf542424434aa6cd51f32bad58edc49f120d5 Mon Sep 17 00:00:00 2001 From: lmedson Date: Sun, 14 Oct 2018 19:39:27 -0300 Subject: [PATCH 04/50] Add Grupy-RN --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index d1cfe26..4f65f3e 100644 --- a/communities.yaml +++ b/communities.yaml @@ -1,6 +1,11 @@ ### ### Brazil ### +- name: GruPy-RN + lat: -5.824935 + lng: -35.211567 + url: https://meetup.grupyrn.org + - name: GruPy-RP lat: -21.176630 lng: -47.820840 From d096d9a7a0517e925500b4c7d9a4d97e744178c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuri=20Ara=C3=BAjo?= <3741554+araujoyuri@users.noreply.github.com> Date: Sun, 14 Oct 2018 19:16:40 -0300 Subject: [PATCH 05/50] =?UTF-8?q?Added=20Python=20Users=20Group=20from=20C?= =?UTF-8?q?ear=C3=A1,=20Brazil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Python Users Group from Ceará, Brazil (PUG-CE) --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 4f65f3e..799d3ea 100644 --- a/communities.yaml +++ b/communities.yaml @@ -5,6 +5,11 @@ lat: -5.824935 lng: -35.211567 url: https://meetup.grupyrn.org + +- name: PUG-CE + lat: -3.7913486 + lng: -38.5892419 + url: http://pylestras.org/ - name: GruPy-RP lat: -21.176630 From 3d11b276f8890851e87065829524515168333c54 Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Mon, 15 Oct 2018 08:40:24 +0200 Subject: [PATCH 06/50] Change deployed URL in README to https://community.python.org.br/ --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2019885..6b90593 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Python Community Map -A map full of lovely Python communities 🐍❤️ - -This is still hosted under my domain – https://deployeveryday.com/python-community-map/ – but I'll try to get a better one soon, or deploy at the [python.org](https://www.python.org/) site, _that would be cool!_ +A map full of lovely Python communities 🐍❤️ currently deployed at https://community.python.org.br/. *This is not a map for specific events or conferences, but rather for local communities.* From dae7a606e22a1ddaec512862fd5e4d003fd8fb8f Mon Sep 17 00:00:00 2001 From: Helio Meira Lins Date: Mon, 15 Oct 2018 11:25:36 -0300 Subject: [PATCH 07/50] Add PUG-PE. --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 799d3ea..f13c9a4 100644 --- a/communities.yaml +++ b/communities.yaml @@ -31,6 +31,11 @@ lng: -48.549580 url: http://floripa.sc.python.org.br/ +- name: PUG-PE + lat: -8.063169 + lng: -34.871143 + url: http://www.pug.pe/ + ### ### Germany ### From 8927670c12220ce979aa8339c649df498c9af939 Mon Sep 17 00:00:00 2001 From: Steven Bruno Date: Fri, 19 Oct 2018 09:16:04 -0500 Subject: [PATCH 08/50] add Chicago Python User Group (ChiPy) --- communities.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/communities.yaml b/communities.yaml index f13c9a4..2fda2e6 100644 --- a/communities.yaml +++ b/communities.yaml @@ -51,3 +51,11 @@ lat: -33.924870 lng: 18.424055 url: https://ctpug.org.za/ + +### +### United States +### +- name: ChiPy + lat: 41.8781 + lng: 87.6298 + url: http://www.chipy.org/ From df58554fd3eed9bebef9d9b36e11824e39cfac16 Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Fri, 19 Oct 2018 11:41:03 -0300 Subject: [PATCH 09/50] Fix ChiPy long --- communities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communities.yaml b/communities.yaml index 2fda2e6..bf622b8 100644 --- a/communities.yaml +++ b/communities.yaml @@ -57,5 +57,5 @@ ### - name: ChiPy lat: 41.8781 - lng: 87.6298 + lng: -87.6298 url: http://www.chipy.org/ From 3764c439537f6ad1388d27e0d2346bdce313eb49 Mon Sep 17 00:00:00 2001 From: Oscar Cortez Date: Fri, 19 Oct 2018 09:29:08 -0700 Subject: [PATCH 10/50] Add Nicaragua Python community --- communities.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/communities.yaml b/communities.yaml index bf622b8..7311d50 100644 --- a/communities.yaml +++ b/communities.yaml @@ -5,7 +5,7 @@ lat: -5.824935 lng: -35.211567 url: https://meetup.grupyrn.org - + - name: PUG-CE lat: -3.7913486 lng: -38.5892419 @@ -36,6 +36,14 @@ lng: -34.871143 url: http://www.pug.pe/ +### +### Central America +### +- name: Python Nicaragua + lat: 12.0978181 + lng: -86.328501 + url: https://www.meetup.com/es-ES/Python-Nicaragua/ + ### ### Germany ### From c59d06e368964f5795dd5509bbd7631262000427 Mon Sep 17 00:00:00 2001 From: Nick Mavrakis Date: Fri, 19 Oct 2018 21:01:51 +0300 Subject: [PATCH 11/50] Add Greece to communities --- communities.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/communities.yaml b/communities.yaml index bf622b8..96d30b0 100644 --- a/communities.yaml +++ b/communities.yaml @@ -44,6 +44,14 @@ lng: 7.848796 url: https://www.meetup.com/Python-User-Group-Freiburg/ +### +### Greece +### +- name: Python User Group Greece + lat: 37.983103 + lng: 23.724767 + url: http://python.org.gr/ + ### ### South Africa ### From 4d7cb0e1b96367b5906b525554455a365777079b Mon Sep 17 00:00:00 2001 From: Derek Payton Date: Fri, 19 Oct 2018 11:35:27 -0700 Subject: [PATCH 12/50] Add Fresno, CA --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index bf622b8..b23e6bc 100644 --- a/communities.yaml +++ b/communities.yaml @@ -59,3 +59,8 @@ lat: 41.8781 lng: -87.6298 url: http://www.chipy.org/ + +- name: fresno.py + lat: 36.762740 + lng: -119.798830 + url: https://www.meetup.com/fresnopython/ From a6b1de0035a9b3b99ef2c6058bdfcd54ef94646d Mon Sep 17 00:00:00 2001 From: Guilherme Vierno Date: Fri, 19 Oct 2018 17:31:34 -0300 Subject: [PATCH 13/50] Add Minas Gerais' Python community --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 7311d50..90521ef 100644 --- a/communities.yaml +++ b/communities.yaml @@ -31,6 +31,11 @@ lng: -48.549580 url: http://floripa.sc.python.org.br/ +- name: Python-MG + lat: -19.912998 + lng: -43.940933 + url: https://pythonmg.github.io/ + - name: PUG-PE lat: -8.063169 lng: -34.871143 From 38abf1aa26ea05b910e8391cf8b2df1f6d2f39fa Mon Sep 17 00:00:00 2001 From: Anthony Bouvier Date: Fri, 19 Oct 2018 16:58:36 -0400 Subject: [PATCH 14/50] Adds DerbyPy from Louisville, KY, USA --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 7311d50..48f67b0 100644 --- a/communities.yaml +++ b/communities.yaml @@ -67,3 +67,8 @@ lat: 41.8781 lng: -87.6298 url: http://www.chipy.org/ + +- name: DerbyPy + lat: 38.2527 + lng: -85.7585 + url: https://www.meetup.com/derbypy/ From 356e7909dfcdf8819885ef176b0011fa18ea5797 Mon Sep 17 00:00:00 2001 From: Thiago Curvelo Date: Fri, 19 Oct 2018 18:13:48 -0300 Subject: [PATCH 15/50] Add PUG Paraiba --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 7311d50..b4a6709 100644 --- a/communities.yaml +++ b/communities.yaml @@ -1,6 +1,11 @@ ### ### Brazil ### +- name: PUG-PB + lat: -7.119564 + lng: -34.8833767 + url: https://pb.python.org.br + - name: GruPy-RN lat: -5.824935 lng: -35.211567 From 5523a8c21680b626e39d1e7eb7ec1b6370946432 Mon Sep 17 00:00:00 2001 From: Wayne Bills Date: Fri, 19 Oct 2018 17:53:35 -0500 Subject: [PATCH 16/50] added MEMpy community --- communities.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/communities.yaml b/communities.yaml index 7311d50..ac31ea0 100644 --- a/communities.yaml +++ b/communities.yaml @@ -67,3 +67,7 @@ lat: 41.8781 lng: -87.6298 url: http://www.chipy.org/ +- name: MEMpy + lat: 35.149532 + lng: -90.048981 + url: http://www.mempy.org/ From b2b4c633af5615710eefa0fb79a36c44665b8050 Mon Sep 17 00:00:00 2001 From: Yago Souza Venancio Lima Date: Fri, 19 Oct 2018 21:08:49 -0300 Subject: [PATCH 17/50] Adicionada comunidade de Salvador --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 7311d50..5ec528e 100644 --- a/communities.yaml +++ b/communities.yaml @@ -35,6 +35,11 @@ lat: -8.063169 lng: -34.871143 url: http://www.pug.pe/ + + name: GruPy-SSA + lat: -13.0108746 + lng: -38.4966752 + url: https://www.meetup.com/pt-BR/Salvador-Python-Meetup/ ### ### Central America From f9832e3e197e1cb142469e21bfde8c364ce41bb1 Mon Sep 17 00:00:00 2001 From: melvyn ian drag Date: Fri, 19 Oct 2018 20:50:56 -0400 Subject: [PATCH 18/50] added new hampshire --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 7311d50..585470c 100644 --- a/communities.yaml +++ b/communities.yaml @@ -67,3 +67,8 @@ lat: 41.8781 lng: -87.6298 url: http://www.chipy.org/ + +- name: New Hampshire Python Group + lat: 42.987354 + lng: -71.463033 + url: https://www.meetup.com/New-Hampshire-Python-Group/ From c9173a32b9ed37a35a2cb65d0a1dd5c467a2494d Mon Sep 17 00:00:00 2001 From: "Gabriel (Gabu) Bellon" Date: Sat, 20 Oct 2018 08:07:15 -0300 Subject: [PATCH 19/50] Add Python Joinville --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 7311d50..f72c3dd 100644 --- a/communities.yaml +++ b/communities.yaml @@ -36,6 +36,11 @@ lng: -34.871143 url: http://www.pug.pe/ +- name: Python Joinville + lat: -26.304760 + lng: -48.845870 + url: http://python.joinville.br/ + ### ### Central America ### From 045a79223b0d6f37c259bfdaa4a48ab36f9d5999 Mon Sep 17 00:00:00 2001 From: Humberto Rocha Date: Sat, 20 Oct 2018 10:46:04 -0300 Subject: [PATCH 20/50] Add GruPy-DF --- communities.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/communities.yaml b/communities.yaml index 5117796..3963997 100644 --- a/communities.yaml +++ b/communities.yaml @@ -56,6 +56,11 @@ lng: -48.845870 url: http://python.joinville.br/ +- name: GruPy-DF + lat: -15.7744228 + lng: -48.0772825 + url: http://df.python.org.br/ + ### ### Central America ### @@ -114,4 +119,4 @@ - name: New Hampshire Python Group lat: 42.987354 lng: -71.463033 - url: https://www.meetup.com/New-Hampshire-Python-Group/ \ No newline at end of file + url: https://www.meetup.com/New-Hampshire-Python-Group/ From 829a18c738cf4be60f42156a3724fa9227398639 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 20 Oct 2018 11:49:17 -0300 Subject: [PATCH 21/50] Added PyTche (Porto Alegre) --- communities.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/communities.yaml b/communities.yaml index 3963997..4858cf0 100644 --- a/communities.yaml +++ b/communities.yaml @@ -31,6 +31,11 @@ lng: -46.326460 url: https://www.meetup.com/pt-BR/BxPy013/ +- name: PyTche + lat: -30.0346 + lng: -51.2177 + url: https://www.meetup.com/PyTche/ + - name: Python Floripa lat: -27.596910 lng: -48.549580 @@ -45,8 +50,8 @@ lat: -8.063169 lng: -34.871143 url: http://www.pug.pe/ - - name: GruPy-SSA + +- name: GruPy-SSA lat: -13.0108746 lng: -38.4966752 url: https://www.meetup.com/pt-BR/Salvador-Python-Meetup/ @@ -100,7 +105,7 @@ lat: 41.8781 lng: -87.6298 url: http://www.chipy.org/ - + - name: DerbyPy lat: 38.2527 lng: -85.7585 From 119a985954d09ea7a3644000bc7049439ce2e8f2 Mon Sep 17 00:00:00 2001 From: myYearOfCode <40813606+myYearOfCode@users.noreply.github.com> Date: Sat, 20 Oct 2018 19:11:29 -0400 Subject: [PATCH 22/50] Add boston python --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 4858cf0..ec2dd87 100644 --- a/communities.yaml +++ b/communities.yaml @@ -125,3 +125,8 @@ lat: 42.987354 lng: -71.463033 url: https://www.meetup.com/New-Hampshire-Python-Group/ + +- name: Boston Python + lat: 42.361482 + long: -71.081226 + url: https://www.meetup.com/bostonpython/ From fd7164fc394ae6fa5b1e00e95c20659eea79a914 Mon Sep 17 00:00:00 2001 From: Onyeka Aghanenu Date: Sun, 21 Oct 2018 11:49:18 +0100 Subject: [PATCH 23/50] Added entry for Python Nigeria --- communities.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/communities.yaml b/communities.yaml index ec2dd87..d1f70d4 100644 --- a/communities.yaml +++ b/communities.yaml @@ -90,6 +90,14 @@ lng: 23.724767 url: http://python.org.gr/ +### +### Nigeria +### +- name: Python Nigeria + lat: 9.0820 + lng: 8.6753 + url: http://pythonnigeria.org/ + ### ### South Africa ### From 89834e992f9eaa10af33420c8fed764468130f0e Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Sun, 21 Oct 2018 09:18:03 -0300 Subject: [PATCH 24/50] Fix Boston entry, change key long to lng --- communities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communities.yaml b/communities.yaml index d1f70d4..39e882a 100644 --- a/communities.yaml +++ b/communities.yaml @@ -136,5 +136,5 @@ - name: Boston Python lat: 42.361482 - long: -71.081226 + lng: -71.081226 url: https://www.meetup.com/bostonpython/ From 41133df861a41334b96c82378354be9dee5b1b1b Mon Sep 17 00:00:00 2001 From: brentjrobinson Date: Sun, 21 Oct 2018 14:41:35 -0400 Subject: [PATCH 25/50] Added Atlanta python group --- communities.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/communities.yaml b/communities.yaml index 39e882a..2b29681 100644 --- a/communities.yaml +++ b/communities.yaml @@ -134,7 +134,12 @@ lng: -71.463033 url: https://www.meetup.com/New-Hampshire-Python-Group/ -- name: Boston Python +- name: Boston Python lat: 42.361482 lng: -71.081226 url: https://www.meetup.com/bostonpython/ + +- name: PyAtl + lat: 33.748997 + lng: -84.387985 + url: https://www.meetup.com/python-atlanta/ From c289ea74b7c3de93604e82c5fbfb3b212f7d0c18 Mon Sep 17 00:00:00 2001 From: Humberto Rocha Date: Mon, 22 Oct 2018 07:55:22 -0300 Subject: [PATCH 26/50] mobile footer --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/style.css b/style.css index a10f927..cadbaaa 100644 --- a/style.css +++ b/style.css @@ -50,3 +50,17 @@ footer a:hover, a:active { text-align: right; font-size: 14px; } + +@media only screen and (max-width: 768px) { + .footer-text { + font-size: 14px; + } + + footer a { + font-size: 12px; + } + + .made-by { + font-size: 10px; + } +} From 363c1529e579f3adc080a89a5ea50b4ad291c3a1 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Mon, 22 Oct 2018 23:39:02 -0500 Subject: [PATCH 27/50] Add Python Ecuador --- communities.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/communities.yaml b/communities.yaml index 2b29681..c9f5b3d 100644 --- a/communities.yaml +++ b/communities.yaml @@ -74,6 +74,14 @@ lng: -86.328501 url: https://www.meetup.com/es-ES/Python-Nicaragua/ +### +### Ecuador +### +- name: Python Ecuador + lat: -1.831239 + lng: -78.183403 + url: https://pythonecuador.org/ + ### ### Germany ### From 781e856ffea1a0ab1fdabdd30e15af86e10544b7 Mon Sep 17 00:00:00 2001 From: Greg Bullmer Date: Tue, 23 Oct 2018 10:52:43 -0500 Subject: [PATCH 28/50] Add DFW Pythoneers --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index c9f5b3d..52a3fe5 100644 --- a/communities.yaml +++ b/communities.yaml @@ -127,6 +127,11 @@ lng: -85.7585 url: https://www.meetup.com/derbypy/ +- name: DFW Pythoneers + lat: 33.0782823 + lng: -96.8082226 + url: https://www.meetup.com/dfwpython/ + - name: fresno.py lat: 36.762740 lng: -119.798830 From 502b4371cd07fac71d00160e52313971a1d70f7f Mon Sep 17 00:00:00 2001 From: Greg Bullmer Date: Tue, 23 Oct 2018 11:01:41 -0500 Subject: [PATCH 29/50] Add Python for Everyone --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 52a3fe5..16c8656 100644 --- a/communities.yaml +++ b/communities.yaml @@ -156,3 +156,8 @@ lat: 33.748997 lng: -84.387985 url: https://www.meetup.com/python-atlanta/ + +- name: Python for Everyone + lat: 33.027852 + lng: -96.7115229 + url: https://www.meetup.com/python4e/ From c162b57ee1464f494539631657e31b7211b12f19 Mon Sep 17 00:00:00 2001 From: Greg Bullmer Date: Wed, 24 Oct 2018 12:56:35 -0500 Subject: [PATCH 30/50] Add PuPPy Add Seattle, WA-based Paget Sound Programming Python (PuPPy) community. --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 16c8656..cc2daef 100644 --- a/communities.yaml +++ b/communities.yaml @@ -151,6 +151,11 @@ lat: 42.361482 lng: -71.081226 url: https://www.meetup.com/bostonpython/ + +- name: Puget Sound Programming Python (PuPPy) + lat: 47.5989758 + lng: -122.3337873 + url: https://www.meetup.com/PSPPython/ - name: PyAtl lat: 33.748997 From e030fb1282277d430c1bcd7922ac9ccae349e62c Mon Sep 17 00:00:00 2001 From: Greg Bullmer Date: Wed, 24 Oct 2018 13:02:33 -0500 Subject: [PATCH 31/50] Add Austin Python Add the Austin, TX-based Austin Python Programming Meetup. --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 16c8656..b02b8de 100644 --- a/communities.yaml +++ b/communities.yaml @@ -117,6 +117,11 @@ ### ### United States ### +- name: The Austin Python Meetup + lat: 30.2688755 + lng: -97.7405641 + url: https://www.meetup.com/austinpython/ + - name: ChiPy lat: 41.8781 lng: -87.6298 From 3ad44b8c01627d0670cdd31950de11222d03297c Mon Sep 17 00:00:00 2001 From: Greg Bullmer Date: Wed, 24 Oct 2018 13:08:28 -0500 Subject: [PATCH 32/50] Add PyHawaii Add Honolulu, HI-based PyHawaii: Python User Group. --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 16c8656..85eddcd 100644 --- a/communities.yaml +++ b/communities.yaml @@ -157,6 +157,11 @@ lng: -84.387985 url: https://www.meetup.com/python-atlanta/ +- name: PyHawaii: Python User Group + lat: 21.295134 + lng: -157.85178 + url: https://www.meetup.com/PyHawaii-Python-Users-Group/ + - name: Python for Everyone lat: 33.027852 lng: -96.7115229 From a3feb80e84ce57437c9f8578e2b7b81a807a2502 Mon Sep 17 00:00:00 2001 From: bianca rosa Date: Thu, 25 Oct 2018 01:50:55 -0300 Subject: [PATCH 33/50] add pythonrio --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index 904b41a..b804c92 100644 --- a/communities.yaml +++ b/communities.yaml @@ -66,6 +66,11 @@ lng: -48.0772825 url: http://df.python.org.br/ +- name: PythOnRio + lat: -22.9094444 + lng: -43.1763889 + url: http://pythonrio.python.org.br + ### ### Central America ### From e93ab5d3a13b4a12348f5d89483b09f5d8e7ce5b Mon Sep 17 00:00:00 2001 From: Manuel Solorzano Date: Thu, 25 Oct 2018 00:37:32 -0500 Subject: [PATCH 34/50] adding Lima --- communities.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/communities.yaml b/communities.yaml index 904b41a..2de824d 100644 --- a/communities.yaml +++ b/communities.yaml @@ -121,7 +121,7 @@ lat: 30.2688755 lng: -97.7405641 url: https://www.meetup.com/austinpython/ - + - name: ChiPy lat: 41.8781 lng: -87.6298 @@ -156,7 +156,7 @@ lat: 42.361482 lng: -71.081226 url: https://www.meetup.com/bostonpython/ - + - name: Puget Sound Programming Python (PuPPy) lat: 47.5989758 lng: -122.3337873 @@ -176,3 +176,12 @@ lat: 33.027852 lng: -96.7115229 url: https://www.meetup.com/python4e/ + +### +### Perú +### + +- name: Python Lima + lat: -12.046373 + lng: -77.042755 + url: https://www.meetup.com/pythonperu/ From 580d91c4fca97dca1c59b7dccc119e68973f4c6f Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Thu, 25 Oct 2018 07:21:03 -0300 Subject: [PATCH 35/50] Organize Peru into alphabetical order --- communities.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/communities.yaml b/communities.yaml index cc3931b..5b7ba82 100644 --- a/communities.yaml +++ b/communities.yaml @@ -111,6 +111,15 @@ lng: 8.6753 url: http://pythonnigeria.org/ +### +### Peru +### + +- name: Python Lima + lat: -12.046373 + lng: -77.042755 + url: https://www.meetup.com/pythonperu/ + ### ### South Africa ### @@ -181,12 +190,3 @@ lat: 33.027852 lng: -96.7115229 url: https://www.meetup.com/python4e/ - -### -### Perú -### - -- name: Python Lima - lat: -12.046373 - lng: -77.042755 - url: https://www.meetup.com/pythonperu/ From 3316be5aa9f9b56f72e35f137c58d8f7e721c46e Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Thu, 25 Oct 2018 07:48:37 -0300 Subject: [PATCH 36/50] Add Gauteng and PyData Joburg --- communities.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/communities.yaml b/communities.yaml index 5b7ba82..3dde142 100644 --- a/communities.yaml +++ b/communities.yaml @@ -128,6 +128,16 @@ lng: 18.424055 url: https://ctpug.org.za/ +- name: Gauteng Python User Group (GPUG) + lat: -26.204103 + lng: 28.047304 + url: https://www.meetup.com/Gauteng-Python-Users-Group/ + +- name: PyData Johannesburg + lat: -26.233215 + lng: 28.172847 + url: https://www.meetup.com/PyData-Johannesburg/ + ### ### United States ### From c9958643fa0b8ee3c2258ac04426050638e6338d Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Thu, 25 Oct 2018 14:04:42 -0300 Subject: [PATCH 37/50] Remove collon in PyHawaii (was breaking the YAML linter) --- communities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communities.yaml b/communities.yaml index 3dde142..a8c6532 100644 --- a/communities.yaml +++ b/communities.yaml @@ -191,7 +191,7 @@ lng: -84.387985 url: https://www.meetup.com/python-atlanta/ -- name: PyHawaii: Python User Group +- name: PyHawaii Python User Group lat: 21.295134 lng: -157.85178 url: https://www.meetup.com/PyHawaii-Python-Users-Group/ From d3b15e9e1184b9aeb5e2ac4a0dff905da02e7034 Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Thu, 25 Oct 2018 14:05:14 -0300 Subject: [PATCH 38/50] Add package*.json files and test suite for the YAML file --- .gitignore | 76 +++++++++++++ package-lock.json | 280 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 29 +++++ test.js | 45 ++++++++ 4 files changed, 430 insertions(+) create mode 100644 .gitignore create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 test.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e1da6ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,76 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +# parcel-bundler cache (https://parceljs.org/) +.cache + +# next.js build output +.next + +# nuxt.js build output +.nuxt + +# vuepress build output +.vuepress/dist + +# Serverless directories +.serverless + +# FuseBox cache +.fusebox/ diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..a6a4d1a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,280 @@ +{ + "name": "python-community-map", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "dev": true + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", + "dev": true + }, + "chai": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", + "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", + "dev": true, + "requires": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^3.0.1", + "get-func-name": "^2.0.0", + "pathval": "^1.1.0", + "type-detect": "^4.0.5" + } + }, + "check-error": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", + "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", + "dev": true + }, + "commander": { + "version": "2.15.1", + "resolved": "http://registry.npmjs.org/commander/-/commander-2.15.1.tgz", + "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "deep-eql": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", + "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", + "dev": true, + "requires": { + "type-detect": "^4.0.0" + } + }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", + "dev": true + }, + "glob": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", + "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "he": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz", + "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "js-yaml": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz", + "integrity": "sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "0.0.8", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true, + "requires": { + "minimist": "0.0.8" + } + }, + "mocha": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-5.2.0.tgz", + "integrity": "sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ==", + "dev": true, + "requires": { + "browser-stdout": "1.3.1", + "commander": "2.15.1", + "debug": "3.1.0", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "glob": "7.1.2", + "growl": "1.10.5", + "he": "1.1.1", + "minimatch": "3.0.4", + "mkdirp": "0.5.1", + "supports-color": "5.4.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "pathval": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", + "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=", + "dev": true + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "supports-color": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.4.0.tgz", + "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..a284a7d --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "python-community-map", + "version": "1.0.0", + "description": "Python Communities Around the World", + "main": "index.html", + "scripts": { + "test": "npx mocha" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jonatasbaldin/python-community-map.git" + }, + "keywords": [ + "python", + "map", + "community" + ], + "author": "Jonatas Baldin", + "license": "MIT", + "bugs": { + "url": "https://github.com/jonatasbaldin/python-community-map/issues" + }, + "homepage": "https://github.com/jonatasbaldin/python-community-map#readme", + "devDependencies": { + "chai": "^4.2.0", + "js-yaml": "^3.12.0", + "mocha": "^5.2.0" + } +} diff --git a/test.js b/test.js new file mode 100644 index 0000000..09f93c7 --- /dev/null +++ b/test.js @@ -0,0 +1,45 @@ +const yaml = require('js-yaml') +const fs = require('fs') +const assert = require('chai').assert +const url = require('url') + +describe('communities', function() { + before('test communities.yaml load', function() { + communities = yaml.safeLoad(fs.readFileSync('communities.yaml', 'utf8')) + }) + + it('test community schema', function() { + communities.forEach(function(community){ + // name + assert.ok(community.hasOwnProperty('name'), `${community.url} must have a name`) + assert.equal(typeof community.name, 'string', `${community.name} name must be string`) + + // lat + assert.ok(community.hasOwnProperty('lat'), `${community.name} must have a lat`) + assert.typeOf(community.lat, 'number', `${community.name} lat must be a number`) + + // lng + assert.ok(community.hasOwnProperty('lng'), `${community.name} must have a lng`) + assert.typeOf(community.lng, 'number', `${community.name} lng must be a number`) + + // url + assert.ok(community.hasOwnProperty('url'), `${community.name} must have a url`) + assert.typeOf(community.url, 'string', `${community.name} url must be a string`) + assert.ok(new URL(community.url), `${community.name} url is invalid`) + }) + }) + + it ('all communities should have an unique pair of lat and lng', function() { + communities.forEach(function(currentCommunity){ + communities.forEach(function(checkCommunity){ + if (currentCommunity.name != checkCommunity.name) { + assert.notDeepEqual( + {lat: currentCommunity.lat, lng: currentCommunity.lng}, + {lat: checkCommunity.lat, lng: checkCommunity.lng}, + `${currentCommunity.name} and ${checkCommunity.name} has the same lat and long` + ) + } + }) + }) + }) +}) From 3dc9b8dcc4f09f3ad3e11ee684dc4567bbe7883e Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Thu, 25 Oct 2018 14:07:53 -0300 Subject: [PATCH 39/50] Add TravisCI configuration --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ec85c59 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - 10 +cache: npm From f4eadbcf3f0ed37b6936f6b91c3574937f4db92f Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Thu, 25 Oct 2018 14:15:47 -0300 Subject: [PATCH 40/50] Add TravisCI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b90593..c907754 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A map full of lovely Python communities 🐍❤️ currently deployed at https: *This is not a map for specific events or conferences, but rather for local communities.* +[![Build Status](https://travis-ci.org/jonatasbaldin/python-community-map.svg?branch=master)](https://travis-ci.org/jonatasbaldin/python-community-map) + ## How to add a new community to the map? ### 1. Fork this repo First of all, fork this repo :) You can find instructions [here](https://help.github.com/articles/fork-a-repo/) or [here](https://guides.github.com/activities/forking/). From a5026adf4e6d2ca8cadc024259bd598c15865e70 Mon Sep 17 00:00:00 2001 From: brunoLSA Date: Fri, 26 Oct 2018 15:29:42 -0300 Subject: [PATCH 41/50] Add PyNorte - Manaus AM --- communities.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/communities.yaml b/communities.yaml index a8c6532..11cf881 100644 --- a/communities.yaml +++ b/communities.yaml @@ -31,6 +31,11 @@ lng: -46.326460 url: https://www.meetup.com/pt-BR/BxPy013/ +- name: PyNorte + lat: -3.131633 + lng: -59.982504 + url: https://pt-br.facebook.com/pynorte/ + - name: PyTche lat: -30.0346 lng: -51.2177 From 4de539303e07322f8af9724b4ea521984e77d65c Mon Sep 17 00:00:00 2001 From: Jonatas Baldin Date: Fri, 26 Oct 2018 22:17:16 -0300 Subject: [PATCH 42/50] Add Google Analytics --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index e23ba95..87a2a9b 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,14 @@ + +