Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cmif

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmif

Handle data in CMI-format.

  • 2022.11.27
  • PyPI
  • Socket score

Maintainers
1

.. role:: shell(code) :language: shell

cmif

Synopsis

cmif is a Python package for creating and retrieving data in CMI format <https://github.com/TEI-Correspondence-SIG/CMIF>. It has been developed as part of the Dikon project <https://dikon.izea.uni-halle.de/> (2019–2020) at the Interdisciplinary Centre for European Enlightenment Studies <https://www.izea.uni-halle.de/>_.

Installation

You can install this package via PyPI <https://pypi.org/project/cmif/>_:

.. code-block:: shell

pip install cmif

... or by cloning the repository:

.. code-block:: shell

git clone https://github.com/herreio/cmif.git --recurse-submodules
cd cmif
# create and activate virutalenv
utils/setup
source env/bin/activate

Documentation

The documentation can be found on Read the Docs <https://cmif.readthedocs.io/>_.

To build the documentation from the files found at docs:

.. code-block:: shell

cd docs
make html

Test

In case you cloned the repository, you can run a unittest:

.. code-block:: shell

python -m unittest test.creation

See Also

The Python command line interface csv2cmi <https://github.com/saw-leipzig/csv2cmi>, written by K. Rettinghaus <https://github.com/rettinghaus>, allows to create files in CMI format from CSV input.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc