Skip to content

Commit

Permalink
update landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
ameily committed Aug 14, 2019
1 parent ef0ca74 commit 5345b27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@ custom application and library configurations declaritively without any subclass
specializations. Cincoconfig ships with 20+ builtin :doc:`fields` with comprehensive value
validation.

Configuration values are directly accessed as attributes
cincoconfig has no hard dependencies, however, several features become available by
installing several dependencies, including (see `requirements/requirements-features.txt` for full
list):

- Configuration value encryption (:class:`~cincoconfig.SecureField`) - requires ``cryptography``
- YAML config file support - requires ``PyYaml``
- BSON config file support - requires ``bson``

Configuration values are directly accessed as attributes.

.. code-block:: python
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pytest-cov
sphinx
sphinx-autodoc-typehints
sphinx-rtd-theme
wheel

0 comments on commit 5345b27

Please sign in to comment.