forhumans
Here are 22 public repositories matching this topic...
Documentation?
Is the README the only documentation available for this project? I find myself having to read the source to understand the interface and features that are available (e.g., context managers, bulk_query, etc.).
In the case of bulk_query, the arguments are simply passed through to the underlying SQLAlchemy engine, with no explanation. I tracked it down in [SQLAlchemy's documentation](https:/
-
Updated
Jan 11, 2020 - Python
-
Updated
Apr 9, 2019 - Python
-
Updated
May 2, 2017 - Python
Python supports datetime, date and time types which are a subset of ISO 8601.
TBD:
- Duration — can be implemented via native python
timedelta, but there is no out-of-box support for conversion oftimedeltato an ISO string. - Time Interval
- Repeating Time Interval
-
Updated
Nov 1, 2019 - Go
-
Updated
Mar 30, 2020 - Python
-
Updated
May 13, 2019 - Go
Improve this page
Add a description, image, and links to the forhumans topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the forhumans topic, visit your repo's landing page and select "manage topics."


When using the url
http://docs.python-requests.org/en/latest/, it redirects tohttps://2.python-requests.org//en/latest/(notice the extra / beforeen). This causes a HTTP 404.Expected Result
The redirect should be to
https://2.python-requests.org/en/latest/Actual Result
HTTP 404
Reproduction Steps
Try to visit the latest en documentation for requests using the