Pituophis
Pituophis copied to clipboard
Gopher client and server library for Python
``` 10:51 i'm used to like 10:51 percent-encoding spaces in urls 10:51 but if i do that in a gophermap, it returns a 404 10:51 so i have to literally...
Older servers (like this instance of GopherSurfer 1.1b3r2 I got running on my Power Mac G4 for testing) use text encodings that aren't compatible with UTF-8, causing an error. In...
gopher://rawtext.club/0/docs/gophernicus/README.Gophermap Namely.. ``` # Hide a few files from the menu listing generated by * -hiddenfile.txt -hiddendir # Change filetypes for this directory :png=g :foo=b ``` ``` Additional type characters...
- Development/test server (like `python3 -m http.server`) - Server script quickstart - Quickly grab gopher url contents (curl-like functionality)
 Items in a parsed gophermap that use relative paths (such as `somnolians/` as opposed to an absolute path like `/somnolians/`) seem to break on Windows. Those ending with a...
Branch `master` refactored by [Sourcery](https://sourcery.ai/github/). If you're happy with these changes, merge this Pull Request using the *Squash and merge* strategy. See our documentation [here](https://docs.sourcery.ai/GitHub/Using-Sourcery-for-GitHub/). Run Sourcery locally Reduce the...