acnawebcli


Nameacnawebcli JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/acnaweb/cli-tools
SummaryCLI for study
upload_time2023-04-27 02:23:21
maintainer
docs_urlNone
authorAntonio Carlos de Lima Junior
requires_python
licenseMIT
keywords library test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Welcome to cli-tools

![version](https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000) 
![licence](https://img.shields.io/badge/licence-MIT-green.svg?cacheSeconds=2592000)

This is a Python library for testing

## Installation

`acnawebcli` supports Python 3.8 and higher.

### System-wide or user-wide installation with pipx

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `acnawebcli`.

```bash
$ pip install acnawebcli
```

## Usage

```python


```

## Developing

Development requires Python 3.8+; otherwise you'll get false positive type failures.

To work on the `acnawebcli` code: pull the repository, create and activate a virtualenv, then run:

```bash
make dev
```

Testing

```bash
make test
```

Publish

```bash
make push
```

## Author

👤 **Antonio Carlos de Lima Junior**

* Website: https://www.linkedin.com/in/acnaweb/
* Github: [@acnaweb](https://github.com/acnaweb)
* LinkedIn: [@acnaweb](https://linkedin.com/in/acnaweb)


## References

- [Pypi Classifiers](https://pypi.org/classifiers/)
- [Python Packaging Tutorial](https://www.devdungeon.com/content/python-packaging-tutorial)
- [A Practical Guide to Using Setup.py](https://godatadriven.com/blog/a-practical-guide-to-using-setup-py/)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/acnaweb/cli-tools",
    "name": "acnawebcli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "library test",
    "author": "Antonio Carlos de Lima Junior",
    "author_email": "antonioclj.ac@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/d9/909ed85b351abc086de534af045dffa74c80a3098412e4f0c8b9dec72347/acnawebcli-0.1.0.tar.gz",
    "platform": null,
    "description": "# Welcome to cli-tools\n\n![version](https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000) \n![licence](https://img.shields.io/badge/licence-MIT-green.svg?cacheSeconds=2592000)\n\nThis is a Python library for testing\n\n## Installation\n\n`acnawebcli` supports Python 3.8 and higher.\n\n### System-wide or user-wide installation with pipx\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install `acnawebcli`.\n\n```bash\n$ pip install acnawebcli\n```\n\n## Usage\n\n```python\n\n\n```\n\n## Developing\n\nDevelopment requires Python 3.8+; otherwise you'll get false positive type failures.\n\nTo work on the `acnawebcli` code: pull the repository, create and activate a virtualenv, then run:\n\n```bash\nmake dev\n```\n\nTesting\n\n```bash\nmake test\n```\n\nPublish\n\n```bash\nmake push\n```\n\n## Author\n\n\ud83d\udc64 **Antonio Carlos de Lima Junior**\n\n* Website: https://www.linkedin.com/in/acnaweb/\n* Github: [@acnaweb](https://github.com/acnaweb)\n* LinkedIn: [@acnaweb](https://linkedin.com/in/acnaweb)\n\n\n## References\n\n- [Pypi Classifiers](https://pypi.org/classifiers/)\n- [Python Packaging Tutorial](https://www.devdungeon.com/content/python-packaging-tutorial)\n- [A Practical Guide to Using Setup.py](https://godatadriven.com/blog/a-practical-guide-to-using-setup-py/)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CLI for study",
    "version": "0.1.0",
    "split_keywords": [
        "library",
        "test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fd9909ed85b351abc086de534af045dffa74c80a3098412e4f0c8b9dec72347",
                "md5": "85b57d0570890317ab8b76a593176b13",
                "sha256": "a397b2a30d1c06ca1ef1e8a69d85ae2501f3a74e27d82601ef5c13e65e5bef9d"
            },
            "downloads": -1,
            "filename": "acnawebcli-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "85b57d0570890317ab8b76a593176b13",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3096,
            "upload_time": "2023-04-27T02:23:21",
            "upload_time_iso_8601": "2023-04-27T02:23:21.248722Z",
            "url": "https://files.pythonhosted.org/packages/5f/d9/909ed85b351abc086de534af045dffa74c80a3098412e4f0c8b9dec72347/acnawebcli-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-27 02:23:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "acnaweb",
    "github_project": "cli-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "acnawebcli"
}
        
Elapsed time: 0.06681s