Pituophis icon indicating copy to clipboard operation
Pituophis copied to clipboard

Gopher client and server library for Python

Results 6 Pituophis issues
Sort by recently updated
recently updated
newest added

``` 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...

bug
server

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...

bug
client

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...

enhancement
server

- Development/test server (like `python3 -m http.server`) - Server script quickstart - Quickly grab gopher url contents (curl-like functionality)

enhancement
server

![image](https://github.com/dotcomboom/Pituophis/assets/38927017/7deb4b4f-8c25-4f55-8249-f0b8508b63e1) 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...