Metadata-Version: 2.1
Name: appchance
Version: 0.2.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
        
        #
        ### Dodos configuration
        Add `doit.cfg` file in your project root directory which contains
        
            [GLOBAL]
            backend=sqlite3
            dep_file=.ddb.sql3
            compose_cmd=docker-compose
            dj_service=django
        
        
        #
        ### Usage
        Initialize and start new django application boosted by docker containers.
        
            $ pip install appchance
            $ dodo init
        
        And that's it! Your django application in docker is up and running!
        
        #
        ## 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.3.0` = Sentry integrations
        * `0.3.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
