Metadata-Version: 2.1
Name: elio-dna
Version: 1.0.3
Summary: Django models, views, forms, and templates, built on schema.org Things the elioWay.
Home-page: https://elioway.gitlab.io/eliothing/dna
Author: Tim Bushell
Author-email: tcbushell@gmail.com
License: MIT
Description: ![](https://elioway.gitlab.io/eliothing/dna/elio-dna-logo.png)
        
        > Dropping the pretense one thing is so different from another **the elioWay**
        
        # dna ![experimental](https://elioway.gitlab.io/static/experimental.png "experimental")
        
        Django models, views, forms, and templates, built out of schema.org "Things", the elioWay.
        
        - [dna Documentation](https://elioway.gitlab.io/eliothing/dna)
        
        ## Installing
        
        ```bash
        pip install elio-dna
        ```
        
        - [Installing dna](https://elioway.gitlab.io/eliothing/dna/installing.html)
        
        ## Seeing is believing
        
        ```bash
        git clone https://gitlab.com/eliothing/dna.git
        cd dna
        virtualenv --python=python3 venv-dna
        source venv-dna/bin/activate
        pip install -r requirements/local.txt
        ./init_chromosomes.sh
        ```
        
        ## Nutshell
        
        ```
        django-admin runserver
        black .
        ```
        
        - [dna Quickstart](https://elioway.gitlab.io/eliothing/dna/quickstart.html)
        - [dna Credits](https://elioway.gitlab.io/eliothing/dna/credits.html)
        
        ![](https://elioway.gitlab.io/eliothing/dna/apple-touch-icon.png)
        
        ## License
        
        [MIT](LICENSE) [Tim Bushell](mailto:tcbushell@gmail.com)
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Description-Content-Type: text/markdown
