DjanYolo
Manage yolo images efficiently. A django app template that can be loaded to any existing app.
Features
Supports Django models
Admin panel
Image annotation
Image cropping
Note
This pypi is a part of #100DaysOfCode challenge. I needed to learn how packing are pushed and managed on pypi. So came up with simple module that was already cooked up. Check original repo.
How to install?
INSTALLED_APPS = (
# ...
'djanyolo',
)
Register route
from django.urls import include
urlpatterns = [
# ...
url(r'^djanyolo$', include('djanyolo.urls')),
]
Have fun!
News
0.2a1
Release date: UNRELEASED
Example news entry for the in-development version
0.1
Release date: 15-Mar-2010
Example news entry for a released version
Release files for djanyolo 2020.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djanyolo-2020.1.0.tar.gz | 5.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| djanyolo-2020.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.0 kB
Release files / djanyolo-2020.1.0.tar.gz
| Download URL | djanyolo-2020.1.0.tar.gz |
|---|---|
| Size | 5.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
28ca4592332b71cd4ff86681d2fc431b28fcb2dbb2dd57db89aa0ad0fe6559f1
|
|
BLAKE2b-256 checksum How to use checksums |
3a0a2e645311de4b4cd90abc7fd752b409ee1f71fce974aca96e3d0308d768f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.7
|
Release files / djanyolo-2020.1.0-py3-none-any.whl
| Download URL | djanyolo-2020.1.0-py3-none-any.whl |
|---|---|
| Size | 10.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
094c30f3d01047af3756460ce7d350ef3c866fb95c6e3bb1ab2e10e3ec20320d
|
|
BLAKE2b-256 checksum How to use checksums |
34632f3738c7727b33c5b74045d61dad9d63cfb1c1ff55962c6920f4b940642f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
|