Skip to main content

Travis-CI Status PyPI Status PyPI License

The International Standard Content Code is an open standard for decentralized content identifiers. This repository contains the specification of the ISCC Standard and a reference implementation in Python3. The latest published version of the specification can be found at iscc.codes

Installing the reference code

The reference code is published with the package name iscc on Python Package Index. Install it with:

pip install iscc

Using the reference code

A short example on how to create an ISCC Code with the reference implementation.

import iscc

# Generate ISCC Component Codes
mid, title, extra = iscc.meta_id('Title of Content')
cid = iscc.content_id_text('some text')
did = iscc.data_id('path/to/mediafile.doc')
iid, tophash = iscc.instance_id('path/to/mediafile.doc')

# Join ISCC Components to fully qualified ISCC Code
iscc_code = '-'.join([mid, cid, did, iid])
print('ISCC:{}'.format(iscc_code))

Working with the specification

The entire ISCC Specification is written in plain text Markdown. The markdown content is than built and published with the excellent mkdocs documetation tool. If you have some basic command line skills you can build and run the specification site on your own computer. Make sure you have the Git and Python installed on your system and follow these steps on the command line:

git clone https://github.com/iscc/iscc-specs.git
cd iscc-specs
pip install -r requirements.txt
mkdocs serve

All specification documents can be found in the ./docs subfolder or the repository. The recommended editor for the markdown files is typora. If you have commit rights to the main repository you can deploy the site with a simple mkdocs gh-deploy.

Contribute

Pull requests and other contributions are welcome. Use the Github Issues section of this project to ask questions or discuss ideas for the ISCC Specification.

License

All of documentation is licensed under the CC-BY-SA 4.0 license (c) 2017 Content Blockchain Project.

Reference code is licensed under BSD-2-Clause.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iscc-1.0.1.tar.gz (25.1 kB view details)

Uploaded Source

File details

Details for the file iscc-1.0.1.tar.gz.

File metadata

  • Download URL: iscc-1.0.1.tar.gz
  • Upload date:
  • Size: 25.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for iscc-1.0.1.tar.gz
Algorithm Hash digest
SHA256 2b81998a5469ad7c317cc63ea26f9a3470094767b72c459e9eb06780529ba219
MD5 4503637a1456e552ecb0cae80abc63a3
BLAKE2b-256 461f74e66044b20d2910b0ae9b7518e2e9cc0c4c7b4b0029ea08eab425d6ff81

See more details on using hashes here.

Release history Release notifications | RSS feed

2.0.0

2 files

1.0.5

2 files

1.0.4

1 file

1.0.3

1 file

1.0.2

1 file

This release

1.0.1 This release

1 file

1.0.0

1 file

0.9.9

1 file

0.9.7

1 file

0.9.1

1 file

0.9.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page