dactyl


Namedactyl JSON
Version 0.15.4 PyPI version JSON
download
home_pagehttps://github.com/ripple/dactyl
SummaryTools to generate documentation.
upload_time2023-10-13 17:35:09
maintainer
docs_urlNone
authorRipple
requires_python
licenseMIT
keywords documentation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dactyl

Documentation tools for enterprise-quality documentation from Markdown source. Dactyl has advanced features to enable [single-sourcing](https://en.wikipedia.org/wiki/Single_source_publishing) and an extensible syntax for building well-organized, visually attractive docs. It generates output in HTML (natively), and can make PDFs if you have [Prince][] installed.

[Prince]: http://www.princexml.com/

## Installation

Dactyl requires [Python 3](https://python.org/). Install with [pip](https://pip.pypa.io/en/stable/):

```
sudo pip3 install dactyl
```

Or a local install in a virtualenv:

```sh
# Create an activate a virtualenv so the package and dependencies are localized
virtualenv -p `which python3` venv_dactyl
source venv_dactyl/bin/activate
pip3 install dactyl
```


## Documentation

Dactyl's documentation is built from this repository's [examples/](examples/) section. You can see the finished version at:

> <https://dactyl.link>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ripple/dactyl",
    "name": "dactyl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "documentation",
    "author": "Ripple",
    "author_email": "rome@ripple.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/6b/e30bb60225f91e1c69466be2eebbe749cd266caed3166791f3f55958663e/dactyl-0.15.4.tar.gz",
    "platform": null,
    "description": "# Dactyl\n\nDocumentation tools for enterprise-quality documentation from Markdown source. Dactyl has advanced features to enable [single-sourcing](https://en.wikipedia.org/wiki/Single_source_publishing) and an extensible syntax for building well-organized, visually attractive docs. It generates output in HTML (natively), and can make PDFs if you have [Prince][] installed.\n\n[Prince]: http://www.princexml.com/\n\n## Installation\n\nDactyl requires [Python 3](https://python.org/). Install with [pip](https://pip.pypa.io/en/stable/):\n\n```\nsudo pip3 install dactyl\n```\n\nOr a local install in a virtualenv:\n\n```sh\n# Create an activate a virtualenv so the package and dependencies are localized\nvirtualenv -p `which python3` venv_dactyl\nsource venv_dactyl/bin/activate\npip3 install dactyl\n```\n\n\n## Documentation\n\nDactyl's documentation is built from this repository's [examples/](examples/) section. You can see the finished version at:\n\n> <https://dactyl.link>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tools to generate documentation.",
    "version": "0.15.4",
    "project_urls": {
        "Homepage": "https://github.com/ripple/dactyl"
    },
    "split_keywords": [
        "documentation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "374f235299a17e0b2979c89d43095c4c02ff50cc6068ee60ad8b6c9620d0fcdc",
                "md5": "6af6c1cc3e49131fa3227c321e2db839",
                "sha256": "94f2983fd66824f2b3063bf1682d8f3e15f98f6abd754e8f975e9d371666f93f"
            },
            "downloads": -1,
            "filename": "dactyl-0.15.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6af6c1cc3e49131fa3227c321e2db839",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1508069,
            "upload_time": "2023-10-13T17:35:06",
            "upload_time_iso_8601": "2023-10-13T17:35:06.847044Z",
            "url": "https://files.pythonhosted.org/packages/37/4f/235299a17e0b2979c89d43095c4c02ff50cc6068ee60ad8b6c9620d0fcdc/dactyl-0.15.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd6be30bb60225f91e1c69466be2eebbe749cd266caed3166791f3f55958663e",
                "md5": "c4185a5e100e5f112e1838867161e82c",
                "sha256": "27b9fd3bed6109cd52b543d7b0a5c847a48b084955e210608f9051ce464e2988"
            },
            "downloads": -1,
            "filename": "dactyl-0.15.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c4185a5e100e5f112e1838867161e82c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1492269,
            "upload_time": "2023-10-13T17:35:09",
            "upload_time_iso_8601": "2023-10-13T17:35:09.395016Z",
            "url": "https://files.pythonhosted.org/packages/dd/6b/e30bb60225f91e1c69466be2eebbe749cd266caed3166791f3f55958663e/dactyl-0.15.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-13 17:35:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ripple",
    "github_project": "dactyl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "dactyl"
}
        
Elapsed time: 0.38191s