-
Added Makefile generation. [andrewnags]
When creating a project, generate a Makefile with targets for the
- linter/formatter
- type checker
- test framework so that the user can use the same commands uniformly across frameworks.
For example, a user wouldn't need to know if a krait-generated project used
unittest
,pytest
,nose
, etc. -- the user need only typemake test
at the command prompt and the generated target will perform the appropriate action.
- Prompting allows use of defaults (#14) [Natalia Maximo]
-
Add code analysis. [Natalia Maximo]
-
Merge pull request #11 from taliamax/dependabot/pip/py-1.10.0. [Natalia Maximo]
build(deps): bump py from 1.8.1 to 1.10.0
-
Build(deps): bump py from 1.8.1 to 1.10.0. [dependabot[bot]]
Bumps py from 1.8.1 to 1.10.0.
-
Merge pull request #10 from taliamax/dependabot/pip/pyyaml-5.4. [Natalia Maximo]
build(deps): bump pyyaml from 5.3.1 to 5.4
-
Build(deps): bump pyyaml from 5.3.1 to 5.4. [dependabot[bot]]
Bumps pyyaml from 5.3.1 to 5.4.
-
Merge pull request #8 from taliamax/feat/make. [andrewnags]
Add Makefile generation during project creation
-
Fix string formatting. [andrewnags]
- Installed templates in config directory. BREAKING CHANGE. Must re-configure krait on upgrade. [Natalia Maximo]
-
Added config clean step to CI. [Natalia Maximo]
-
Added debug prompt. [Natalia Maximo]
-
Resolved issue with update time on windows. [Natalia Maximo]
-
Patched tests that used wrong install directory. [Natalia Maximo]
-
Updated test to use proper directory. [Natalia Maximo]
-
Converted path to string in template loader. [Natalia Maximo]
-
Py3.6/3.7 compatibility with pathish type. [Natalia Maximo]
- Added azure pipelines to krait generations. [Natalia Maximo]
-
Added 'krait reset' command. [Natalia Maximo]
-
Added vcs support for git (#5) [Natalia Maximo]
-
new: added vcs support for git, resolves #1
-
chg: added gitpython to setup requirements
-
new: integrated .gitignore rendering, resolves #2
-
-
Removed finished tasks from readme file. [Natalia Maximo]
-
Better error messaging and default name/email selection. [Natalia Maximo]
-
Added codeowner file. [Natalia Maximo]
-
Reverted variable name. [Fernando Nogueira]
-
Refactored imports. [SeoFernando25]
-
Fixed undeclared variable. [SeoFernando25]
-
Explicitly disabled autoescape. [SeoFernando25]
-
Added .vscode to .gitignore. [SeoFernando25]
-
Renamed repeated variable at L57 and L458. [SeoFernando25]
-
Reordered imports. [SeoFernando25]
-
Refactoring. [SeoFernando25]
-
Reordered imports to comply with PEP 8. [Fernando Nogueira]
-
Simplified bool comparisons. [Fernando Nogueira]
-
Added release gha status badge. [Natalia Maximo]
-
Resolved issue with the set-output command in gha. [Natalia Maximo]
-
Added pattern to codeowners file. [Natalia Maximo]
-
Revert "chg: Added .vscode to .gitignore" [Fernando Nogueira]
This reverts commit d9a7894e482f29621cfe1e0873974a8327fb4070.
-
Revert "chg: refactoring" [SeoFernando25]
This reverts commit 3c58b13a636fe567a2ece12eeb8779f33e90c9dc.
-
Added more tests to release process. [Natalia Maximo]
-
Added new pytests and automated test steps. [Natalia Maximo]
-
Reworked how library projects are created. [Natalia Maximo]
-
Corrected error in workflow file. [Natalia Maximo]
-
Corrected release issues for windows. [Natalia Maximo]
-
Corrected lib_test logic with pytest fixture. [Natalia Maximo]
-
Changed main to lib on pytest-library-lib_test.py. [Natalia Maximo]
-
Missing pytest mark on generated lib_test.py. [Natalia Maximo]
-
Spacing issues and runner issue. [Natalia Maximo]
-
Only setup entry points if its a cli app. [Natalia Maximo]
-
Used correct krait command in CI tests. [Natalia Maximo]
-
Fixed exclude directory for pycache on flake8 configs. [Natalia Maximo]
-
Dev: possible fix for gha release. [Natalia Maximo]
-
Dev: debugging release. [Natalia Maximo]
-
Doc: updated readme. [Natalia Maximo]
-
Added update cooldown configs and support for using 'python -m krait' [Natalia Maximo]
-
Added configuration system. [Natalia Maximo]
-
Added 'krait update' command. [Natalia Maximo]
-
Reworked 'cli framework' to 'project type' [Natalia Maximo]
-
Bumped up version because of the number of changes. [Natalia Maximo]
-
Dev status is now beta. [Natalia Maximo]
-
Added downloads badge. [Natalia Maximo]
-
Use float for timestamp instead of int. [Natalia Maximo]
-
Use timestamp instead of iso format for py3.6 compatibility. [Natalia Maximo]
-
Added pydeepmerge to requirements. [Natalia Maximo]
-
Changed release name to appropriate project name. [Natalia Maximo]
- Changelog generation. [Natalia Maximo]
-
Bump version for release. [Natalia Maximo]
-
Updated release process for new github env variable system. [Natalia Maximo]
-
Bump version for release. [Natalia Maximo]
-
Fixed wrong changelog version. [Natalia Maximo]
-
Added license badge to redme file. [Natalia Maximo]
-
Added license info to setup.py. [Natalia Maximo]
-
Added license. [Natalia Maximo]
-
Added more interactive output and silencing option. [Natalia Maximo]
-
Automatic update checking. [Natalia Maximo]
-
Readme updates. [Natalia Maximo]
-
Added help link plugins. [Natalia Maximo]
-
Github actions support. [Natalia Maximo]
-
Added linter and type checker configs. [Natalia Maximo]
-
Can prompt for user input, suppress prompt, and render basic cli and cli_test. [Natalia Maximo]
-
Render basic main.py, readme and setup script. [Natalia Maximo]
-
Create empty common files. [Natalia Maximo]
-
Krait plugin system. [Natalia Maximo]
-
Set-default and help commands. [Natalia Maximo]
-
Upped version for release. [Natalia Maximo]
-
Project metadata update. [Natalia Maximo]
-
Disabled set-default command. [Natalia Maximo]
-
Flattened structure slightly, will expand when necessary. [Natalia Maximo]
-
Made 'krait' be a command group instead of a single command according to design doc. [Natalia Maximo]
-
Added basic description to package. [Natalia Maximo]
-
Used install_requires with no version info. [Natalia Maximo]
-
Version bump for release. [Natalia Maximo]
-
Ensure 'none' appears as last item in options. [Natalia Maximo]
-
Python <3.8 compatibility. removed walrus operator. [Natalia Maximo]
-
Using dashes in project name no longer causes errors. [Natalia Maximo]
-
Fixed up some testing issues. [Natalia Maximo]
-
Test framework rendering file in incorrect location. [Natalia Maximo]
-
Fixed test and added missing file. [Natalia Maximo]
-
Type annotation on setupscript class. [Natalia Maximo]
-
Added manifest file and included package data in setup script. [Natalia Maximo]
-
Added jinja2 to dependency for project. [Natalia Maximo]
-
Made click default and fixed template error. [Natalia Maximo]
-
Wrong name on github actions. [Natalia Maximo]
-
Setup.cfg fix. [Natalia Maximo]
-
Dev: setup of project repository. [Natalia Maximo]
-
Initial commit. [Natalia Maximo]