Metadata-Version: 2.4
Name: applyx
Version: 0.4.8
Summary: ApplyX
Home-page: https://github.com/liangyongxiong/
Author-email: liangyongxiong <me@liangyongxiong.cn>
License-Expression: MIT
Keywords: applyx,python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: addict
Requires-Dist: python-dateutil
Requires-Dist: pysocks
Requires-Dist: pycrypto
Requires-Dist: pycryptodome
Requires-Dist: itsdangerous
Requires-Dist: loguru
Requires-Dist: pillow
Requires-Dist: requests
Requires-Dist: colorama
Requires-Dist: ipdb
Requires-Dist: shortuuid
Requires-Dist: jinja2
Requires-Dist: fastapi
Requires-Dist: fastmcp
Requires-Dist: gevent
Requires-Dist: uvicorn
Requires-Dist: gunicorn
Requires-Dist: celery
Requires-Dist: redis
Requires-Dist: sqlalchemy
Requires-Dist: mongoengine
Requires-Dist: pymongo
Dynamic: home-page
Dynamic: license-file

# applyx

```sh
applyx create -n WORKSPACE_NAME
```

# project

```sh
# web
python -m project web

# script
python -m project script -s demo

# shell
python -m project shell
```

# celery

```sh
celery --help
celery inspect active
celery inspect reserved
celery inspect registered
celery call TASK_NAME
celery events
```

# release

```sh
cat pypi/.pypirc

bash release.sh
```

