Metadata-Version: 1.2
Name: caelestis
Version: 0.3.0
Summary: Knowledge management system.
Home-page: https://github.com/lucasmaystre/caelestis
Author: Lucas Maystre
Author-email: lucas@maystre.ch
License: MIT
Description: caelestis
        =========
        
        |build-status|
        
        Installing ``caelestis`` is easy::
        
            pip install caelestis
        
        Development
        -----------
        
        Increment the version number using ``bump2version``.::
        
            bump2version [major|minor|patch]
        
        New releases are automatically deployed to PyPI via Travis CI.
        Don't forget to push tags: ``git push --tags``.
        
        
        .. |build-status| image:: https://travis-ci.com/lucasmaystre/caelestis.svg?branch=master
           :alt: build status
           :scale: 100%
           :target: https://travis-ci.com/lucasmaystre/caelestis
        
Keywords: zettelkasten knowledge information notes
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
