Installation
We assume that you already got an peewee installed.
Installing with pip :
pip install peewee-storages
You can try to install from source (maybe there is a bugfix in master that hasn’t been released yet) then the magic incantation you are looking for is:
pip install -e 'git+https://github.com/python-folks/peewee-storages.git#egg=peewee-storages'
About
This project provides an FileField and Storages for the peewee ORM package.
peewee-storages is a package to provide out of box FielField and some Storages backends to provide similar experience as the one when using Django with django-storages
This library is usually compatible with the currently supported versions of peewee.
Found a Bug? Something Unsupported?
I suspect that a few of the storage engines in backends/ have been unsupported for quite a long time. I personally only really need the S3Storage backend but welcome bug reports (and especially) patches and tests for some of the other backends.
Issues are tracked via GitHub issues at the project issue page.
Documentation
Documentation will be included ASAP.
Contributing
Check for open issues at the project issue page or open a new issue to start a discussion about a feature or bug.
Fork the peewee-storages repository on GitHub to start making changes.
Add a test case to show that the bug is fixed or the feature is implemented correctly.
Bug me until I can merge your pull request. Also, don’t forget to add yourself to AUTHORS.
Release files for peewee-storages 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| peewee-storages-0.0.2.tar.gz | 16.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| peewee_storages-0.0.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 32.0 kB
Release files / peewee-storages-0.0.2.tar.gz
| Download URL | peewee-storages-0.0.2.tar.gz |
|---|---|
| Size | 16.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f25789ecae025004db975d3704ce863b9c3e698dab4e1612423c2ca382d0c10
|
|
BLAKE2b-256 checksum How to use checksums |
fe7ee449d0cdb219f4c96e12f7c8ae1cded388e567ae0c2b689548640d7debb0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10
|
Release files / peewee_storages-0.0.2-py2.py3-none-any.whl
| Download URL | peewee_storages-0.0.2-py2.py3-none-any.whl |
|---|---|
| Size | 15.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
353fa5eaef42ba7fd341efa029f0b1d5a9e7e68c0b26229d20238431097fd641
|
|
BLAKE2b-256 checksum How to use checksums |
723a18e904231ca003a55fb68ac400edf4901ab326adbe453c676e499d209c75
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10
|