An open API service indexing awesome lists of open source software.

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

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.