Python name and documentation server
Project description
ultan
“You know old Ultan, I take it? No, course not. If you did, you’d know the way to the library.” — The Shadow of the Torturer, Gene Wolfe
ultan is a Python identifier and documentation provider. It has two main services:
It can list all identifiers available in your current Python environment.
It can provide docstrings for names.
This may not sound very spectactular, and it’s not. The main trick ultan aims for is being able to provide a comprehensive list of identifiers, even for modules which are not imported. It uses various strategies to scan your installed packages for identifiers, doing things, for example, like parsing source files into ASTs and looking for assignments.
Why?
ultan is supposed to scratch a specific itch: being able to do completion on identifiers which aren’t actually available in the current namespace. For example, if I’m coding along and want to add uuid.uuid1(), standard completers won’t give me that completion unless I’ve already imported uuid. ultan will know about uuid.uuid1() even if you haven’t imported uuid, so you can get the completion.
This may be a terrible idea! But I want to give it a try.
Tests
ultan uses tox to run its tests. Here’s that works:
$ pip install -e .[test]
$ tox
There are more details to it, of course, but you can learn about those by reading the tox documentation.
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
Built Distribution
File details
Details for the file ultan-2.1.0.tar.gz
.
File metadata
- Download URL: ultan-2.1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 110ff1fe62f0d3716fd849afb3ba3a1979c0ab7be504992050b7d79ec45093e7 |
|
MD5 | e8cee35dc4f3f8d10fc6532cb0fe972e |
|
BLAKE2b-256 | a00e090e18951248a66e93b3ffec5051f88e7fc06af576f39cfa54b35c99d2fe |
File details
Details for the file ultan-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: ultan-2.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf62652275bd903db981a34ee575b4b6c9ed1cee8dfe262080f0bfa75b5926fc |
|
MD5 | a3b4316d53ff519d06750b6da3c30dd7 |
|
BLAKE2b-256 | 19e623d95ddfe59465805957c16ff76f803dc5d7e9c50560b1f17be6fefb223d |