-
https://pyscaffold.org/en/stable/index.html
Compare / contrast design decisions and features.
-
Nice use of `pynput`!
[`flit`](https://flit.pypa.io/en/latest/) and [`poetry`](https://python-poetry.org/) are tools that can make it easier, and [`pyscaffold`](https://pyscaffold.org/), and [`cook…
-
https://github.com/pyscaffold/pyscaffold
nkran updated
4 years ago
-
## Describe your use-case
@sgbaird motivated that having a `skeleton.py` might be useful for his data science project setup. [[#642](https://github.com/pyscaffold/pyscaffold/issues/642)]
## Descri…
-
### Summary
Our packages uses the old structure. We should modernize and use the latest versions instead.
### Context
We have an unnecessary dependency to pyscaffold and we are having a few problem…
-
@pbrod @ocefpaf I am trying to get a new setup.py file up and running with `pyscaffold`, and the re-organized file structure as we discussed in PR #10. This all works fine until I need to compile the …
-
Since there is already PyScaffold 4.1, we should think about when we officially slate PyScaffold 3.* as no longer supported. Maybe we should even be removing the part in the docs mentioning PyScaffold…
-
The command "python setup.py bdist_wheel -d dist" produces "ERROR: Your setuptools version is too old (
-
## Describe your use-case
Provide users an option to setup noxfile (as an alternative to tox).
Since [nox](https://nox.thea.codes/en/stable/) is scriptable, it makes it more appealing and powerful (…
-
Hello people,
in my company we are working on a setup.cfg conversion for pyscaffold to migrate a bunch of projects from the standard pyscaffold structure to Poetry. This means migrating all the met…