Skip to content

Commit

Permalink
Merge pull request #4 from buildnn/qa
Browse files Browse the repository at this point in the history
Qa
  • Loading branch information
ggbaro committed Feb 22, 2021
2 parents 45f9a46 + f1142bd commit 0a1313b
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

67 changes: 67 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
\pypack_metager\
================

A `BuildNN <https://www.buildnn.com>`_ Open Source project.

Installing
----------

.. code-block:: text
$ pip install pymetager
or from source

.. code-block:: text
$ git clone https://github.com/buildnn/pymetager
$ cd pymetager
$ pip install -e .
Quickstart
----------

.. code-block:: text
$ pymetager --help
Usage: pymetager [OPTIONS] COMMAND [ARGS]...
Options:
-q, --quiet Flag for minimal output.
--config_fp FILE Custom path for setup.cfg. [default: ./setup.cfg]
--help Show this message and exit.
Commands:
echo-meta-elm
increment
let's use info print function

.. code-block:: text
$ pymetager echo-meta-elm --help
--- PYPACK-METAGER ---
A BuildNN Open Source project.
Reading/Writing from/to ./setup.cfg
Usage: pymetager echo-meta-elm [OPTIONS] [NAME]
Options:
-s, --section TEXT
--help Show this message and exit
.. code-block:: text
$ pymetager echo-meta-elm version
--- PYPACK-METAGER ---
A BuildNN Open Source project.
Reading/Writing from/to ./setup.cfg
0.0.1
Or, concisely

.. code-block:: text
$ pymetager -q echo-meta-elm version
0.0.1
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ license_file = LICENSE
maintainer = BuildNN Team
maintainer_email = dev@buildnn.com
description = A Python package metadata manager by BuildNN.
long_description = file: README.md
long_description_content_type = text/markdown
long_description = file: README.rst
classifiers =
Environment :: Console
Intended Audience :: Developers
Expand Down

0 comments on commit 0a1313b

Please sign in to comment.