pypco icon indicating copy to clipboard operation
pypco copied to clipboard

A Python client for the Planning Center Online API.

Results 13 pypco issues
Sort by recently updated
recently updated
newest added

When tearing down an PCO class, that was initialized without parameters, first an PCOCredentialsexception error occurs. When that is catched, an AttributeError occurs, because during teardown it tries to close...

Bumps [setuptools](https://github.com/pypa/setuptools) from 65.3.0 to 65.5.1. Changelog Sourced from setuptools's changelog. v65.5.1 Misc ^^^^ #3638: Drop a test dependency on the mock package, always use :external+python:py:mod:unittest.mock -- by :user:hroncok #3659:...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Release pipeline for automated releases to PyPI needs to be built. Pipeline should execute on a tagged release.

enhancement

We had to pin pylint with the new CI pipeline because the newer version was throwing various linting errors. Need unpin pylint and resolve these errors.

bug
help wanted

this is small but i saw mixed usages of " and ' and there is no check for it and it is kind of inconsistent (and there are exceptions of...

when forked the coverage makes ruccuss and spams me https://github.com/07pepa/pypco/actions/runs/3111319959/jobs/5043466442#step:6:95

For some reason sphinx-build is generating a bunch of warnings now. These seem to be cosmetic; there aren't any issues with the resulting docs build.

bug
help wanted