Metadata-Version: 2.1
Name: caelestis
Version: 0.4.2
Summary: Knowledge management system.
Home-page: https://github.com/lucasmaystre/caelestis
Author: Lucas Maystre
Author-email: lucas@maystre.ch
License: MIT
Keywords: zettelkasten knowledge information notes
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
License-File: LICENSE

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://app.travis-ci.com/github/lucasmaystre/caelestis
