Skip to content

Commit

Permalink
docs: Updated Package Docstring
Browse files Browse the repository at this point in the history
Updated docstring with more information
  • Loading branch information
BradenM committed Jun 27, 2019
1 parent 6e06654 commit 245c5ec
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion micropy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# -*- coding: utf-8 -*-

"""Top-level package for micropy"""
"""
Micropy Cli
~~~~~~~~~~~~~~~~~~~~~
Micropy Cli is a project management/generation tool for writing Micropython
code in modern IDEs such as VSCode. Its primary goal is to automate the
process of creating a workspace complete with:
Linting compatible with Micropython,
VSCode Intellisense,
Autocompletion,
Dependency Management,
VCS Compatibility
and more.
"""

__author__ = """Braden Mars"""
__version__ = '0.3.0'

0 comments on commit 245c5ec

Please sign in to comment.