UNKNOWN
Project description
Pyuda takes care of the annoying details of working with Python
- # Gets a URL opener using an optional cookie file. Returns a URL opener object and a cookie jar object.
def get_url_opener(cookie_file=None)
- # GETs a URL using a URL opener
def get_url(opener, url)
- # POSTs to a URL using a URL opener. The fields are specified as a dictionary.
def post_url(opener, url, fields=None)
- # Checks to see if a specific dependency exists, print instructions on how to get to the dependencies installed
def check_dependencies(dependencies)
- # Takes an ordered list of parameter descriptions, makes sure the parameter count is correct, and either returns the parameters as a list or exits by printing the missing parameter’s description
def get_command_line_arguments(parameters)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyuda-0.1dev.tar.gz
(3.1 kB
view details)
File details
Details for the file pyuda-0.1dev.tar.gz
.
File metadata
- Download URL: pyuda-0.1dev.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6d92dd0396bc80c11d4d1b9592831b9d6caeb904d88dcc8fa385a33eb0335366
|
|
MD5 |
01ded798eba361dfd86d0cb6660c54e7
|
|
BLAKE2b-256 |
99c448a7cad8fd1b4343e1b4c6bb67802c0bc63e424eeed8899ff4d3b586cac5
|