https://github.com/malexer/my-python-pkg-list
List of the Python packages which I often use
https://github.com/malexer/my-python-pkg-list
Last synced: 3 months ago
JSON representation
List of the Python packages which I often use
- Host: GitHub
- URL: https://github.com/malexer/my-python-pkg-list
- Owner: malexer
- License: mit
- Created: 2022-12-17T17:16:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T17:29:18.000Z (over 2 years ago)
- Last Synced: 2025-01-11T16:31:04.274Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-python-pkg-list
List of the Python packages which I often use.
## Data and Models
- [pydantic](https://pypi.org/project/pydantic/)## Testing
- [factory-boy](https://pypi.org/project/factory-boy/) - factories for complex objects.
- [pytest-bdd](https://pypi.org/project/pytest-bdd/) - allows to write tests in Gherkin language.
- [pytest-mockito](https://pypi.org/project/pytest-mockito/) with [mockito](https://pypi.org/project/mockito/) - spying framework.
- [pytest-recording](https://pypi.org/project/pytest-recording/) with [vcrpy](https://pypi.org/project/vcrpy/) - records HTTP calls in tests and replay them during the following runs.
- [pytest-unordered](https://pypi.org/project/pytest-unordered/) - ignore order of the collection content.