Metadata-Version: 2.1
Name: px-django-upload
Version: 0.1.1
Summary: Simple but effective file uploading handler.
Home-page: UNKNOWN
Author: Alex Tkachenko
Author-email: preusx.dev@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Upload API

Simple file uploading handler.

## Installation

```sh
pip install px-django-upload
```

In `settings.py`:

```python
INSTALLED_APPS += [
  'pxd_upload',
]
```


