Metadata-Version: 2.1
Name: Annalist
Version: 0.5.18
Summary: Annalist linked data notebook
Home-page: https://github.com/gklyne/annalist
Author: Graham Klyne
Author-email: gk-pypi@ninebynine.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: Django (==4.0.3)
Requires-Dist: packaging (==21.3)
Requires-Dist: six (==1.16.0)
Requires-Dist: requests (==2.26.0)
Requires-Dist: urllib3 (==1.26.7)
Requires-Dist: idna (==3.3)
Requires-Dist: requests-oauthlib (==1.3.0)
Requires-Dist: oauthlib (==3.1.1)
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: httplib2 (==0.20.2)
Requires-Dist: rdflib (==6.1.1)
Requires-Dist: isodate (==0.6.0)
Requires-Dist: pyparsing (==3.0.6)
Requires-Dist: Markdown (==3.3.6)
Requires-Dist: gunicorn (==20.1.0)
Requires-Dist: httpretty (==1.1.4)
Requires-Dist: beautifulsoup4 (==4.10.0)

annalist
========

(Short README for PyPI - a longer version can be found at https://github.com/gklyne/annalist)

Free-form web data notebook - "Data management for little guys"

Annalist is a *Linked Data Notebook*, supporting collection, organization and sharing of structured and semi-structured data.  The name "Annalist" derives from "`a person who writes annals <http://www.oxforddictionaries.com/definition/english/annalist>`_".

Goals
-----

The overall goal of Annalist is to make it easy for individuals and small teams to create and explore linked data on the web, without requiring software development.

* Easy data: out-of-box data acquisition, modification and organization of small data records.
* Flexible data: new record types and fields can be added as-required.
* Sharable data: use textual, easy to read file formats that can be shared by web, email, file transfer, version management system, memory stick, etc.
* Remixable data: records that can be first class participants in a wider ecosystem of linked data, with links in and links out.

Demo system home page
---------------------

For general information about Annalist, and demonstration system links, see the [Annalist demonstration system home page](http://annalist.net/).

Status
------

For current release status, see https://github.com/gklyne/annalist/blob/master/documents/release-notes/release-v0.5.md



