-
Some of the functions currently come with type hints in their docstrings, as in the following example:
https://github.com/lxc/pylxd/blob/cb59371e7f22f70f58e769cbc14793a587a832bb/pylxd/models/instance…
-
In #64 we realized that it's important to have the full grammar in the PEP, either in an appendix or by expanding the current syntax section.
-
Looks like switching to [`hatchling`](https://pypi.org/project/hatchling/) from setuptools will allow us to get rid of our hack-filled `setup.py` and adopt a fully modern ([PEP 517](https://peps.pytho…
mr-c updated
11 months ago
-
I found out that PEP 503 ( https://peps.python.org/pep-0503/ ) was not implemented, In particular the this section:
> Repositories **MAY** redirect unnormalized URLs to the canonical normalized URL…
-
**Jira:** https://asfdaac.atlassian.net/browse/TOOL-3144
*Note: The above link is accessible only to members of ASF.*
--------------------------------------------------------------------------…
-
### Describe the bug
Hi,
The python SDK is fully typed, however, the package does not seem to include the py.typed marker file, which is required to be PEP 561-compliant, and allow users of your l…
-
Some of drafts quite promising. For example, PEP-584:
https://www.python.org/dev/peps/pep-0584/
This pep allows you to sum up dicts. It's exactly like creating new dict and executing update() on it.…
-
-
General thoughts:
1. be PEP 8 compliant
2. Functions should be short
3. Comments should be sparing and helpful
4. DOC STRINGS!
-
## Bug Report
### iRODS Version, OS and Version
iRODS 4.3.1, almalinux8, iCommands4.3.1
### What did you try to do?
I tried to rename/move a collection that .
### Expected behavior
I didn'…