https://github.com/parrondo/test
https://github.com/parrondo/test
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parrondo/test
- Owner: parrondo
- License: mit
- Created: 2020-02-04T19:45:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T19:50:32.000Z (almost 6 years ago)
- Last Synced: 2025-02-21T16:48:16.370Z (10 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: License
Awesome Lists containing this project
README
test
####
A description of the package
Quickstart
==========
test is available on PyPI and can be installed with `pip `_.
.. code-block:: console
$ pip install test
After installing test you can use it like any other Python module.
Here is a simple example:
.. code-block:: python
import test
# Fill this section in with the common use-case.
The `API Reference `_ provides API-level documentation.