arcp (Archive and Package) URI Python library ============================================= .. toctree:: :maxdepth: 2 :caption: Contents: arcp generate parse Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` ``arcp`` provides functions for creating arcp_ URIs, which can be used for identifying or parsing hypermedia files packaged in an archive or package, like a ZIP file: License ------- © 2018 Stian Soiland-Reyes , The University of Manchester, UK Licensed under the Apache License, version 2.0 . Source code and contributing ---------------------------- Source code: Feel free to raise a pull request at or an issue at . Installing ---------- You will need Python 3.4 or later (tested with 3.6). If you have pip_, then the easiest is normally to install from using:: pip install arcp If you want to install manually from this code base, then try:: python setup.py install .. _arcp: https://tools.ietf.org/id/draft-soilandreyes-arcp-02.html .. _pip: https://docs.python.org/3/installing/