Hobbit-core

Latest version: v3.1.1

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 9

1.4.3

* Add CustomParser for automatically trim leading/trailing whitespace from argument values(`from hobbit_core.webargs import use_args, use_kwargs`).
* Add `HOBBIT_UPPER_SEQUENCE_NAME` config for upper db's sequence name.
* Fixs some err in template.

1.4.2

* Add `db.BaseModel` for support Oracle id sequence.

1.4.1

* Add template for 4-layers (view、schema、service、model).
* Add options api for query all consts defined in `app/models/consts`.
* Add `create` command to generate a csv file that defines some models to use in the `gen` command.
* Removed example code.
* Split hobbit cmd and hobbit_core lib, now install cmd should be `pip install "hobbit-core[hobbit,hobbit_core]"`.
* Remove flask_hobbit when import (`hobbit_core.flask_hobbit.db import transaction` --> `from hobbit_core.db import transaction`).
* Enhance gen cmd: now can auto create CRUD API and tests.
* Fix typo.
* Update some test cases.

1.4.0a4

* Add `create` command to generate a csv file that defines some models to use in the `gen` command.
* Refactor hobbit cmds.

1.4.0a3

* Support gen models from a csv file.

1.4.0a2

* Fix typo in gen cmd doc.
* Update some test cases.

Page 4 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.