diff --git a/404.html b/404.html index 143ed76a..eb9134f1 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ -
This is an auto-generated log of all the changes that have been made to the project since the first release.
This project adheres to Semantic Versioning.
Closed Issues
pyproject.toml
still point to the py_maker
folder. (#387) by seapagan.pre-commit.yaml
should be added to the git repo if applicable (#386) by seapaganNew Features
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
This is a security release to fix several vulnerabilities in dependency packages.
Dependency Updates
Full Changelog
| Diff
| Patch
Closed Issues
New Features
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
Closed Issues
Testing
Bug Fixes
Refactoring
Documentation
Dependency Updates
Full Changelog
| Diff
| Patch
Closed Issues
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
Closed Issues
poetry install
should set 'package-mode=false' in the pyproject.toml (#292) by seapaganMerged Pull Requests
New Features
Testing
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
This is a security release that fixes a vulnerability in the 'cryptography' package.
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
Merged Pull Requests
Dependency Updates
Full Changelog
| Diff
| Patch
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
Merged Pull Requests
New Features
Dependency Updates
Full Changelog
| Diff
| Patch
Merged Pull Requests
New Features
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
Merged Pull Requests
New Features
Documentation
Dependency Updates
Full Changelog
| Diff
| Patch
Closed Issues
Merged Pull Requests
Bug Fixes
Full Changelog
| Diff
| Patch
Merged Pull Requests
Bug Fixes
Documentation
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Bug Fixes
Refactoring
Documentation
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Dependency Updates
Full Changelog
| Diff
| Patch
pyproject.toml
🙄Full Changelog
| Diff
| Patch
pyproject.toml
and .pre-commit-config.yaml
to use latest dependenciesFull Changelog
| Diff
| Patch
New Features
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Documentation
Full Changelog
| Diff
| Patch
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
Merged Pull Requests
New Features
Refactoring
This changelog was generated using github-changelog-md by Seapagan
This is an auto-generated log of all the changes that have been made to the project since the first release.
This project adheres to Semantic Versioning.
New Features
Bug Fixes
Refactoring
Full Changelog
| Diff
| Patch
Closed Issues
pyproject.toml
still point to the py_maker
folder. (#387) by seapagan.pre-commit.yaml
should be added to the git repo if applicable (#386) by seapaganNew Features
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
This is a security release to fix several vulnerabilities in dependency packages.
Dependency Updates
Full Changelog
| Diff
| Patch
Closed Issues
New Features
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
Closed Issues
Testing
Bug Fixes
Refactoring
Documentation
Dependency Updates
Full Changelog
| Diff
| Patch
Closed Issues
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
Closed Issues
poetry install
should set 'package-mode=false' in the pyproject.toml (#292) by seapaganMerged Pull Requests
New Features
Testing
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
This is a security release that fixes a vulnerability in the 'cryptography' package.
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
Merged Pull Requests
Dependency Updates
Full Changelog
| Diff
| Patch
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
Merged Pull Requests
New Features
Dependency Updates
Full Changelog
| Diff
| Patch
Merged Pull Requests
New Features
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
Merged Pull Requests
New Features
Documentation
Dependency Updates
Full Changelog
| Diff
| Patch
Closed Issues
Merged Pull Requests
Bug Fixes
Full Changelog
| Diff
| Patch
Merged Pull Requests
Bug Fixes
Documentation
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Bug Fixes
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Bug Fixes
Refactoring
Documentation
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Dependency Updates
Full Changelog
| Diff
| Patch
pyproject.toml
🙄Full Changelog
| Diff
| Patch
pyproject.toml
and .pre-commit-config.yaml
to use latest dependenciesFull Changelog
| Diff
| Patch
New Features
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
New Features
Documentation
Full Changelog
| Diff
| Patch
Refactoring
Dependency Updates
Full Changelog
| Diff
| Patch
Merged Pull Requests
New Features
Refactoring
This changelog was generated using github-changelog-md by Seapagan
You can edit the configuration file with the command:
$ pymaker config edit
This will open the configuration file in your default editor. Under linux it will try to use xdg-open
to open the file, and if that fails, it will try to use a few different editors until it finds one that works. Under Windows and Mac it will try to use the default editor.
You may also edit the configuration file manually, by default it is stored in ~/.pymaker/config.toml
.
The configuration is set the first time you run the app, but you can change these defaults at any time using the command:
$ pymaker config change
The latter command will prompt you for the values of Author name
, Author Email
, Default License
and GitHub Username
, then update the configuration file.
This app is able to create a new GitHub repository for you. To do this, it will need a GitHub Personal Access Token. You can create a new token by going to GitHub Personal Access Tokens and clicking on the "Generate new token" button. Use the 'Classic' token option unless you really need more control. Unless you want to use the token on Private repositories, you should check the public_repo
option and leave all the other permissions unchecked (this tool does not yet have the option to create a private repository). Give it a name (for your reference only) and chose an expiry date. You can choose never to expire, but this is not recommended. Once you have created the token, copy it (it will only be shown once, so make sure you copy it now). Then run the command:
$ pymaker config token
-
This will accept the token and store it in the configuration file. You can change the token at any time by running the same command again.
NEVER PUSH THE CONFIG FILE TO A REPOSITORY!!!
This shouldnt ever happen since the file is stored in the user's home directory, but it is worth mentioning. If you didn't choose any extra permissions, then the worst that can happen is that someone can use your token to create a new repository. This token is READ-ONLY, so it can't be used to do anything malicious, but it is still a good idea to keep it secret.
The configuration file is stored in TOML format, and can be edited manually if you wish. The file is stored in ~/.pymaker/config.toml
by default. The configuration file is created on first run, so if you have not run the app yet, you will need to create the file manually.