Metadata-Version: 2.1
Name: appchance
Version: 0.2.5.2
Summary: Appchance's toolbelt for wizards and ninjas. May be useful using in dungeons.
Home-page: https://bitbucket.org/appchance/pychance/
Author: Appchance Backend Special Forces
Author-email: backend@appchance.com
License: UNKNOWN
Description: # Appchance :: Backend Special Forces
        
        Hacks and project automation. Toolbelt for wizards and ninjas.
        
        #
        ## Installation
        Install package with pip
        
            pip install appchance
        
        #
        ### Usage
        1. Initialize and start new django application boosted by docker containers.
        ```
        $ pip install appchance
        $ dodo init
        ```
        
        2. Add `doit.cfg` file in your project root directory with contents:
        ```
        [GLOBAL]
        backend=sqlite3
        dep_file=.ddb.sql3
        compose_cmd=docker-compose
        dj_service=django
        ```
        
        
        #
        ## Subpackages
        Tools includes
        
        - `dodos` = project automation
        - `pickup` = pickup points for deliveries (DHL, Paczkomaty)
        - `shop` = common models, serializers etc for django mcommerce
        
        #
        ## Roadmap
        Roadmap for future releases
        
        * `0.1.0` = Project initialization
        * `0.2.0` = Cookiecutter django-appchance
        * `0.2.3` = Shop submodule improvements
        * `0.2.5` = Dodo minor improvements
        * `0.3.0` = Dodo SSH
        * `0.4.0` = Sentry integrations
        * `0.4.5` = ELK integrations
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django :: 3.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3
Description-Content-Type: text/markdown
