workspace
stringclasses
1 value
channel
stringclasses
1 value
sentences
stringlengths
1
3.93k
ts
stringlengths
26
26
user
stringlengths
2
11
sentence_id
stringlengths
44
53
timestamp
float64
1.5B
1.56B
__index_level_0__
int64
0
106k
pythondev
help
What problem you're solving with obfuscating your source code?
2019-05-29T05:30:35.369400
Chester
pythondev_help_Chester_2019-05-29T05:30:35.369400
1,559,107,835.3694
25,621
pythondev
help
i don’t solve a problem, i just make it hard for my customer to read the code, and to do changes by their own
2019-05-29T05:38:06.370400
Marcia
pythondev_help_Marcia_2019-05-29T05:38:06.370400
1,559,108,286.3704
25,622
pythondev
help
Maybe a release disclaimer would be more appropriate. > Any changes to this released code may produce unforeseen consequences and will therefore void any support warranty.
2019-05-29T05:38:58.371200
Malena
pythondev_help_Malena_2019-05-29T05:38:58.371200
1,559,108,338.3712
25,623
pythondev
help
Or some other legalese that a legal eagle can give.
2019-05-29T05:39:17.371500
Malena
pythondev_help_Malena_2019-05-29T05:39:17.371500
1,559,108,357.3715
25,624
pythondev
help
but to be ownest, this is nice, but i can’t controll it
2019-05-29T05:40:23.372000
Marcia
pythondev_help_Marcia_2019-05-29T05:40:23.372000
1,559,108,423.372
25,625
pythondev
help
as long as you have a nice readable(and meaningful) version of the same code with you, your method should work just fine
2019-05-29T05:42:38.373400
Tam
pythondev_help_Tam_2019-05-29T05:42:38.373400
1,559,108,558.3734
25,626
pythondev
help
it's probably the reason many JS libraries I see in websites are so damn difficult to read, a giant 200KB of JS file with no newline whatsoever
2019-05-29T05:43:52.375400
Tam
pythondev_help_Tam_2019-05-29T05:43:52.375400
1,559,108,632.3754
25,627
pythondev
help
That's for efficiency of transfer as it is obfuscation.
2019-05-29T05:44:19.375800
Malena
pythondev_help_Malena_2019-05-29T05:44:19.375800
1,559,108,659.3758
25,628
pythondev
help
An unminified js lib would be larger.
2019-05-29T05:44:45.376500
Malena
pythondev_help_Malena_2019-05-29T05:44:45.376500
1,559,108,685.3765
25,629
pythondev
help
well, there is Nuitka (<https://github.com/Nuitka/Nuitka>) - that should be able to compile your python into a binary, i think it was ELF on linux... never used it though...
2019-05-29T05:45:34.378100
Guillermina
pythondev_help_Guillermina_2019-05-29T05:45:34.378100
1,559,108,734.3781
25,630
pythondev
help
it's JS, <@Malena> it is pure nonsense by default, I don't know how removing newlines counts for efficiency in transferring it around
2019-05-29T05:45:46.378600
Tam
pythondev_help_Tam_2019-05-29T05:45:46.378600
1,559,108,746.3786
25,631
pythondev
help
Simply put, smaller files means less bandwidth consumption.
2019-05-29T05:46:47.379500
Malena
pythondev_help_Malena_2019-05-29T05:46:47.379500
1,559,108,807.3795
25,632
pythondev
help
<@Marcia> <https://liftoff.github.io/pyminifier/> ?
2019-05-29T05:47:03.379700
Malena
pythondev_help_Malena_2019-05-29T05:47:03.379700
1,559,108,823.3797
25,633
pythondev
help
i’m playing around with pyminifier tm <@Malena>
2019-05-29T05:49:08.380300
Marcia
pythondev_help_Marcia_2019-05-29T05:49:08.380300
1,559,108,948.3803
25,634
pythondev
help
If it's any good, make it part of your `setup.py` to create release builds is my suggestion.
2019-05-29T05:50:34.381500
Malena
pythondev_help_Malena_2019-05-29T05:50:34.381500
1,559,109,034.3815
25,635
pythondev
help
`Ignore this message` I just wanna see if the Don't Ask To Ask bot has been adjusted. May I ask a question?
2019-05-29T05:51:23.382800
Tam
pythondev_help_Tam_2019-05-29T05:51:23.382800
1,559,109,083.3828
25,636
pythondev
help
Can I ask a question?
2019-05-29T05:52:00.383100
Tam
pythondev_help_Tam_2019-05-29T05:52:00.383100
1,559,109,120.3831
25,637
pythondev
help
OK looks like it.
2019-05-29T05:52:29.383400
Tam
pythondev_help_Tam_2019-05-29T05:52:29.383400
1,559,109,149.3834
25,638
pythondev
help
<@Malena> i’ll have a look
2019-05-29T05:54:16.383700
Marcia
pythondev_help_Marcia_2019-05-29T05:54:16.383700
1,559,109,256.3837
25,639
pythondev
help
Hi <@Guillermina> i need decorator that i can use for any method inside any class
2019-05-29T06:02:45.383800
Laurena
pythondev_help_Laurena_2019-05-29T06:02:45.383800
1,559,109,765.3838
25,640
pythondev
help
I want to count 10 days after current date, so i have the below ```delivery_date = datetime.datetime.now() + datetime.timedelta(days=10)```
2019-05-29T06:13:52.384300
Lanelle
pythondev_help_Lanelle_2019-05-29T06:13:52.384300
1,559,110,432.3843
25,641
pythondev
help
but i want to exlude weekends also, could someone tell me how to
2019-05-29T06:14:06.384700
Lanelle
pythondev_help_Lanelle_2019-05-29T06:14:06.384700
1,559,110,446.3847
25,642
pythondev
help
well, good luck with that.
2019-05-29T06:24:47.384800
Guillermina
pythondev_help_Guillermina_2019-05-29T06:24:47.384800
1,559,111,087.3848
25,643
pythondev
help
Just let me see, if I understood that right: You want to add 10 days to the current date, but if you end up on Saturday/Sunday you want to get the next Monday? Can give an example of the problem?
2019-05-29T06:46:26.385400
Guillermina
pythondev_help_Guillermina_2019-05-29T06:46:26.385400
1,559,112,386.3854
25,644
pythondev
help
anyhow, you will probably be needing `datetime.weekday` (or `isoweekday`) <https://docs.python.org/3.7/library/datetime.html#datetime.date.weekday>
2019-05-29T06:47:04.386100
Guillermina
pythondev_help_Guillermina_2019-05-29T06:47:04.386100
1,559,112,424.3861
25,645
pythondev
help
You want 10 business days after the current date?
2019-05-29T06:47:08.386400
Hiroko
pythondev_help_Hiroko_2019-05-29T06:47:08.386400
1,559,112,428.3864
25,646
pythondev
help
I'm sure there's an algorithm for that.
2019-05-29T06:48:20.386600
Malena
pythondev_help_Malena_2019-05-29T06:48:20.386600
1,559,112,500.3866
25,647
pythondev
help
how to squash 2 commits in master?
2019-05-29T07:04:49.387000
Jung
pythondev_help_Jung_2019-05-29T07:04:49.387000
1,559,113,489.387
25,648
pythondev
help
`git rebase -i HEAD~2` 2 last commits? :thinking_face:
2019-05-29T07:09:11.388000
Jerry
pythondev_help_Jerry_2019-05-29T07:09:11.388000
1,559,113,751.388
25,649
pythondev
help
then set each one to `squash`
2019-05-29T07:09:18.388400
Jerry
pythondev_help_Jerry_2019-05-29T07:09:18.388400
1,559,113,758.3884
25,650
pythondev
help
Why do you want to squash after a merge?
2019-05-29T07:09:39.389100
Hiroko
pythondev_help_Hiroko_2019-05-29T07:09:39.389100
1,559,113,779.3891
25,651
pythondev
help
becareful with rebase, if more ppl is using that branch it could become a mess
2019-05-29T07:09:42.389400
Jerry
pythondev_help_Jerry_2019-05-29T07:09:42.389400
1,559,113,782.3894
25,652
pythondev
help
Squash us usually done with merging branches and PRs
2019-05-29T07:09:59.390000
Hiroko
pythondev_help_Hiroko_2019-05-29T07:09:59.390000
1,559,113,799.39
25,653
pythondev
help
there's also a "fixup"
2019-05-29T07:13:37.391200
Jettie
pythondev_help_Jettie_2019-05-29T07:13:37.391200
1,559,114,017.3912
25,654
pythondev
help
when doing an interactive rebase you can glue a commit (or multiple commits) to another one
2019-05-29T07:14:09.392100
Jettie
pythondev_help_Jettie_2019-05-29T07:14:09.392100
1,559,114,049.3921
25,655
pythondev
help
it's mainly done when you have a grammar mistake or something equally small and stupid :)
2019-05-29T07:14:45.392900
Jettie
pythondev_help_Jettie_2019-05-29T07:14:45.392900
1,559,114,085.3929
25,656
pythondev
help
the prompt is a slash command that a user here would execute. `/howtoask` and `/justask` are there because we get quite a few people asking to ask questions and sometimes asking them _really_ poorly
2019-05-29T07:24:19.393200
Hiroko
pythondev_help_Hiroko_2019-05-29T07:24:19.393200
1,559,114,659.3932
25,657
pythondev
help
its not an automated trigger
2019-05-29T07:24:45.393400
Hiroko
pythondev_help_Hiroko_2019-05-29T07:24:45.393400
1,559,114,685.3934
25,658
pythondev
help
it is on another *workspace* I'm in, just not on this Python *workspace* I get your point
2019-05-29T07:27:28.393600
Tam
pythondev_help_Tam_2019-05-29T07:27:28.393600
1,559,114,848.3936
25,659
pythondev
help
then that must be a custom bot added to that workspace. we don’t have anything like that here
2019-05-29T07:28:48.393800
Hiroko
pythondev_help_Hiroko_2019-05-29T07:28:48.393800
1,559,114,928.3938
25,660
pythondev
help
am I right in thinking that if I want to send a html email with an image in the content, I can just use a full url?
2019-05-29T07:35:42.394800
Arturo
pythondev_help_Arturo_2019-05-29T07:35:42.394800
1,559,115,342.3948
25,661
pythondev
help
you would need the full URL
2019-05-29T07:40:53.395100
Hiroko
pythondev_help_Hiroko_2019-05-29T07:40:53.395100
1,559,115,653.3951
25,662
pythondev
help
relatives won’t work in email templates
2019-05-29T07:41:46.396000
Hiroko
pythondev_help_Hiroko_2019-05-29T07:41:46.396000
1,559,115,706.396
25,663
pythondev
help
perfect it worked! :taco: <@Hiroko>
2019-05-29T07:51:00.396500
Arturo
pythondev_help_Arturo_2019-05-29T07:51:00.396500
1,559,116,260.3965
25,664
pythondev
help
Does anyone have experience with a site locked behind a Basic Auth, that is using JWT based authentication? I am running into an issue in the Edge browser, xhr calls have the authorization headers with the JWT token but these get overwritten with the Basic Auth headers. Chrome and Firefox seem to not be having this issue.
2019-05-29T07:52:12.396700
Linda
pythondev_help_Linda_2019-05-29T07:52:12.396700
1,559,116,332.3967
25,665
pythondev
help
I might need to move this to the flask channel but thought I would ask first, as I have a flask app, how can I access the images i.e. what url should I use? As at the moment I have just uploaded them imgur!
2019-05-29T07:54:32.396800
Arturo
pythondev_help_Arturo_2019-05-29T07:54:32.396800
1,559,116,472.3968
25,666
pythondev
help
Does the value need to persist across function invocation?
2019-05-29T08:35:58.397000
Bethany
pythondev_help_Bethany_2019-05-29T08:35:58.397000
1,559,118,958.397
25,667
pythondev
help
Yes <@Bethany>
2019-05-29T08:39:55.397200
Conchita
pythondev_help_Conchita_2019-05-29T08:39:55.397200
1,559,119,195.3972
25,668
pythondev
help
I'm currently running some tests with Firebase
2019-05-29T08:40:16.397400
Conchita
pythondev_help_Conchita_2019-05-29T08:40:16.397400
1,559,119,216.3974
25,669
pythondev
help
I made one of these at my last job, it's not too difficult
2019-05-29T08:42:31.397600
Bethany
pythondev_help_Bethany_2019-05-29T08:42:31.397600
1,559,119,351.3976
25,670
pythondev
help
Take the dump and load methods as arguments to a decorator factory method
2019-05-29T08:42:58.397800
Bethany
pythondev_help_Bethany_2019-05-29T08:42:58.397800
1,559,119,378.3978
25,671
pythondev
help
And look into joblib
2019-05-29T08:43:28.398000
Bethany
pythondev_help_Bethany_2019-05-29T08:43:28.398000
1,559,119,408.398
25,672
pythondev
help
Note if you're using it on stateful class methods it breaks
2019-05-29T08:44:22.398200
Bethany
pythondev_help_Bethany_2019-05-29T08:44:22.398200
1,559,119,462.3982
25,673
pythondev
help
^ I have solved it by adding an extra header `x-jwt` in the client app and in my nginx reverse proxy i've overwritten the auth header `proxy_set_header Authorization $http_x_jwt`
2019-05-29T08:55:53.399500
Linda
pythondev_help_Linda_2019-05-29T08:55:53.399500
1,559,120,153.3995
25,674
pythondev
help
<@Marcia> you can use cython. It generates really confusing c code that you can compile
2019-05-29T08:57:14.400200
Bethany
pythondev_help_Bethany_2019-05-29T08:57:14.400200
1,559,120,234.4002
25,675
pythondev
help
<@Bethany> thank you
2019-05-29T09:06:21.400700
Marcia
pythondev_help_Marcia_2019-05-29T09:06:21.400700
1,559,120,781.4007
25,676
pythondev
help
does it include all imported modules
2019-05-29T09:06:56.401100
Marcia
pythondev_help_Marcia_2019-05-29T09:06:56.401100
1,559,120,816.4011
25,677
pythondev
help
:grimacing: <@Marcia> you’re trying to solve a non-existent problem and just making your own life that much harder
2019-05-29T09:08:49.401700
Hiroko
pythondev_help_Hiroko_2019-05-29T09:08:49.401700
1,559,120,929.4017
25,678
pythondev
help
what’s so valuable with your code that you need to go to such extremes in paranoia?
2019-05-29T09:09:29.402400
Hiroko
pythondev_help_Hiroko_2019-05-29T09:09:29.402400
1,559,120,969.4024
25,679
pythondev
help
it’s all about the customer
2019-05-29T09:09:46.403000
Marcia
pythondev_help_Marcia_2019-05-29T09:09:46.403000
1,559,120,986.403
25,680
pythondev
help
sounds like a really bad relationship foundation on paranoia and distrust
2019-05-29T09:10:14.403500
Hiroko
pythondev_help_Hiroko_2019-05-29T09:10:14.403500
1,559,121,014.4035
25,681
pythondev
help
vendor lock-in at a small scale
2019-05-29T09:10:58.404000
Hiroko
pythondev_help_Hiroko_2019-05-29T09:10:58.404000
1,559,121,058.404
25,682
pythondev
help
This only makes sense if you're worried they're gonna steal your IP
2019-05-29T09:12:21.406300
Bethany
pythondev_help_Bethany_2019-05-29T09:12:21.406300
1,559,121,141.4063
25,683
pythondev
help
Which to me only makes sense if you are distributing widely
2019-05-29T09:12:42.407100
Bethany
pythondev_help_Bethany_2019-05-29T09:12:42.407100
1,559,121,162.4071
25,684
pythondev
help
None
2019-05-29T09:13:09.407700
Leana
pythondev_help_Leana_2019-05-29T09:13:09.407700
1,559,121,189.4077
25,685
pythondev
help
Yeah Cython is a superset of python so it can support most python libraries
2019-05-29T09:13:55.409600
Bethany
pythondev_help_Bethany_2019-05-29T09:13:55.409600
1,559,121,235.4096
25,686
pythondev
help
And you can use c / c++ from it easily
2019-05-29T09:14:23.410600
Bethany
pythondev_help_Bethany_2019-05-29T09:14:23.410600
1,559,121,263.4106
25,687
pythondev
help
Greetings, no real python programmer but i need to expand some features modules. The setup: python2.7 on macOS. An Application uses the python lib JSSImporter. JSSImporter itself uses the lib python-jss (provides glue code for a application specific API). I extended python-jss to support my wanted API-Call. When i use the lib directly `python2.7` -&gt; `import jss; jss_prefs = jss.JSSPrefs(); j = jss.JSS(jss_prefs);` i can use my custom API Call an retrieve xml data `j.Patch()` for example returns xml code which i can work with via ElementTree. After that i extended JSSImporter which init the "Connection" via `self.jss = jss.JSS(**kwargs)`. But this time when i call `self.jss.Patch()` i don't receive xml, instead i get a QuerySet which is not mutable. How does this happend and how can i prevent it?
2019-05-29T09:17:59.413700
Floy
pythondev_help_Floy_2019-05-29T09:17:59.413700
1,559,121,479.4137
25,688
pythondev
help
Hey all
2019-05-29T09:41:29.414000
Ashely
pythondev_help_Ashely_2019-05-29T09:41:29.414000
1,559,122,889.414
25,689
pythondev
help
I'm dipping my toe into some BTC analysis. I'm importing BTC transaction records into a mongodb collection. However I've never messed with mongodb much, so I'm getting stuck trying to manipulate the data. Specifically getting to nested fields in a record
2019-05-29T09:41:44.414300
Ashely
pythondev_help_Ashely_2019-05-29T09:41:44.414300
1,559,122,904.4143
25,690
pythondev
help
Here's part of one record in the collection (it's long):
2019-05-29T09:41:56.414600
Ashely
pythondev_help_Ashely_2019-05-29T09:41:56.414600
1,559,122,916.4146
25,691
pythondev
help
```{'_id': ObjectId('5ce60f2839dbcea038544eca'), 'op': 'utx', 'x': {'lock_time': 0, 'ver': 1, 'size': 257, 'inputs': [{'sequence': 4294967295, 'prev_out': {'spent': True, 'tx_index': 450597245, 'type': 0, 'addr': '1HckjUpRGcrrRAtFaaCAUaGjsPx9oYmLaZ', 'value': 894678, 'n': 0, 'script': '76a914b6451```
2019-05-29T09:42:08.414900
Ashely
pythondev_help_Ashely_2019-05-29T09:42:08.414900
1,559,122,928.4149
25,692
pythondev
help
I'm trying to pull out the 'addr' field, which is a couple brackets deep. My best guess based on how I thought things worked with pymongo was to do some variation of:
2019-05-29T09:42:23.415100
Ashely
pythondev_help_Ashely_2019-05-29T09:42:23.415100
1,559,122,943.4151
25,693
pythondev
help
```query = { "x": {"inputs"}} for x in transactions.find(query): print(x)```
2019-05-29T09:42:37.415300
Ashely
pythondev_help_Ashely_2019-05-29T09:42:37.415300
1,559,122,957.4153
25,694
pythondev
help
But this is returning an error I don't understand:
2019-05-29T09:42:48.415500
Ashely
pythondev_help_Ashely_2019-05-29T09:42:48.415500
1,559,122,968.4155
25,695
pythondev
help
```bson.errors.InvalidDocument: cannot encode object: {'inputs'}, of type: &lt;class 'set'&gt;```
2019-05-29T09:43:00.415700
Ashely
pythondev_help_Ashely_2019-05-29T09:43:00.415700
1,559,122,980.4157
25,696
pythondev
help
(I used bson to parse the BTC records before they were fed into the db)
2019-05-29T09:43:12.415900
Ashely
pythondev_help_Ashely_2019-05-29T09:43:12.415900
1,559,122,992.4159
25,697
pythondev
help
Any suggestions?
2019-05-29T09:43:22.416100
Ashely
pythondev_help_Ashely_2019-05-29T09:43:22.416100
1,559,123,002.4161
25,698
pythondev
help
got it!!
2019-05-29T09:50:03.419400
Lanelle
pythondev_help_Lanelle_2019-05-29T09:50:03.419400
1,559,123,403.4194
25,699
pythondev
help
Sorry, not my area of expertise but: `{"x" : {"inputs"}}` actually generates a `dict` with a `set` as value for `x`: `type({"inputs"}) # -&gt; &lt;class 'set'&gt;` you'd probably just want: `{"x": "inputs"}` ?
2019-05-29T09:50:50.420700
Guillermina
pythondev_help_Guillermina_2019-05-29T09:50:50.420700
1,559,123,450.4207
25,700
pythondev
help
I have a string. a=“monday” b=‘wednesday’ i want to print the result as ‘mwoenddnaeysday’
2019-05-29T09:51:26.421200
Lanelle
pythondev_help_Lanelle_2019-05-29T09:51:26.421200
1,559,123,486.4212
25,701
pythondev
help
how do i go about this
2019-05-29T09:51:34.421500
Lanelle
pythondev_help_Lanelle_2019-05-29T09:51:34.421500
1,559,123,494.4215
25,702
pythondev
help
zip it
2019-05-29T09:51:41.421800
Guillermina
pythondev_help_Guillermina_2019-05-29T09:51:41.421800
1,559,123,501.4218
25,703
pythondev
help
```&gt;&gt;&gt; a='monday' &gt;&gt;&gt; b='wednesday' &gt;&gt;&gt; zip(a,b) [('m', 'w'), ('o', 'e'), ('n', 'd'), ('d', 'n'), ('a', 'e'), ('y', 's')]```
2019-05-29T09:52:45.423700
Lanelle
pythondev_help_Lanelle_2019-05-29T09:52:45.423700
1,559,123,565.4237
25,704
pythondev
help
:rolling_on_the_floor_laughing: . <@Maranda> is not telling you to be quiet, but to use `zip()`
2019-05-29T09:52:47.423900
Clemmie
pythondev_help_Clemmie_2019-05-29T09:52:47.423900
1,559,123,567.4239
25,705
pythondev
help
I am missing out few letters
2019-05-29T09:53:01.424200
Lanelle
pythondev_help_Lanelle_2019-05-29T09:53:01.424200
1,559,123,581.4242
25,706
pythondev
help
<@Homer> The brackets are there because that's the format of the record/JSON. That's what I'm stuck on. If the JSON was just a single dict, I could get the data no problem. But there are several nested dicts in there. That's where it all goes pear shaped.
2019-05-29T09:53:06.424400
Ashely
pythondev_help_Ashely_2019-05-29T09:53:06.424400
1,559,123,586.4244
25,707
pythondev
help
<@Lanelle> <https://docs.python.org/3/library/itertools.html#itertools.zip_longest>
2019-05-29T09:54:09.424700
Chester
pythondev_help_Chester_2019-05-29T09:54:09.424700
1,559,123,649.4247
25,708
pythondev
help
:thumbsup_all:
2019-05-29T09:55:00.425000
Lanelle
pythondev_help_Lanelle_2019-05-29T09:55:00.425000
1,559,123,700.425
25,709
pythondev
help
``` import itertools a="monday" b="wednesday" print(''.join(itertools.chain.from_iterable(itertools.zip_longest(a,b, fillvalue="")))) # -&gt; mwoenddnaeysday ```
2019-05-29T09:56:13.425300
Guillermina
pythondev_help_Guillermina_2019-05-29T09:56:13.425300
1,559,123,773.4253
25,710
pythondev
help
Any other suggestions on pulling nested values out of mogodb/json?
2019-05-29T10:18:00.426000
Ashely
pythondev_help_Ashely_2019-05-29T10:18:00.426000
1,559,125,080.426
25,711
pythondev
help
`json.loads()` then access it with python tooling
2019-05-29T10:19:28.427100
Clemmie
pythondev_help_Clemmie_2019-05-29T10:19:28.427100
1,559,125,168.4271
25,712
pythondev
help
<@Guillermina> that's awesome, I recently had a code challenge in an interview that was about validating interleaves
2019-05-29T10:19:29.427300
Claudine
pythondev_help_Claudine_2019-05-29T10:19:29.427300
1,559,125,169.4273
25,713
pythondev
help
didn't know how to one line it in python that would have been great
2019-05-29T10:19:38.427600
Claudine
pythondev_help_Claudine_2019-05-29T10:19:38.427600
1,559,125,178.4276
25,714
pythondev
help
<@Chester> :taco:
2019-05-29T10:34:53.427900
Alicia
pythondev_help_Alicia_2019-05-29T10:34:53.427900
1,559,126,093.4279
25,715
pythondev
help
anyone know where I could get a wheel for Python27 mysqlclient version 1.3.13?
2019-05-29T11:51:18.428600
Frankie
pythondev_help_Frankie_2019-05-29T11:51:18.428600
1,559,130,678.4286
25,716
pythondev
help
or know the actual file location of these guys? <https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient>
2019-05-29T11:52:37.428900
Frankie
pythondev_help_Frankie_2019-05-29T11:52:37.428900
1,559,130,757.4289
25,717
pythondev
help
I can't find the URLs cause they're linked with JS. I tried the <http://download.lfd.uci.edu|download.lfd.uci.edu> stub in the script at the top but got a 404 for both the valid wheel and the one I tried for 1.3.13
2019-05-29T11:53:21.429800
Frankie
pythondev_help_Frankie_2019-05-29T11:53:21.429800
1,559,130,801.4298
25,718
pythondev
help
<https://pypi.org/project/mysqlclient/1.3.13/>
2019-05-29T11:54:53.430000
Clemmie
pythondev_help_Clemmie_2019-05-29T11:54:53.430000
1,559,130,893.43
25,719
pythondev
help
<https://pypi.org/project/mysqlclient/1.3.13/#files>
2019-05-29T11:55:22.430400
Clemmie
pythondev_help_Clemmie_2019-05-29T11:55:22.430400
1,559,130,922.4304
25,720