Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement / change dump #1

Open
felix-hilden opened this issue Aug 10, 2021 · 0 comments
Open

Enhancement / change dump #1

felix-hilden opened this issue Aug 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@felix-hilden
Copy link
Owner

felix-hilden commented Aug 10, 2021

Here's a TODO list for things to update soon.

Enhancements (easy, simple)

  • Distinguish between python package and project: package for PyPI library with all the bells and whistles, project is smaller, has exact requirements.txt and other deployment instructions etc.
  • convert to setup.cfg
  • interactive / stepwise configuration build

Enhancements (hard, questionable)

  • Fail when file would not be written because it exists before asking questions to avoid frustration. But the folder is determined by asking the questions.
  • tox docs? Currently not possible because of platform-dependent commands
  • hook for providing builtin configuration locations, but is it really needed?
  • don't "abuse" optional dependencies for dev, instead use tox or requirements files
  • mold config add []: (also rm and copy?) add tools to a configuration. Builtin configs need to be blocked from modification though. But it seems awkward compared to just making a new configuration.
  • Linters ignore project (top) init files? (for unused imports etc.), but creates confusing default configuration. So at most in specific extensions.

Enhancements (triage)

  • Github issue template conf better default forums (GH Disc), or configurable
  • use slugify for generating project slug
  • I've seen some Sphinx plugin for creating a 404 page, maybe use that in RTD

Extensions:

  • chat platforms
  • some links to tutorials, like structuring docs or...
  • init from cookiecutter projects
  • precommit, black, sort, mypy
  • Code of conduct, e.g. Contributor covenant
  • ci release package on tag push?
@felix-hilden felix-hilden added the enhancement New feature or request label Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant